Color Hex Logo

#313442 Color Hex

#313442
(49,52,66)
0 Favorites   0 Comments

Color spaces of #313442

RGB 495266
HSL0.640.150.23
HSV229°26°26°
CMYK 0.260.210.00   0.74
XYZ3.47803.50235.6470
Yxy3.50230.27540.2774
Hunter Lab18.71440.4232-4.7904
CIE-Lab21.95272.4079-9.1490

#313442 color RGB value is (49,52,66).

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

The process color (four color CMYK) of #313442 color hex is 0.26, 0.21, 0.00, 0.74. Web safe color of #313442 is #333333. Color #313442 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110100 01000010
Octal 61 64 102
Decimal 49 52 66
Hex 31 34 42

RGB Percentages of Color #313442

%29.34
%31.14
%39.52

CMYK Percentages of Color #313442

%26
%21
%0
%74

Triadic Colors of #313442

#313442 #423134 #344231

Analogous Colors of #313442

#313442 #373142 #313d42

Monochromatic Colors of #313442

#313442

Complementary Color

#313442 #423f31

#313442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313442 Color CSS Codes

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

#313442 Text Font Color

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

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


#313442 Background Color

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

This div background color is #313442


#313442 Border Color

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

This div border color is #313442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313442

#313442 Color Palettes


Comments

No comments written yet.

Please login to write comment.