Color Hex Logo

#31589c Color Hex

#31589C
(49,88,156)
0 Favorites   0 Comments

Color spaces of #31589c

RGB 4988156
HSL0.610.520.40
HSV218°69°61°
CMYK 0.690.440.00   0.39
XYZ10.757110.032732.8220
Yxy10.03270.20060.1871
Hunter Lab31.67445.1909-39.2660
CIE-Lab37.90119.5232-41.1680

#31589c color RGB value is (49,88,156).

#31589c hex color red value is 49, green value is 88 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #31589c hue: 0.61 , saturation: 0.52 and the lightness value of 31589c is 0.40.

The process color (four color CMYK) of #31589c color hex is 0.69, 0.44, 0.00, 0.39. Web safe color of #31589c is #336699. Color #31589c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011000 10011100
Octal 61 130 234
Decimal 49 88 156
Hex 31 58 9C

RGB Percentages of Color #31589c

%16.72
%30.03
%53.24

CMYK Percentages of Color #31589c

%69
%44
%0
%39

Triadic Colors of #31589c

#31589c #9c3158 #589c31

Analogous Colors of #31589c

#31589c #40319c #318e9c

Monochromatic Colors of #31589c

#31589c

Complementary Color

#31589c #9c7531

#31589c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31589c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31589c Color CSS Codes

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

#31589c Text Font Color

<p style="color:#31589c">Text here</p>

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


#31589c Background Color

<div style="background-color:#31589c">
Div content here</div>

This div background color is #31589c


#31589c Border Color

<div style="border:3px solid #31589c">
Div here</div>

This div border color is #31589c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,88,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31589c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31589c;
  -webkit-box-shadow: 1px 1px 3px 2px #31589c;
  box-shadow:         1px 1px 3px 2px #31589c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31589c


Comments

No comments written yet.

Please login to write comment.