Color Hex Logo

#314f7e Color Hex

#314F7E
(49,79,126)
0 Favorites   0 Comments

Color spaces of #314f7e

RGB 4979126
HSL0.600.440.34
HSV217°61°49°
CMYK 0.610.370.00   0.51
XYZ7.82857.751320.8222
Yxy7.75130.21510.2129
Hunter Lab27.84121.4694-24.8538
CIE-Lab33.45954.3581-29.9515

#314f7e color RGB value is (49,79,126).

#314f7e hex color red value is 49, green value is 79 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #314f7e hue: 0.60 , saturation: 0.44 and the lightness value of 314f7e is 0.34.

The process color (four color CMYK) of #314f7e color hex is 0.61, 0.37, 0.00, 0.51. Web safe color of #314f7e is #336666. Color #314f7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001111 01111110
Octal 61 117 176
Decimal 49 79 126
Hex 31 4F 7E

RGB Percentages of Color #314f7e

%19.29
%31.10
%49.61

CMYK Percentages of Color #314f7e

%61
%37
%0
%51

Triadic Colors of #314f7e

#314f7e #7e314f #4f7e31

Analogous Colors of #314f7e

#314f7e #3a317e #31767e

Monochromatic Colors of #314f7e

#314f7e

Complementary Color

#314f7e #7e6031

#314f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#314f7e Color CSS Codes

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

#314f7e Text Font Color

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

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


#314f7e Background Color

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

This div background color is #314f7e


#314f7e Border Color

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

This div border color is #314f7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314f7e


Comments

No comments written yet.

Please login to write comment.