Color Hex Logo

#311a5b Color Hex

#311A5B
(49,26,91)
0 Favorites   0 Comments

Color spaces of #311a5b

RGB 492691
HSL0.730.560.23
HSV261°71°36°
CMYK 0.460.710.00   0.64
XYZ3.52432.147110.1262
Yxy2.14710.22310.1359
Hunter Lab14.653017.2897-30.7163
CIE-Lab16.241027.7605-35.0254

#311a5b color RGB value is (49,26,91).

#311a5b hex color red value is 49, green value is 26 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #311a5b hue: 0.73 , saturation: 0.56 and the lightness value of 311a5b is 0.23.

The process color (four color CMYK) of #311a5b color hex is 0.46, 0.71, 0.00, 0.64. Web safe color of #311a5b is #333366. Color #311a5b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011010 01011011
Octal 61 32 133
Decimal 49 26 91
Hex 31 1A 5B

RGB Percentages of Color #311a5b

%29.52
%15.66
%54.82

CMYK Percentages of Color #311a5b

%46
%71
%0
%64

Triadic Colors of #311a5b

#311a5b #5b311a #1a5b31

Analogous Colors of #311a5b

#311a5b #511a5b #1a245b

Monochromatic Colors of #311a5b

#311a5b

Complementary Color

#311a5b #445b1a

#311a5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311a5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#311a5b Color CSS Codes

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

#311a5b Text Font Color

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

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


#311a5b Background Color

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

This div background color is #311a5b


#311a5b Border Color

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

This div border color is #311a5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,26,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #311a5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #311a5b;
  -webkit-box-shadow: 1px 1px 3px 2px #311a5b;
  box-shadow:         1px 1px 3px 2px #311a5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311a5b


Comments

No comments written yet.

Please login to write comment.