Color Hex Logo

#372c9a Color Hex

#372C9A
(55,44,154)
0 Favorites   0 Comments

Color spaces of #372c9a

RGB 5544154
HSL0.680.560.39
HSV246°71°60°
CMYK 0.640.710.00   0.40
XYZ8.30904.946731.0887
Yxy4.94670.18740.1116
Hunter Lab22.241227.7631-67.3067
CIE-Lab26.582438.3635-58.2796

#372c9a color RGB value is (55,44,154).

#372c9a hex color red value is 55, green value is 44 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #372c9a hue: 0.68 , saturation: 0.56 and the lightness value of 372c9a is 0.39.

The process color (four color CMYK) of #372c9a color hex is 0.64, 0.71, 0.00, 0.40. Web safe color of #372c9a is #333399. Color #372c9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101100 10011010
Octal 67 54 232
Decimal 55 44 154
Hex 37 2C 9A

RGB Percentages of Color #372c9a

%21.74
%17.39
%60.87

CMYK Percentages of Color #372c9a

%64
%71
%0
%40

Triadic Colors of #372c9a

#372c9a #9a372c #2c9a37

Analogous Colors of #372c9a

#372c9a #6e2c9a #2c589a

Monochromatic Colors of #372c9a

#372c9a

Complementary Color

#372c9a #8f9a2c

#372c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#372c9a Color CSS Codes

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

#372c9a Text Font Color

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

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


#372c9a Background Color

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

This div background color is #372c9a


#372c9a Border Color

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

This div border color is #372c9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,44,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #372c9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #372c9a;
  -webkit-box-shadow: 1px 1px 3px 2px #372c9a;
  box-shadow:         1px 1px 3px 2px #372c9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372c9a


Comments

No comments written yet.

Please login to write comment.