Color Hex Logo

#372bcd Color Hex

#372BCD
(55,43,205)
0 Favorites   0 Comments

Color spaces of #372bcd

RGB 5543205
HSL0.680.650.49
HSV244°79°80°
CMYK 0.730.790.00   0.20
XYZ13.45896.947858.3893
Yxy6.94780.17080.0882
Hunter Lab26.358745.0155-112.8871
CIE-Lab31.687855.0608-80.2676

#372bcd color RGB value is (55,43,205).

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

The process color (four color CMYK) of #372bcd color hex is 0.73, 0.79, 0.00, 0.20. Web safe color of #372bcd is #3333cc. Color #372bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101011 11001101
Octal 67 53 315
Decimal 55 43 205
Hex 37 2B CD

RGB Percentages of Color #372bcd

%18.15
%14.19
%67.66

CMYK Percentages of Color #372bcd

%73
%79
%0
%20

Triadic Colors of #372bcd

#372bcd #cd372b #2bcd37

Analogous Colors of #372bcd

#372bcd #882bcd #2b70cd

Monochromatic Colors of #372bcd

#372bcd

Complementary Color

#372bcd #c1cd2b

#372bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#372bcd Color CSS Codes

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

#372bcd Text Font Color

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

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


#372bcd Background Color

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

This div background color is #372bcd


#372bcd Border Color

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

This div border color is #372bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372bcd


Comments

No comments written yet.

Please login to write comment.