Color Hex Logo

#31567d Color Hex

#31567D
(49,86,125)
0 Favorites   0 Comments

Color spaces of #31567d

RGB 4986125
HSL0.590.440.34
HSV211°61°49°
CMYK 0.610.310.00   0.51
XYZ8.29618.789220.6613
Yxy8.78920.21980.2328
Hunter Lab29.6466-1.9313-20.5678
CIE-Lab35.5752-0.5136-26.0061

#31567d color RGB value is (49,86,125).

#31567d hex color red value is 49, green value is 86 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #31567d hue: 0.59 , saturation: 0.44 and the lightness value of 31567d is 0.34.

The process color (four color CMYK) of #31567d color hex is 0.61, 0.31, 0.00, 0.51. Web safe color of #31567d is #336666. Color #31567d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010110 01111101
Octal 61 126 175
Decimal 49 86 125
Hex 31 56 7D

RGB Percentages of Color #31567d

%18.85
%33.08
%48.08

CMYK Percentages of Color #31567d

%61
%31
%0
%51

Triadic Colors of #31567d

#31567d #7d3156 #567d31

Analogous Colors of #31567d

#31567d #32317d #317c7d

Monochromatic Colors of #31567d

#31567d

Complementary Color

#31567d #7d5831

#31567d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31567d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31567d Color CSS Codes

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

#31567d Text Font Color

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

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


#31567d Background Color

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

This div background color is #31567d


#31567d Border Color

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

This div border color is #31567d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31567d


Comments

No comments written yet.

Please login to write comment.