Color Hex Logo

#372cbb Color Hex

#372CBB
(55,44,187)
0 Favorites   0 Comments

Color spaces of #372cbb

RGB 5544187
HSL0.680.620.45
HSV245°76°73°
CMYK 0.710.760.00   0.27
XYZ11.44596.201447.6074
Yxy6.20140.17540.0950
Hunter Lab24.902638.4638-95.9154
CIE-Lab29.915049.0016-72.6349

#372cbb color RGB value is (55,44,187).

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

The process color (four color CMYK) of #372cbb color hex is 0.71, 0.76, 0.00, 0.27. Web safe color of #372cbb is #3333cc. Color #372cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101100 10111011
Octal 67 54 273
Decimal 55 44 187
Hex 37 2C BB

RGB Percentages of Color #372cbb

%19.23
%15.38
%65.38

CMYK Percentages of Color #372cbb

%71
%76
%0
%27

Triadic Colors of #372cbb

#372cbb #bb372c #2cbb37

Analogous Colors of #372cbb

#372cbb #7f2cbb #2c69bb

Monochromatic Colors of #372cbb

#372cbb

Complementary Color

#372cbb #b0bb2c

#372cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#372cbb Color CSS Codes

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

#372cbb Text Font Color

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

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


#372cbb Background Color

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

This div background color is #372cbb


#372cbb Border Color

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

This div border color is #372cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372cbb


Comments

No comments written yet.

Please login to write comment.