Color Hex Logo

#31566e Color Hex

#31566E
(49,86,110)
0 Favorites   0 Comments

Color spaces of #31566e

RGB 4986110
HSL0.570.380.31
HSV204°55°43°
CMYK 0.550.220.00   0.57
XYZ7.40898.434315.9894
Yxy8.43430.23270.2650
Hunter Lab29.0419-5.2859-12.3136
CIE-Lab34.8715-5.6865-17.8071

#31566e color RGB value is (49,86,110).

#31566e hex color red value is 49, green value is 86 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #31566e hue: 0.57 , saturation: 0.38 and the lightness value of 31566e is 0.31.

The process color (four color CMYK) of #31566e color hex is 0.55, 0.22, 0.00, 0.57. Web safe color of #31566e is #336666. Color #31566e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010110 01101110
Octal 61 126 156
Decimal 49 86 110
Hex 31 56 6E

RGB Percentages of Color #31566e

%20.00
%35.10
%44.90

CMYK Percentages of Color #31566e

%55
%22
%0
%57

Triadic Colors of #31566e

#31566e #6e3156 #566e31

Analogous Colors of #31566e

#31566e #31386e #316e68

Monochromatic Colors of #31566e

#31566e

Complementary Color

#31566e #6e4931

#31566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31566e Color CSS Codes

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

#31566e Text Font Color

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

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


#31566e Background Color

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

This div background color is #31566e


#31566e Border Color

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

This div border color is #31566e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,86,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31566e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31566e;
  -webkit-box-shadow: 1px 1px 3px 2px #31566e;
  box-shadow:         1px 1px 3px 2px #31566e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31566e

#31566e Color Palettes


Comments

No comments written yet.

Please login to write comment.