Color Hex Logo

#311b43 Color Hex

#311B43
(49,27,67)
0 Favorites   0 Comments

Color spaces of #311b43

RGB 492767
HSL0.760.430.18
HSV273°60°26°
CMYK 0.270.600.00   0.74
XYZ2.67171.84215.5249
Yxy1.84210.26610.1835
Hunter Lab13.572411.3857-14.6344
CIE-Lab14.635819.9759-21.2228

#311b43 color RGB value is (49,27,67).

#311b43 hex color red value is 49, green value is 27 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #311b43 hue: 0.76 , saturation: 0.43 and the lightness value of 311b43 is 0.18.

The process color (four color CMYK) of #311b43 color hex is 0.27, 0.60, 0.00, 0.74. Web safe color of #311b43 is #333333. Color #311b43 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011011 01000011
Octal 61 33 103
Decimal 49 27 67
Hex 31 1B 43

RGB Percentages of Color #311b43

%34.27
%18.88
%46.85

CMYK Percentages of Color #311b43

%27
%60
%0
%74

Triadic Colors of #311b43

#311b43 #43311b #1b4331

Analogous Colors of #311b43

#311b43 #431b41 #1d1b43

Monochromatic Colors of #311b43

#311b43

Complementary Color

#311b43 #2d431b

#311b43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311b43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311b43 Color CSS Codes

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

#311b43 Text Font Color

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

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


#311b43 Background Color

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

This div background color is #311b43


#311b43 Border Color

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

This div border color is #311b43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311b43


Comments

No comments written yet.

Please login to write comment.