Color Hex Logo

#372bab Color Hex

#372BAB
(55,43,171)
0 Favorites   0 Comments

Color spaces of #372bab

RGB 5543171
HSL0.680.600.42
HSV246°75°67°
CMYK 0.680.750.00   0.33
XYZ9.79015.480339.0699
Yxy5.48030.18020.1009
Hunter Lab23.410033.6813-82.5643
CIE-Lab28.061544.4591-66.1526

#372bab color RGB value is (55,43,171).

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

The process color (four color CMYK) of #372bab color hex is 0.68, 0.75, 0.00, 0.33. Web safe color of #372bab is #333399. Color #372bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101011 10101011
Octal 67 53 253
Decimal 55 43 171
Hex 37 2B AB

RGB Percentages of Color #372bab

%20.45
%15.99
%63.57

CMYK Percentages of Color #372bab

%68
%75
%0
%33

Triadic Colors of #372bab

#372bab #ab372b #2bab37

Analogous Colors of #372bab

#372bab #772bab #2b5fab

Monochromatic Colors of #372bab

#372bab

Complementary Color

#372bab #9fab2b

#372bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#372bab Color CSS Codes

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

#372bab Text Font Color

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

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


#372bab Background Color

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

This div background color is #372bab


#372bab Border Color

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

This div border color is #372bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372bab


Comments

No comments written yet.

Please login to write comment.