Color Hex Logo

#31336e Color Hex

#31336E
(49,51,110)
0 Favorites   0 Comments

Color spaces of #31336e

RGB 4951110
HSL0.660.380.31
HSV238°55°43°
CMYK 0.550.540.00   0.57
XYZ5.26494.146415.2747
Yxy4.14640.21330.1680
Hunter Lab20.362710.5175-30.2214
CIE-Lab24.149617.5402-34.6969

#31336e color RGB value is (49,51,110).

#31336e hex color red value is 49, green value is 51 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #31336e hue: 0.66 , saturation: 0.38 and the lightness value of 31336e is 0.31.

The process color (four color CMYK) of #31336e color hex is 0.55, 0.54, 0.00, 0.57. Web safe color of #31336e is #333366. Color #31336e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110011 01101110
Octal 61 63 156
Decimal 49 51 110
Hex 31 33 6E

RGB Percentages of Color #31336e

%23.33
%24.29
%52.38

CMYK Percentages of Color #31336e

%55
%54
%0
%57

Triadic Colors of #31336e

#31336e #6e3133 #336e31

Analogous Colors of #31336e

#31336e #4e316e #31526e

Monochromatic Colors of #31336e

#31336e

Complementary Color

#31336e #6e6c31

#31336e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31336e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31336e Color CSS Codes

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

#31336e Text Font Color

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

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


#31336e Background Color

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

This div background color is #31336e


#31336e Border Color

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

This div border color is #31336e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31336e


Comments

No comments written yet.

Please login to write comment.