Color: #3375CC

#3375CC Color Information

#3375CC is a dark color. The closest websafe version is #3375CC. A complement of this color would be #CC8A33, perceived brightness is 0.42, and the grayscale version is #808080.

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

In a RGB color space, #3375CC is composed of 20% red, 46% green and 80% blue. Whereas in a CMYK color space, it is composed of 75% cyan, 43% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 17.15, x: 0.2144, and y: 0.2171.

Color Code #3375CC

#3375CCrgb(51, 117, 204)
HEX
#3375CC
RGB
rgb(51, 117, 204)
HSL
hsl(214, 60%, 50%)
HSV
hsv(214, 75%, 80%)
CMYK
75%, 43%, 0%, 20%
XYZ
X: 16.93, Y: 17.15, Z: 44.90
Lab
L: 48.45, a: 2.21, b: -52.16
Name

Shades of Color #3375CC

Shades are created by darkening the original color #3375CC 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 #3375CC

Tints are created by lightening the original color #3375CC 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.

#3375CCrgb(51, 117, 204)

About #3375CC Color Code

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

  • HEX: #3375CC
  • RGB: rgb(51, 117, 204)
  • HSL: hsl(214, 60%, 50%)
  • HSV: hsv(214, 75%, 80%)
  • CMYK: 75.00% cyan, 43.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 16.93, 17.15, 44.90
  • Yxy: 17.15, 0.2144, 0.2171
  • Hunter Lab: 48.45, 2.21, -52.16
  • CIE-Lab: 48.45, 2.21, -52.16

In the XYZ color space, this color is represented as X: 16.93, Y: 17.15, Z: 44.90. The Yxy representation further refines this as Y: 17.15, x: 0.2144, and y: 0.2171.

In the Hunter Lab color space, this color is represented as L: 48.45, a: 2.21, and b: -52.16. Similarly, in the CIE-Lab color space, it is represented as L: 48.45, a: 2.21, and b: -52.16.

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 #3375CC

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

Analogous Colors of #3375CC

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

Monochromatic Colors of #3375CC

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

Complementary Color of #3375CC

The complementary color of #3375CC 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 #3375CC

/* Using HEX */
body {
  background-color: #3375cc;
}
/* Using RGB */
body {
  background-color: rgb(51, 117, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(51, 117, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(214, 60%, 50%);
}
/* Text color */
p {
  color: #3375cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #3375cc;
}
/* Border color */
.box {
  border: 4px solid #3375cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #3375cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #3375cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#3375CC
On Black Background
#3375CC
On White Background
#3375CC

HTML Examples of #3375CC

<!-- Using HEX -->
<div style="background-color: #3375cc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(51, 117, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(51, 117, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(214, 60%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #3375cc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #3375cc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #3375cc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #3375cc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #3375cc; color: #fff; padding: 16px; border-radius: 8px;">
  #3375CC
</div>
#3375CC
On Black Background
#3375CC
On White Background
#3375CC

Related Colors of #3375CC

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