Color: #3485FF

#3485FF Color Information

#3485FF is a dark color. The closest websafe version is #3485FF. A complement of this color would be #FFAD33, perceived brightness is 0.48, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 216°,a saturation of 99%, and a lightness of 60%.The HSV representation shows a hue of 216°, a saturation of 100%, and a value of 100%.

In a RGB color space, #3485FF is composed of 20% red, 52% green and 100% blue. Whereas in a CMYK color space, it is composed of 80% cyan, 48% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 23.64, x: 0.2032, and y: 0.1934.

Color Code #3485FF

HEX
#3485FF
RGB
rgb(52, 133, 255)
HSL
hsl(216, 100%, 60%)
HSV
hsv(216, 80%, 100%)
CMYK
80%, 48%, 0%, 0%
XYZ
X: 24.84, Y: 23.64, Z: 73.74
Lab
L: 55.73, a: 8.97, b: -68.98
Name

Shades of Color #3485FF

Shades are created by darkening the original color #3485FF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #3485FF

Tints are created by lightening the original color #3485FF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #3485FF Color Code

In the HSL color space, this color has a hue angle of 216°, a saturation of 100%, and a lightness of 60%. The HSV representation shows a hue of 216°, a saturation of 80%, and a value of 100%.

  • HEX: #3485FF
  • RGB: rgb(52, 133, 255)
  • HSL: hsl(216, 100%, 60%)
  • HSV: hsv(216, 80%, 100%)
  • CMYK: 80.00% cyan, 48.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 24.84, 23.64, 73.74
  • Yxy: 23.64, 0.2032, 0.1934
  • Hunter Lab: 55.73, 8.97, -68.98
  • CIE-Lab: 55.73, 8.97, -68.98

In the XYZ color space, this color is represented as X: 24.84, Y: 23.64, Z: 73.74. The Yxy representation further refines this as Y: 23.64, x: 0.2032, and y: 0.1934.

In the Hunter Lab color space, this color is represented as L: 55.73, a: 8.97, and b: -68.98. Similarly, in the CIE-Lab color space, it is represented as L: 55.73, a: 8.97, and b: -68.98.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #3485FF

Triadic colors are three colors evenly spaced around the color wheel, including #3485FF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #3485FF

Analogous colors are adjacent to #3485FF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #3485FF

Monochromatic colors are variations of #3485FF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #3485FF

The complementary color of #3485FF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #3485FF

/* Using HEX */
body {
  background-color: #3485ff;
}
/* Using RGB */
body {
  background-color: rgb(52, 133, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(52, 133, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(216, 100%, 60%);
}
/* Text color */
p {
  color: #3485ff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #3485ff;
}

HTML Examples of #3485FF

<!-- Using HEX -->
<div style="background-color: #3485ff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(52, 133, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(52, 133, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(216, 100%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #3485ff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #3485ff; width: 100px; height: 100px;"></div>

Related Colors of #3485FF

These colors are similar to #3485FF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.