Color Hex Logo

#311a4b Color Hex

#311A4B
(49,26,75)
0 Favorites   0 Comments

Color spaces of #311a4b

RGB 492675
HSL0.740.490.20
HSV268°65°29°
CMYK 0.350.650.00   0.71
XYZ2.90601.89986.8701
Yxy1.89980.24890.1627
Hunter Lab13.783313.5131-19.9039
CIE-Lab14.952422.9314-26.2555

#311a4b color RGB value is (49,26,75).

#311a4b hex color red value is 49, green value is 26 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #311a4b hue: 0.74 , saturation: 0.49 and the lightness value of 311a4b is 0.20.

The process color (four color CMYK) of #311a4b color hex is 0.35, 0.65, 0.00, 0.71. Web safe color of #311a4b is #333333. Color #311a4b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011010 01001011
Octal 61 32 113
Decimal 49 26 75
Hex 31 1A 4B

RGB Percentages of Color #311a4b

%32.67
%17.33
%50.00

CMYK Percentages of Color #311a4b

%35
%65
%0
%71

Triadic Colors of #311a4b

#311a4b #4b311a #1a4b31

Analogous Colors of #311a4b

#311a4b #4a1a4b #1a1b4b

Monochromatic Colors of #311a4b

#311a4b

Complementary Color

#311a4b #344b1a

#311a4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311a4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#311a4b Color CSS Codes

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

#311a4b Text Font Color

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

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


#311a4b Background Color

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

This div background color is #311a4b


#311a4b Border Color

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

This div border color is #311a4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311a4b

#311a4b Color Palettes


Comments

No comments written yet.

Please login to write comment.