Color Hex Logo

#31357e Color Hex

#31357E
(49,53,126)
0 Favorites   0 Comments

Color spaces of #31357e

RGB 4953126
HSL0.660.440.34
HSV237°61°49°
CMYK 0.610.580.00   0.51
XYZ6.30564.705520.3146
Yxy4.70550.20130.1502
Hunter Lab21.692213.9261-40.3403
CIE-Lab25.878721.8987-42.0777

#31357e color RGB value is (49,53,126).

#31357e hex color red value is 49, green value is 53 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #31357e hue: 0.66 , saturation: 0.44 and the lightness value of 31357e is 0.34.

The process color (four color CMYK) of #31357e color hex is 0.61, 0.58, 0.00, 0.51. Web safe color of #31357e is #333366. Color #31357e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110101 01111110
Octal 61 65 176
Decimal 49 53 126
Hex 31 35 7E

RGB Percentages of Color #31357e

%21.49
%23.25
%55.26

CMYK Percentages of Color #31357e

%61
%58
%0
%51

Triadic Colors of #31357e

#31357e #7e3135 #357e31

Analogous Colors of #31357e

#31357e #53317e #315c7e

Monochromatic Colors of #31357e

#31357e

Complementary Color

#31357e #7e7a31

#31357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31357e Color CSS Codes

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

#31357e Text Font Color

<p style="color:#31357e">Text here</p>

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


#31357e Background Color

<div style="background-color:#31357e">
Div content here</div>

This div background color is #31357e


#31357e Border Color

<div style="border:3px solid #31357e">
Div here</div>

This div border color is #31357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31357e


Comments

No comments written yet.

Please login to write comment.