Color Hex Logo

#314978 Color Hex

#314978
(49,73,120)
0 Favorites   0 Comments

Color spaces of #314978

RGB 4973120
HSL0.610.420.33
HSV220°59°47°
CMYK 0.590.390.00   0.53
XYZ7.03936.774118.7058
Yxy6.77410.21650.2083
Hunter Lab26.02712.7298-24.3930
CIE-Lab31.28706.1514-29.6529

#314978 color RGB value is (49,73,120).

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

The process color (four color CMYK) of #314978 color hex is 0.59, 0.39, 0.00, 0.53. Web safe color of #314978 is #333366. Color #314978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 01111000
Octal 61 111 170
Decimal 49 73 120
Hex 31 49 78

RGB Percentages of Color #314978

%20.25
%30.17
%49.59

CMYK Percentages of Color #314978

%59
%39
%0
%53

Triadic Colors of #314978

#314978 #783149 #497831

Analogous Colors of #314978

#314978 #3d3178 #316d78

Monochromatic Colors of #314978

#314978

Complementary Color

#314978 #786031

#314978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314978 Color CSS Codes

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

#314978 Text Font Color

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

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


#314978 Background Color

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

This div background color is #314978


#314978 Border Color

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

This div border color is #314978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314978


Comments

No comments written yet.

Please login to write comment.