Color Hex Logo

#311b57 Color Hex

#311B57
(49,27,87)
0 Favorites   0 Comments

Color spaces of #311b57

RGB 492787
HSL0.730.530.22
HSV262°69°34°
CMYK 0.440.690.00   0.66
XYZ3.37892.12509.2489
Yxy2.12500.22900.1440
Hunter Lab14.577415.8642-27.4135
CIE-Lab16.130025.9138-32.5205

#311b57 color RGB value is (49,27,87).

#311b57 hex color red value is 49, green value is 27 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #311b57 hue: 0.73 , saturation: 0.53 and the lightness value of 311b57 is 0.22.

The process color (four color CMYK) of #311b57 color hex is 0.44, 0.69, 0.00, 0.66. Web safe color of #311b57 is #333366. Color #311b57 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011011 01010111
Octal 61 33 127
Decimal 49 27 87
Hex 31 1B 57

RGB Percentages of Color #311b57

%30.06
%16.56
%53.37

CMYK Percentages of Color #311b57

%44
%69
%0
%66

Triadic Colors of #311b57

#311b57 #57311b #1b5731

Analogous Colors of #311b57

#311b57 #4f1b57 #1b2357

Monochromatic Colors of #311b57

#311b57

Complementary Color

#311b57 #41571b

#311b57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311b57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311b57 Color CSS Codes

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

#311b57 Text Font Color

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

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


#311b57 Background Color

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

This div background color is #311b57


#311b57 Border Color

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

This div border color is #311b57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311b57

#311b57 Color Palettes


Comments

No comments written yet.

Please login to write comment.