Color Hex Logo

#31344c Color Hex

#31344C
(49,52,76)
0 Favorites   0 Comments

Color spaces of #31344c

RGB 495276
HSL0.650.220.25
HSV233°36°30°
CMYK 0.360.320.00   0.70
XYZ3.79913.63087.3380
Yxy3.63080.25730.2459
Hunter Lab19.05472.2435-9.4945
CIE-Lab22.41135.3900-15.1633

#31344c color RGB value is (49,52,76).

#31344c hex color red value is 49, green value is 52 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #31344c hue: 0.65 , saturation: 0.22 and the lightness value of 31344c is 0.25.

The process color (four color CMYK) of #31344c color hex is 0.36, 0.32, 0.00, 0.70. Web safe color of #31344c is #333333. Color #31344c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110100 01001100
Octal 61 64 114
Decimal 49 52 76
Hex 31 34 4C

RGB Percentages of Color #31344c

%27.68
%29.38
%42.94

CMYK Percentages of Color #31344c

%36
%32
%0
%70

Triadic Colors of #31344c

#31344c #4c3134 #344c31

Analogous Colors of #31344c

#31344c #3c314c #31424c

Monochromatic Colors of #31344c

#31344c

Complementary Color

#31344c #4c4931

#31344c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31344c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31344c Color CSS Codes

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

#31344c Text Font Color

<p style="color:#31344c">Text here</p>

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


#31344c Background Color

<div style="background-color:#31344c">
Div content here</div>

This div background color is #31344c


#31344c Border Color

<div style="border:3px solid #31344c">
Div here</div>

This div border color is #31344c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,52,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31344c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31344c;
  -webkit-box-shadow: 1px 1px 3px 2px #31344c;
  box-shadow:         1px 1px 3px 2px #31344c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31344c


Comments

No comments written yet.

Please login to write comment.