Color Hex Logo

#372549 Color Hex

#372549
(55,37,73)
0 Favorites   0 Comments

Color spaces of #372549

RGB 553773
HSL0.750.330.22
HSV270°49°29°
CMYK 0.250.490.00   0.71
XYZ3.43972.61646.6271
Yxy2.61640.27120.2063
Hunter Lab16.17539.6515-12.9687
CIE-Lab18.437116.9499-19.2973

#372549 color RGB value is (55,37,73).

#372549 hex color red value is 55, green value is 37 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #372549 hue: 0.75 , saturation: 0.33 and the lightness value of 372549 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100101 01001001
Octal 67 45 111
Decimal 55 37 73
Hex 37 25 49

RGB Percentages of Color #372549

%33.33
%22.42
%44.24

CMYK Percentages of Color #372549

%25
%49
%0
%71

Triadic Colors of #372549

#372549 #493725 #254937

Analogous Colors of #372549

#372549 #492549 #252549

Monochromatic Colors of #372549

#372549

Complementary Color

#372549 #374925

#372549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372549 Color CSS Codes

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

#372549 Text Font Color

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

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


#372549 Background Color

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

This div background color is #372549


#372549 Border Color

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

This div border color is #372549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372549


Comments

No comments written yet.

Please login to write comment.