Color Hex Logo

#314f9b Color Hex

#314F9B
(49,79,155)
0 Favorites   0 Comments

Color spaces of #314f9b

RGB 4979155
HSL0.620.520.40
HSV223°68°61°
CMYK 0.680.490.00   0.39
XYZ9.97908.611532.1466
Yxy8.61150.19670.1697
Hunter Lab29.34549.3452-44.4079
CIE-Lab35.225315.0788-44.8552

#314f9b color RGB value is (49,79,155).

#314f9b hex color red value is 49, green value is 79 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #314f9b hue: 0.62 , saturation: 0.52 and the lightness value of 314f9b is 0.40.

The process color (four color CMYK) of #314f9b color hex is 0.68, 0.49, 0.00, 0.39. Web safe color of #314f9b is #336699. Color #314f9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001111 10011011
Octal 61 117 233
Decimal 49 79 155
Hex 31 4F 9B

RGB Percentages of Color #314f9b

%17.31
%27.92
%54.77

CMYK Percentages of Color #314f9b

%68
%49
%0
%39

Triadic Colors of #314f9b

#314f9b #9b314f #4f9b31

Analogous Colors of #314f9b

#314f9b #48319b #31849b

Monochromatic Colors of #314f9b

#314f9b

Complementary Color

#314f9b #9b7d31

#314f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#314f9b Color CSS Codes

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

#314f9b Text Font Color

<p style="color:#314f9b">Text here</p>

This sample text font color is #314f9b
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.


#314f9b Background Color

<div style="background-color:#314f9b">
Div content here</div>

This div background color is #314f9b


#314f9b Border Color

<div style="border:3px solid #314f9b">
Div here</div>

This div border color is #314f9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,79,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #314f9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #314f9b;
  -webkit-box-shadow: 1px 1px 3px 2px #314f9b;
  box-shadow:         1px 1px 3px 2px #314f9b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314f9b


Comments

No comments written yet.

Please login to write comment.