Color Hex Logo

#314781 Color Hex

#314781
(49,71,129)
0 Favorites   0 Comments

Color spaces of #314781

RGB 4971129
HSL0.620.450.35
HSV224°62°51°
CMYK 0.620.450.00   0.49
XYZ7.48236.744421.6763
Yxy6.74440.20840.1879
Hunter Lab25.97005.9808-31.3084
CIE-Lab31.217810.7652-35.3709

#314781 color RGB value is (49,71,129).

#314781 hex color red value is 49, green value is 71 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #314781 hue: 0.62 , saturation: 0.45 and the lightness value of 314781 is 0.35.

The process color (four color CMYK) of #314781 color hex is 0.62, 0.45, 0.00, 0.49. Web safe color of #314781 is #333399. Color #314781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000111 10000001
Octal 61 107 201
Decimal 49 71 129
Hex 31 47 81

RGB Percentages of Color #314781

%19.68
%28.51
%51.81

CMYK Percentages of Color #314781

%62
%45
%0
%49

Triadic Colors of #314781

#314781 #813147 #478131

Analogous Colors of #314781

#314781 #433181 #316f81

Monochromatic Colors of #314781

#314781

Complementary Color

#314781 #816b31

#314781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314781 Color CSS Codes

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

#314781 Text Font Color

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

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


#314781 Background Color

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

This div background color is #314781


#314781 Border Color

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

This div border color is #314781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314781


Comments

No comments written yet.

Please login to write comment.