Color Hex Logo

#372caf Color Hex

#372CAF
(55,44,175)
0 Favorites   0 Comments

Color spaces of #372caf

RGB 5544175
HSL0.680.600.43
HSV245°75°69°
CMYK 0.690.750.00   0.31
XYZ10.21415.708741.1210
Yxy5.70870.17910.1001
Hunter Lab23.892934.4954-85.3164
CIE-Lab28.665345.1924-67.5563

#372caf color RGB value is (55,44,175).

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

The process color (four color CMYK) of #372caf color hex is 0.69, 0.75, 0.00, 0.31. Web safe color of #372caf is #333399. Color #372caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101100 10101111
Octal 67 54 257
Decimal 55 44 175
Hex 37 2C AF

RGB Percentages of Color #372caf

%20.07
%16.06
%63.87

CMYK Percentages of Color #372caf

%69
%75
%0
%31

Triadic Colors of #372caf

#372caf #af372c #2caf37

Analogous Colors of #372caf

#372caf #792caf #2c63af

Monochromatic Colors of #372caf

#372caf

Complementary Color

#372caf #a4af2c

#372caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#372caf Color CSS Codes

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

#372caf Text Font Color

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

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


#372caf Background Color

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

This div background color is #372caf


#372caf Border Color

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

This div border color is #372caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372caf


Comments

No comments written yet.

Please login to write comment.