Color Hex Logo

#31359f Color Hex

#31359F
(49,53,159)
0 Favorites   0 Comments

Color spaces of #31359f

RGB 4953159
HSL0.660.530.41
HSV238°69°62°
CMYK 0.690.670.00   0.38
XYZ8.79775.702433.4379
Yxy5.70240.18350.1190
Hunter Lab23.879723.9731-66.3059
CIE-Lab28.648933.7241-57.9537

#31359f color RGB value is (49,53,159).

#31359f hex color red value is 49, green value is 53 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #31359f hue: 0.66 , saturation: 0.53 and the lightness value of 31359f is 0.41.

The process color (four color CMYK) of #31359f color hex is 0.69, 0.67, 0.00, 0.38. Web safe color of #31359f is #333399. Color #31359f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110101 10011111
Octal 61 65 237
Decimal 49 53 159
Hex 31 35 9F

RGB Percentages of Color #31359f

%18.77
%20.31
%60.92

CMYK Percentages of Color #31359f

%69
%67
%0
%38

Triadic Colors of #31359f

#31359f #9f3135 #359f31

Analogous Colors of #31359f

#31359f #64319f #316c9f

Monochromatic Colors of #31359f

#31359f

Complementary Color

#31359f #9f9b31

#31359f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31359f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31359f Color CSS Codes

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

#31359f Text Font Color

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

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


#31359f Background Color

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

This div background color is #31359f


#31359f Border Color

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

This div border color is #31359f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31359f


Comments

No comments written yet.

Please login to write comment.