Color Hex Logo

#312356 Color Hex

#312356
(49,35,86)
0 Favorites   0 Comments

Color spaces of #312356

RGB 493586
HSL0.710.420.24
HSV256°59°34°
CMYK 0.430.590.00   0.66
XYZ3.54742.52699.1049
Yxy2.52690.23370.1665
Hunter Lab15.896212.0156-22.8322
CIE-Lab18.039820.3705-28.7691

#312356 color RGB value is (49,35,86).

#312356 hex color red value is 49, green value is 35 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #312356 hue: 0.71 , saturation: 0.42 and the lightness value of 312356 is 0.24.

The process color (four color CMYK) of #312356 color hex is 0.43, 0.59, 0.00, 0.66. Web safe color of #312356 is #333366. Color #312356 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100011 01010110
Octal 61 43 126
Decimal 49 35 86
Hex 31 23 56

RGB Percentages of Color #312356

%28.82
%20.59
%50.59

CMYK Percentages of Color #312356

%43
%59
%0
%66

Triadic Colors of #312356

#312356 #563123 #235631

Analogous Colors of #312356

#312356 #4b2356 #232f56

Monochromatic Colors of #312356

#312356

Complementary Color

#312356 #485623

#312356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312356 Color CSS Codes

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

#312356 Text Font Color

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

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


#312356 Background Color

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

This div background color is #312356


#312356 Border Color

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

This div border color is #312356


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,35,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #312356; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #312356;
  -webkit-box-shadow: 1px 1px 3px 2px #312356;
  box-shadow:         1px 1px 3px 2px #312356; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312356


Comments

No comments written yet.

Please login to write comment.