Color Hex Logo

#31537a Color Hex

#31537A
(49,83,122)
0 Favorites   0 Comments

Color spaces of #31537a

RGB 4983122
HSL0.590.430.34
HSV212°60°48°
CMYK 0.600.320.00   0.52
XYZ7.87278.244619.5888
Yxy8.24460.22050.2309
Hunter Lab28.7134-1.3070-20.3493
CIE-Lab34.48720.3369-25.8580

#31537a color RGB value is (49,83,122).

#31537a hex color red value is 49, green value is 83 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #31537a hue: 0.59 , saturation: 0.43 and the lightness value of 31537a is 0.34.

The process color (four color CMYK) of #31537a color hex is 0.60, 0.32, 0.00, 0.52. Web safe color of #31537a is #336666. Color #31537a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010011 01111010
Octal 61 123 172
Decimal 49 83 122
Hex 31 53 7A

RGB Percentages of Color #31537a

%19.29
%32.68
%48.03

CMYK Percentages of Color #31537a

%60
%32
%0
%52

Triadic Colors of #31537a

#31537a #7a3153 #537a31

Analogous Colors of #31537a

#31537a #34317a #31787a

Monochromatic Colors of #31537a

#31537a

Complementary Color

#31537a #7a5831

#31537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31537a Color CSS Codes

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

#31537a Text Font Color

<p style="color:#31537a">Text here</p>

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


#31537a Background Color

<div style="background-color:#31537a">
Div content here</div>

This div background color is #31537a


#31537a Border Color

<div style="border:3px solid #31537a">
Div here</div>

This div border color is #31537a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,83,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31537a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31537a;
  -webkit-box-shadow: 1px 1px 3px 2px #31537a;
  box-shadow:         1px 1px 3px 2px #31537a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31537a


Comments

No comments written yet.

Please login to write comment.