Color Hex Logo

#314586 Color Hex

#314586
(49,69,134)
0 Favorites   0 Comments

Color spaces of #314586

RGB 4969134
HSL0.630.460.36
HSV226°63°53°
CMYK 0.630.490.00   0.47
XYZ7.69786.630423.4283
Yxy6.63040.20390.1756
Hunter Lab25.74968.3006-35.9205
CIE-Lab30.950213.9562-38.8973

#314586 color RGB value is (49,69,134).

#314586 hex color red value is 49, green value is 69 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #314586 hue: 0.63 , saturation: 0.46 and the lightness value of 314586 is 0.36.

The process color (four color CMYK) of #314586 color hex is 0.63, 0.49, 0.00, 0.47. Web safe color of #314586 is #333399. Color #314586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000101 10000110
Octal 61 105 206
Decimal 49 69 134
Hex 31 45 86

RGB Percentages of Color #314586

%19.44
%27.38
%53.17

CMYK Percentages of Color #314586

%63
%49
%0
%47

Triadic Colors of #314586

#314586 #863145 #458631

Analogous Colors of #314586

#314586 #473186 #317086

Monochromatic Colors of #314586

#314586

Complementary Color

#314586 #867231

#314586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314586 Color CSS Codes

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

#314586 Text Font Color

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

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


#314586 Background Color

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

This div background color is #314586


#314586 Border Color

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

This div border color is #314586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314586


Comments

No comments written yet.

Please login to write comment.