Color Hex Logo

#319aad Color Hex

#319AAD
(49,154,173)
0 Favorites   0 Comments

Color spaces of #319aad

RGB 49154173
HSL0.530.560.44
HSV189°72°68°
CMYK 0.720.110.00   0.32
XYZ20.365026.781343.6311
Yxy26.78130.22430.2950
Hunter Lab51.7507-20.3200-13.7621
CIE-Lab58.7713-23.0969-18.5329

#319aad color RGB value is (49,154,173).

#319aad hex color red value is 49, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #319aad hue: 0.53 , saturation: 0.56 and the lightness value of 319aad is 0.44.

The process color (four color CMYK) of #319aad color hex is 0.72, 0.11, 0.00, 0.32. Web safe color of #319aad is #339999. Color #319aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011010 10101101
Octal 61 232 255
Decimal 49 154 173
Hex 31 9A AD

RGB Percentages of Color #319aad

%13.03
%40.96
%46.01

CMYK Percentages of Color #319aad

%72
%11
%0
%32

Triadic Colors of #319aad

#319aad #ad319a #9aad31

Analogous Colors of #319aad

#319aad #315cad #31ad82

Monochromatic Colors of #319aad

#319aad

Complementary Color

#319aad #ad4431

#319aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#319aad Color CSS Codes

.mybgcolor {background-color:#319aad; } 
.myforecolor {color:#319aad; }
.mybordercolor {border:3px solid #319aad; }

#319aad Text Font Color

<p style="color:#319aad">Text here</p>

This sample text font color is #319aad
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#319aad Background Color

<div style="background-color:#319aad">
Div content here</div>

This div background color is #319aad


#319aad Border Color

<div style="border:3px solid #319aad">
Div here</div>

This div border color is #319aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,154,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #319aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #319aad;
  -webkit-box-shadow: 1px 1px 3px 2px #319aad;
  box-shadow:         1px 1px 3px 2px #319aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,154,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #319aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #319aad;
  -webkit-box-shadow: 1px 1px 3px 2px #319aad;
  box-shadow:         1px 1px 3px 2px #319aad;">
Div content here</div>

This div box has shadow with color #319aad


Comments

No comments written yet.

Please login to write comment.