Color Hex Logo

#31528e Color Hex

#31528E
(49,82,142)
0 Favorites   0 Comments

Color spaces of #31528e

RGB 4982142
HSL0.610.490.37
HSV219°65°56°
CMYK 0.650.420.00   0.44
XYZ9.16648.640526.7759
Yxy8.64050.20560.1938
Hunter Lab29.39474.2224-33.4314
CIE-Lab35.28278.2465-36.8835

#31528e color RGB value is (49,82,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010010 10001110
Octal 61 122 216
Decimal 49 82 142
Hex 31 52 8E

RGB Percentages of Color #31528e

%17.95
%30.04
%52.01

CMYK Percentages of Color #31528e

%65
%42
%0
%44

Triadic Colors of #31528e

#31528e #8e3152 #528e31

Analogous Colors of #31528e

#31528e #3f318e #31818e

Monochromatic Colors of #31528e

#31528e

Complementary Color

#31528e #8e6d31

#31528e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31528e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31528e Color CSS Codes

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

#31528e Text Font Color

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

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


#31528e Background Color

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

This div background color is #31528e


#31528e Border Color

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

This div border color is #31528e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31528e


Comments

No comments written yet.

Please login to write comment.