Color Hex Logo

#314962 Color Hex

#314962
(49,73,98)
0 Favorites   0 Comments

Color spaces of #314962

RGB 497398
HSL0.590.330.29
HSV211°50°38°
CMYK 0.500.260.00   0.62
XYZ5.85386.299912.4627
Yxy6.29990.23780.2559
Hunter Lab25.0996-2.2940-11.8695
CIE-Lab30.1568-1.4960-17.5256

#314962 color RGB value is (49,73,98).

#314962 hex color red value is 49, green value is 73 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #314962 hue: 0.59 , saturation: 0.33 and the lightness value of 314962 is 0.29.

The process color (four color CMYK) of #314962 color hex is 0.50, 0.26, 0.00, 0.62. Web safe color of #314962 is #333366. Color #314962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 01100010
Octal 61 111 142
Decimal 49 73 98
Hex 31 49 62

RGB Percentages of Color #314962

%22.27
%33.18
%44.55

CMYK Percentages of Color #314962

%50
%26
%0
%62

Triadic Colors of #314962

#314962 #623149 #496231

Analogous Colors of #314962

#314962 #323162 #316262

Monochromatic Colors of #314962

#314962

Complementary Color

#314962 #624a31

#314962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314962 Color CSS Codes

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

#314962 Text Font Color

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

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


#314962 Background Color

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

This div background color is #314962


#314962 Border Color

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

This div border color is #314962


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,73,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #314962; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #314962;
  -webkit-box-shadow: 1px 1px 3px 2px #314962;
  box-shadow:         1px 1px 3px 2px #314962; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314962


Comments

No comments written yet.

Please login to write comment.