Color Hex Logo

#312b5a Color Hex

#312B5A
(49,43,90)
0 Favorites   0 Comments

Color spaces of #312b5a

RGB 494390
HSL0.690.350.26
HSV248°52°35°
CMYK 0.460.520.00   0.65
XYZ3.97603.118910.0653
Yxy3.11890.23170.1818
Hunter Lab17.66049.2811-21.4292
CIE-Lab20.513916.1816-27.4763

#312b5a color RGB value is (49,43,90).

#312b5a hex color red value is 49, green value is 43 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #312b5a hue: 0.69 , saturation: 0.35 and the lightness value of 312b5a is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00101011 01011010
Octal 61 53 132
Decimal 49 43 90
Hex 31 2B 5A

RGB Percentages of Color #312b5a

%26.92
%23.63
%49.45

CMYK Percentages of Color #312b5a

%46
%52
%0
%65

Triadic Colors of #312b5a

#312b5a #5a312b #2b5a31

Analogous Colors of #312b5a

#312b5a #492b5a #2b3d5a

Monochromatic Colors of #312b5a

#312b5a

Complementary Color

#312b5a #545a2b

#312b5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312b5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#312b5a Color CSS Codes

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

#312b5a Text Font Color

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

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


#312b5a Background Color

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

This div background color is #312b5a


#312b5a Border Color

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

This div border color is #312b5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,43,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 #312b5a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312b5a


Comments

No comments written yet.

Please login to write comment.