Color Hex Logo

#31356b Color Hex

#31356B
(49,53,107)
0 Favorites   0 Comments

Color spaces of #31356b

RGB 4953107
HSL0.660.370.31
HSV236°54°42°
CMYK 0.540.500.00   0.58
XYZ5.19364.260714.4586
Yxy4.26070.21720.1782
Hunter Lab20.64158.7898-27.0815
CIE-Lab24.515215.1001-32.1818

#31356b color RGB value is (49,53,107).

#31356b hex color red value is 49, green value is 53 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #31356b hue: 0.66 , saturation: 0.37 and the lightness value of 31356b is 0.31.

The process color (four color CMYK) of #31356b color hex is 0.54, 0.50, 0.00, 0.58. Web safe color of #31356b is #333366. Color #31356b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110101 01101011
Octal 61 65 153
Decimal 49 53 107
Hex 31 35 6B

RGB Percentages of Color #31356b

%23.44
%25.36
%51.20

CMYK Percentages of Color #31356b

%54
%50
%0
%58

Triadic Colors of #31356b

#31356b #6b3135 #356b31

Analogous Colors of #31356b

#31356b #4a316b #31526b

Monochromatic Colors of #31356b

#31356b

Complementary Color

#31356b #6b6731

#31356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#31356b Color CSS Codes

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

#31356b Text Font Color

<p style="color:#31356b">Text here</p>

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


#31356b Background Color

<div style="background-color:#31356b">
Div content here</div>

This div background color is #31356b


#31356b Border Color

<div style="border:3px solid #31356b">
Div here</div>

This div border color is #31356b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31356b


Comments

No comments written yet.

Please login to write comment.