Color Hex Logo

#372bbe Color Hex

#372BBE
(55,43,190)
0 Favorites   0 Comments

Color spaces of #372bbe

RGB 5543190
HSL0.680.630.46
HSV245°77°75°
CMYK 0.710.770.00   0.25
XYZ11.73376.257749.3046
Yxy6.25770.17440.0930
Hunter Lab25.015439.9501-99.3480
CIE-Lab30.053550.4568-74.1789

#372bbe color RGB value is (55,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101011 10111110
Octal 67 53 276
Decimal 55 43 190
Hex 37 2B BE

RGB Percentages of Color #372bbe

%19.10
%14.93
%65.97

CMYK Percentages of Color #372bbe

%71
%77
%0
%25

Triadic Colors of #372bbe

#372bbe #be372b #2bbe37

Analogous Colors of #372bbe

#372bbe #812bbe #2b69be

Monochromatic Colors of #372bbe

#372bbe

Complementary Color

#372bbe #b2be2b

#372bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#372bbe Color CSS Codes

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

#372bbe Text Font Color

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

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


#372bbe Background Color

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

This div background color is #372bbe


#372bbe Border Color

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

This div border color is #372bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372bbe


Comments

No comments written yet.

Please login to write comment.