Color: #319FAD

#319FAD Color Information

#319FAD is a light color. The closest websafe version is #319FAD. A complement of this color would be #AF4031, perceived brightness is 0.50, and the grayscale version is #6F6F6F.

In the HSL color space, this color has a hue angle of 187°,a saturation of 56%, and a lightness of 44%.The HSV representation shows a hue of 187°, a saturation of 72%, and a value of 68%.

In a RGB color space, #319FAD is composed of 19% red, 62% green and 68% blue. Whereas in a CMYK color space, it is composed of 72% cyan, 8% magenta, 0% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 28.07, x: 0.2521, and y: 0.3424.

Color Code #319FAD

#319FADrgb(49, 159, 173)
HEX
#319FAD
RGB
rgb(49, 159, 173)
HSL
hsl(187, 56%, 44%)
HSV
hsv(187, 72%, 68%)
CMYK
72%, 8%, 0%, 32%
XYZ
X: 20.67, Y: 28.07, Z: 33.25
Lab
L: 59.95, a: -28.14, b: -16.77
Name

Shades of Color #319FAD

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

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

#319FADrgb(49, 159, 173)

About #319FAD Color Code

In the HSL color space, this color has a hue angle of 187°, a saturation of 56%, and a lightness of 44%. The HSV representation shows a hue of 187°, a saturation of 72%, and a value of 68%.

  • HEX: #319FAD
  • RGB: rgb(49, 159, 173)
  • HSL: hsl(187, 56%, 44%)
  • HSV: hsv(187, 72%, 68%)
  • CMYK: 72.00% cyan, 8.00% magenta, 0.00% yellow, 32.00% black
  • XYZ: 20.67, 28.07, 33.25
  • Yxy: 28.07, 0.2521, 0.3424
  • Hunter Lab: 59.95, -28.14, -16.77
  • CIE-Lab: 59.95, -28.14, -16.77

In the XYZ color space, this color is represented as X: 20.67, Y: 28.07, Z: 33.25. The Yxy representation further refines this as Y: 28.07, x: 0.2521, and y: 0.3424.

In the Hunter Lab color space, this color is represented as L: 59.95, a: -28.14, and b: -16.77. Similarly, in the CIE-Lab color space, it is represented as L: 59.95, a: -28.14, and b: -16.77.

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 #319FAD

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

Analogous Colors of #319FAD

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

Split Complementary Colors of #319FAD

Split complementary colors are two colors adjacent to the complementary color of #319FAD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #319FAD

Tetradic colors form a rectangle on the color wheel, including #319FAD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #319FAD

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

Complementary Color of #319FAD

The complementary color of #319FAD 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 #319FAD

/* Using HEX */
body {
  background-color: #319fad;
}
/* Using RGB */
body {
  background-color: rgb(49, 159, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(49, 159, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(187, 56%, 44%);
}
/* Text color */
p {
  color: #319fad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #319fad;
}
/* Border color */
.box {
  border: 4px solid #319fad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #319fad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #319fad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#319FAD
On Black Background
#319FAD
On White Background
#319FAD

HTML Examples of #319FAD

<!-- Using HEX -->
<div style="background-color: #319fad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(49, 159, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(49, 159, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(187, 56%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #319fad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #319fad; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #319fad; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #319fad;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #319fad; color: #fff; padding: 16px; border-radius: 8px;">
  #319FAD
</div>
#319FAD
On Black Background
#319FAD
On White Background
#319FAD

Related Colors of #319FAD

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