Color Hex Logo

#372cca Color Hex

#372CCA
(55,44,202)
0 Favorites   0 Comments

Color spaces of #372cca

RGB 5544202
HSL0.680.640.48
HSV244°78°79°
CMYK 0.730.780.00   0.21
XYZ13.13696.877956.5123
Yxy6.87790.17170.0899
Hunter Lab26.225843.5185-109.4024
CIE-Lab31.527353.6573-78.7841

#372cca color RGB value is (55,44,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101100 11001010
Octal 67 54 312
Decimal 55 44 202
Hex 37 2C CA

RGB Percentages of Color #372cca

%18.27
%14.62
%67.11

CMYK Percentages of Color #372cca

%73
%78
%0
%21

Triadic Colors of #372cca

#372cca #ca372c #2cca37

Analogous Colors of #372cca

#372cca #862cca #2c70ca

Monochromatic Colors of #372cca

#372cca

Complementary Color

#372cca #bfca2c

#372cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#372cca Color CSS Codes

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

#372cca Text Font Color

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

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


#372cca Background Color

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

This div background color is #372cca


#372cca Border Color

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

This div border color is #372cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372cca


Comments

No comments written yet.

Please login to write comment.