Color Hex Logo

#312e5a Color Hex

#312E5A
(49,46,90)
0 Favorites   0 Comments

Color spaces of #312e5a

RGB 494690
HSL0.680.320.27
HSV244°49°35°
CMYK 0.460.490.00   0.65
XYZ4.08913.345110.1030
Yxy3.34510.23320.1907
Hunter Lab18.28967.9013-19.9485
CIE-Lab21.376114.0956-26.1025

#312e5a color RGB value is (49,46,90).

#312e5a hex color red value is 49, green value is 46 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #312e5a hue: 0.68 , saturation: 0.32 and the lightness value of 312e5a is 0.27.

The process color (four color CMYK) of #312e5a color hex is 0.46, 0.49, 0.00, 0.65. Web safe color of #312e5a is #333366. Color #312e5a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00101110 01011010
Octal 61 56 132
Decimal 49 46 90
Hex 31 2E 5A

RGB Percentages of Color #312e5a

%26.49
%24.86
%48.65

CMYK Percentages of Color #312e5a

%46
%49
%0
%65

Triadic Colors of #312e5a

#312e5a #5a312e #2e5a31

Analogous Colors of #312e5a

#312e5a #472e5a #2e415a

Monochromatic Colors of #312e5a

#312e5a

Complementary Color

#312e5a #575a2e

#312e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#312e5a Color CSS Codes

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

#312e5a Text Font Color

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

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


#312e5a Background Color

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

This div background color is #312e5a


#312e5a Border Color

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

This div border color is #312e5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,46,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #312e5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #312e5a;
  -webkit-box-shadow: 1px 1px 3px 2px #312e5a;
  box-shadow:         1px 1px 3px 2px #312e5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312e5a


Comments

No comments written yet.

Please login to write comment.