Color Hex Logo

#313549 Color Hex

#313549
(49,53,73)
0 Favorites   0 Comments

Color spaces of #313549

RGB 495373
HSL0.640.200.24
HSV230°33°29°
CMYK 0.330.270.00   0.71
XYZ3.74233.68026.8164
Yxy3.68020.26280.2585
Hunter Lab19.18381.2493-7.6382
CIE-Lab22.58473.7863-12.8883

#313549 color RGB value is (49,53,73).

#313549 hex color red value is 49, green value is 53 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #313549 hue: 0.64 , saturation: 0.20 and the lightness value of 313549 is 0.24.

The process color (four color CMYK) of #313549 color hex is 0.33, 0.27, 0.00, 0.71. Web safe color of #313549 is #333333. Color #313549 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110101 01001001
Octal 61 65 111
Decimal 49 53 73
Hex 31 35 49

RGB Percentages of Color #313549

%28.00
%30.29
%41.71

CMYK Percentages of Color #313549

%33
%27
%0
%71

Triadic Colors of #313549

#313549 #493135 #354931

Analogous Colors of #313549

#313549 #393149 #314149

Monochromatic Colors of #313549

#313549

Complementary Color

#313549 #494531

#313549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313549 Color CSS Codes

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

#313549 Text Font Color

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

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


#313549 Background Color

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

This div background color is #313549


#313549 Border Color

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

This div border color is #313549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313549


Comments

No comments written yet.

Please login to write comment.