Color Hex Logo

#31558e Color Hex

#31558E
(49,85,142)
0 Favorites   0 Comments

Color spaces of #31558e

RGB 4985142
HSL0.600.490.37
HSV217°65°56°
CMYK 0.650.400.00   0.44
XYZ9.39769.103026.8529
Yxy9.10300.20720.2007
Hunter Lab30.17122.7989-31.6494
CIE-Lab36.18196.2827-35.4533

#31558e color RGB value is (49,85,142).

#31558e hex color red value is 49, green value is 85 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #31558e hue: 0.60 , saturation: 0.49 and the lightness value of 31558e is 0.37.

The process color (four color CMYK) of #31558e color hex is 0.65, 0.40, 0.00, 0.44. Web safe color of #31558e is #336699. Color #31558e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010101 10001110
Octal 61 125 216
Decimal 49 85 142
Hex 31 55 8E

RGB Percentages of Color #31558e

%17.75
%30.80
%51.45

CMYK Percentages of Color #31558e

%65
%40
%0
%44

Triadic Colors of #31558e

#31558e #8e3155 #558e31

Analogous Colors of #31558e

#31558e #3c318e #31848e

Monochromatic Colors of #31558e

#31558e

Complementary Color

#31558e #8e6a31

#31558e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31558e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31558e Color CSS Codes

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

#31558e Text Font Color

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

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


#31558e Background Color

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

This div background color is #31558e


#31558e Border Color

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

This div border color is #31558e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31558e


Comments

No comments written yet.

Please login to write comment.