Color Hex Logo

#31528b Color Hex

#31528B
(49,82,139)
0 Favorites   0 Comments

Color spaces of #31528b

RGB 4982139
HSL0.610.480.37
HSV218°65°55°
CMYK 0.650.410.00   0.45
XYZ8.94418.551625.6053
Yxy8.55160.20750.1984
Hunter Lab29.24313.4193-31.4442
CIE-Lab35.10627.1384-35.3345

#31528b color RGB value is (49,82,139).

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

The process color (four color CMYK) of #31528b color hex is 0.65, 0.41, 0.00, 0.45. Web safe color of #31528b is #336699. Color #31528b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010010 10001011
Octal 61 122 213
Decimal 49 82 139
Hex 31 52 8B

RGB Percentages of Color #31528b

%18.15
%30.37
%51.48

CMYK Percentages of Color #31528b

%65
%41
%0
%45

Triadic Colors of #31528b

#31528b #8b3152 #528b31

Analogous Colors of #31528b

#31528b #3d318b #317f8b

Monochromatic Colors of #31528b

#31528b

Complementary Color

#31528b #8b6a31

#31528b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31528b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31528b Color CSS Codes

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

#31528b Text Font Color

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

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


#31528b Background Color

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

This div background color is #31528b


#31528b Border Color

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

This div border color is #31528b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31528b


Comments

No comments written yet.

Please login to write comment.