Color Hex Logo

#372144 Color Hex

#372144
(55,33,68)
0 Favorites   0 Comments

Color spaces of #372144

RGB 553368
HSL0.770.350.20
HSV278°51°27°
CMYK 0.190.510.00   0.73
XYZ3.16282.31735.7494
Yxy2.31730.28170.2064
Hunter Lab15.222710.4471-11.7372
CIE-Lab17.071418.2739-18.0132

#372144 color RGB value is (55,33,68).

#372144 hex color red value is 55, green value is 33 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #372144 hue: 0.77 , saturation: 0.35 and the lightness value of 372144 is 0.20.

The process color (four color CMYK) of #372144 color hex is 0.19, 0.51, 0.00, 0.73. Web safe color of #372144 is #333333. Color #372144 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100001 01000100
Octal 67 41 104
Decimal 55 33 68
Hex 37 21 44

RGB Percentages of Color #372144

%35.26
%21.15
%43.59

CMYK Percentages of Color #372144

%19
%51
%0
%73

Triadic Colors of #372144

#372144 #443721 #214437

Analogous Colors of #372144

#372144 #442140 #262144

Monochromatic Colors of #372144

#372144

Complementary Color

#372144 #2e4421

#372144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372144 Color CSS Codes

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

#372144 Text Font Color

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

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


#372144 Background Color

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

This div background color is #372144


#372144 Border Color

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

This div border color is #372144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372144


Comments

No comments written yet.

Please login to write comment.