Color Hex Logo

#372bbb Color Hex

#372BBB
(55,43,187)
0 Favorites   0 Comments

Color spaces of #372bbb

RGB 5543187
HSL0.680.630.45
HSV245°77°73°
CMYK 0.710.770.00   0.27
XYZ11.40916.127847.5952
Yxy6.12780.17520.0941
Hunter Lab24.754438.9490-96.6686
CIE-Lab29.732649.5227-72.9364

#372bbb color RGB value is (55,43,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101011 10111011
Octal 67 53 273
Decimal 55 43 187
Hex 37 2B BB

RGB Percentages of Color #372bbb

%19.30
%15.09
%65.61

CMYK Percentages of Color #372bbb

%71
%77
%0
%27

Triadic Colors of #372bbb

#372bbb #bb372b #2bbb37

Analogous Colors of #372bbb

#372bbb #7f2bbb #2b67bb

Monochromatic Colors of #372bbb

#372bbb

Complementary Color

#372bbb #afbb2b

#372bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#372bbb Color CSS Codes

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

#372bbb Text Font Color

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

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


#372bbb Background Color

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

This div background color is #372bbb


#372bbb Border Color

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

This div border color is #372bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,43,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 #372bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372bbb


Comments

No comments written yet.

Please login to write comment.