Color Hex Logo

#313444 Color Hex

#313444
(49,52,68)
0 Favorites   0 Comments

Color spaces of #313444

RGB 495268
HSL0.640.160.23
HSV231°28°27°
CMYK 0.280.240.00   0.73
XYZ3.53803.52635.9630
Yxy3.52630.27160.2707
Hunter Lab18.77840.7685-5.6823
CIE-Lab22.03922.9842-10.3659

#313444 color RGB value is (49,52,68).

#313444 hex color red value is 49, green value is 52 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #313444 hue: 0.64 , saturation: 0.16 and the lightness value of 313444 is 0.23.

The process color (four color CMYK) of #313444 color hex is 0.28, 0.24, 0.00, 0.73. Web safe color of #313444 is #333333. Color #313444 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110100 01000100
Octal 61 64 104
Decimal 49 52 68
Hex 31 34 44

RGB Percentages of Color #313444

%28.99
%30.77
%40.24

CMYK Percentages of Color #313444

%28
%24
%0
%73

Triadic Colors of #313444

#313444 #443134 #344431

Analogous Colors of #313444

#313444 #383144 #313e44

Monochromatic Colors of #313444

#313444

Complementary Color

#313444 #444131

#313444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313444 Color CSS Codes

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

#313444 Text Font Color

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

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


#313444 Background Color

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

This div background color is #313444


#313444 Border Color

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

This div border color is #313444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313444


Comments

No comments written yet.

Please login to write comment.