Color Hex Logo

#316986 Color Hex

#316986
(49,105,134)
0 Favorites   0 Comments

Color spaces of #316986

RGB 49105134
HSL0.560.460.36
HSV200°63°53°
CMYK 0.630.220.00   0.47
XYZ10.621312.477324.4028
Yxy12.47730.22360.2627
Hunter Lab35.3232-8.1427-16.2338
CIE-Lab41.9649-9.0153-21.5457

#316986 color RGB value is (49,105,134).

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

The process color (four color CMYK) of #316986 color hex is 0.63, 0.22, 0.00, 0.47. Web safe color of #316986 is #336699. Color #316986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101001 10000110
Octal 61 151 206
Decimal 49 105 134
Hex 31 69 86

RGB Percentages of Color #316986

%17.01
%36.46
%46.53

CMYK Percentages of Color #316986

%63
%22
%0
%47

Triadic Colors of #316986

#316986 #863169 #698631

Analogous Colors of #316986

#316986 #313e86 #318679

Monochromatic Colors of #316986

#316986

Complementary Color

#316986 #864e31

#316986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316986 Color CSS Codes

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

#316986 Text Font Color

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

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


#316986 Background Color

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

This div background color is #316986


#316986 Border Color

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

This div border color is #316986


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,105,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 #316986">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316986


Comments

No comments written yet.

Please login to write comment.