Color Hex Logo

#316581 Color Hex

#316581
(49,101,129)
0 Favorites   0 Comments

Color spaces of #316581

RGB 49101129
HSL0.560.450.35
HSV201°62°51°
CMYK 0.620.220.00   0.49
XYZ9.882811.545322.4765
Yxy11.54530.22510.2630
Hunter Lab33.9784-7.5444-15.4351
CIE-Lab40.4841-8.3491-20.8141

#316581 color RGB value is (49,101,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100101 10000001
Octal 61 145 201
Decimal 49 101 129
Hex 31 65 81

RGB Percentages of Color #316581

%17.56
%36.20
%46.24

CMYK Percentages of Color #316581

%62
%22
%0
%49

Triadic Colors of #316581

#316581 #813165 #658131

Analogous Colors of #316581

#316581 #313d81 #318175

Monochromatic Colors of #316581

#316581

Complementary Color

#316581 #814d31

#316581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316581 Color CSS Codes

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

#316581 Text Font Color

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

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


#316581 Background Color

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

This div background color is #316581


#316581 Border Color

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

This div border color is #316581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316581


Comments

No comments written yet.

Please login to write comment.