Color Hex Logo

#31598f Color Hex

#31598F
(49,89,143)
0 Favorites   0 Comments

Color spaces of #31598f

RGB 4989143
HSL0.600.490.38
HSV214°66°56°
CMYK 0.660.380.00   0.44
XYZ9.79699.780927.3581
Yxy9.78090.20870.2084
Hunter Lab31.27441.1859-29.9733
CIE-Lab37.44634.0618-34.0549

#31598f color RGB value is (49,89,143).

#31598f hex color red value is 49, green value is 89 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #31598f hue: 0.60 , saturation: 0.49 and the lightness value of 31598f is 0.38.

The process color (four color CMYK) of #31598f color hex is 0.66, 0.38, 0.00, 0.44. Web safe color of #31598f is #336699. Color #31598f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011001 10001111
Octal 61 131 217
Decimal 49 89 143
Hex 31 59 8F

RGB Percentages of Color #31598f

%17.44
%31.67
%50.89

CMYK Percentages of Color #31598f

%66
%38
%0
%44

Triadic Colors of #31598f

#31598f #8f3159 #598f31

Analogous Colors of #31598f

#31598f #38318f #31888f

Monochromatic Colors of #31598f

#31598f

Complementary Color

#31598f #8f6731

#31598f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31598f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31598f Color CSS Codes

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

#31598f Text Font Color

<p style="color:#31598f">Text here</p>

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


#31598f Background Color

<div style="background-color:#31598f">
Div content here</div>

This div background color is #31598f


#31598f Border Color

<div style="border:3px solid #31598f">
Div here</div>

This div border color is #31598f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,89,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31598f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31598f;
  -webkit-box-shadow: 1px 1px 3px 2px #31598f;
  box-shadow:         1px 1px 3px 2px #31598f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31598f


Comments

No comments written yet.

Please login to write comment.