Color Hex Logo

#372164 Color Hex

#372164
(55,33,100)
0 Favorites   0 Comments

Color spaces of #372164

RGB 5533100
HSL0.720.500.26
HSV260°67°39°
CMYK 0.450.670.00   0.61
XYZ4.41972.820012.3680
Yxy2.82000.22540.1438
Hunter Lab16.792917.5918-31.9123
CIE-Lab19.308127.6093-35.9837

#372164 color RGB value is (55,33,100).

#372164 hex color red value is 55, green value is 33 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #372164 hue: 0.72 , saturation: 0.50 and the lightness value of 372164 is 0.26.

The process color (four color CMYK) of #372164 color hex is 0.45, 0.67, 0.00, 0.61. Web safe color of #372164 is #333366. Color #372164 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100001 01100100
Octal 67 41 144
Decimal 55 33 100
Hex 37 21 64

RGB Percentages of Color #372164

%29.26
%17.55
%53.19

CMYK Percentages of Color #372164

%45
%67
%0
%61

Triadic Colors of #372164

#372164 #643721 #216437

Analogous Colors of #372164

#372164 #592164 #212d64

Monochromatic Colors of #372164

#372164

Complementary Color

#372164 #4e6421

#372164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372164 Color CSS Codes

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

#372164 Text Font Color

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

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


#372164 Background Color

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

This div background color is #372164


#372164 Border Color

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

This div border color is #372164


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,33,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372164


Comments

No comments written yet.

Please login to write comment.