Color Hex Logo

#372249 Color Hex

#372249
(55,34,73)
0 Favorites   0 Comments

Color spaces of #372249

RGB 553473
HSL0.760.360.21
HSV272°53°29°
CMYK 0.250.530.00   0.71
XYZ3.35022.43736.5972
Yxy2.43730.27050.1968
Hunter Lab15.611910.9842-14.1263
CIE-Lab17.632618.9701-20.5658

#372249 color RGB value is (55,34,73).

#372249 hex color red value is 55, green value is 34 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #372249 hue: 0.76 , saturation: 0.36 and the lightness value of 372249 is 0.21.

The process color (four color CMYK) of #372249 color hex is 0.25, 0.53, 0.00, 0.71. Web safe color of #372249 is #333333. Color #372249 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 01001001
Octal 67 42 111
Decimal 55 34 73
Hex 37 22 49

RGB Percentages of Color #372249

%33.95
%20.99
%45.06

CMYK Percentages of Color #372249

%25
%53
%0
%71

Triadic Colors of #372249

#372249 #493722 #224937

Analogous Colors of #372249

#372249 #492248 #242249

Monochromatic Colors of #372249

#372249

Complementary Color

#372249 #344922

#372249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372249 Color CSS Codes

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

#372249 Text Font Color

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

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


#372249 Background Color

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

This div background color is #372249


#372249 Border Color

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

This div border color is #372249


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,34,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 #372249">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372249


Comments

No comments written yet.

Please login to write comment.