Color Hex Logo

#316d81 Color Hex

#316D81
(49,109,129)
0 Favorites   0 Comments

Color spaces of #316d81

RGB 49109129
HSL0.540.450.35
HSV195°62°51°
CMYK 0.620.160.00   0.49
XYZ10.697713.175222.7481
Yxy13.17520.22950.2826
Hunter Lab36.2977-10.9131-11.7493
CIE-Lab43.0261-13.0133-16.9057

#316d81 color RGB value is (49,109,129).

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

The process color (four color CMYK) of #316d81 color hex is 0.62, 0.16, 0.00, 0.49. Web safe color of #316d81 is #336699. Color #316d81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101101 10000001
Octal 61 155 201
Decimal 49 109 129
Hex 31 6D 81

RGB Percentages of Color #316d81

%17.07
%37.98
%44.95

CMYK Percentages of Color #316d81

%62
%16
%0
%49

Triadic Colors of #316d81

#316d81 #81316d #6d8131

Analogous Colors of #316d81

#316d81 #314581 #31816d

Monochromatic Colors of #316d81

#316d81

Complementary Color

#316d81 #814531

#316d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316d81 Color CSS Codes

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

#316d81 Text Font Color

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

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


#316d81 Background Color

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

This div background color is #316d81


#316d81 Border Color

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

This div border color is #316d81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316d81


Comments

No comments written yet.

Please login to write comment.