Color Hex Logo

#314c6b Color Hex

#314C6B
(49,76,107)
0 Favorites   0 Comments

Color spaces of #314c6b

RGB 4976107
HSL0.590.370.31
HSV212°54°42°
CMYK 0.540.290.00   0.58
XYZ6.50496.883414.8957
Yxy6.88340.23000.2434
Hunter Lab26.2362-1.6569-15.2967
CIE-Lab31.5400-0.3929-21.0882

#314c6b color RGB value is (49,76,107).

#314c6b hex color red value is 49, green value is 76 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #314c6b hue: 0.59 , saturation: 0.37 and the lightness value of 314c6b is 0.31.

The process color (four color CMYK) of #314c6b color hex is 0.54, 0.29, 0.00, 0.58. Web safe color of #314c6b is #333366. Color #314c6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001100 01101011
Octal 61 114 153
Decimal 49 76 107
Hex 31 4C 6B

RGB Percentages of Color #314c6b

%21.12
%32.76
%46.12

CMYK Percentages of Color #314c6b

%54
%29
%0
%58

Triadic Colors of #314c6b

#314c6b #6b314c #4c6b31

Analogous Colors of #314c6b

#314c6b #33316b #31696b

Monochromatic Colors of #314c6b

#314c6b

Complementary Color

#314c6b #6b5031

#314c6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314c6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#314c6b Color CSS Codes

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

#314c6b Text Font Color

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

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


#314c6b Background Color

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

This div background color is #314c6b


#314c6b Border Color

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

This div border color is #314c6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314c6b


Comments

No comments written yet.

Please login to write comment.