Color Hex Logo

#372dbb Color Hex

#372DBB
(55,45,187)
0 Favorites   0 Comments

Color spaces of #372dbb

RGB 5545187
HSL0.680.610.45
HSV244°76°73°
CMYK 0.710.760.00   0.27
XYZ11.48366.276947.6200
Yxy6.27690.17560.0960
Hunter Lab25.053737.9730-95.1557
CIE-Lab30.100648.4724-72.3284

#372dbb color RGB value is (55,45,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101101 10111011
Octal 67 55 273
Decimal 55 45 187
Hex 37 2D BB

RGB Percentages of Color #372dbb

%19.16
%15.68
%65.16

CMYK Percentages of Color #372dbb

%71
%76
%0
%27

Triadic Colors of #372dbb

#372dbb #bb372d #2dbb37

Analogous Colors of #372dbb

#372dbb #7e2dbb #2d6abb

Monochromatic Colors of #372dbb

#372dbb

Complementary Color

#372dbb #b1bb2d

#372dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#372dbb Color CSS Codes

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

#372dbb Text Font Color

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

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


#372dbb Background Color

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

This div background color is #372dbb


#372dbb Border Color

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

This div border color is #372dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372dbb


Comments

No comments written yet.

Please login to write comment.