Color Hex Logo

#372570 Color Hex

#372570
(55,37,112)
0 Favorites   0 Comments

Color spaces of #372570

RGB 5537112
HSL0.710.500.29
HSV254°67°44°
CMYK 0.510.670.00   0.56
XYZ5.16173.305215.6951
Yxy3.30520.21360.1368
Hunter Lab18.180218.8641-38.4593
CIE-Lab21.226928.8845-40.6808

#372570 color RGB value is (55,37,112).

#372570 hex color red value is 55, green value is 37 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #372570 hue: 0.71 , saturation: 0.50 and the lightness value of 372570 is 0.29.

The process color (four color CMYK) of #372570 color hex is 0.51, 0.67, 0.00, 0.56. Web safe color of #372570 is #333366. Color #372570 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100101 01110000
Octal 67 45 160
Decimal 55 37 112
Hex 37 25 70

RGB Percentages of Color #372570

%26.96
%18.14
%54.90

CMYK Percentages of Color #372570

%51
%67
%0
%56

Triadic Colors of #372570

#372570 #703725 #257037

Analogous Colors of #372570

#372570 #5d2570 #253970

Monochromatic Colors of #372570

#372570

Complementary Color

#372570 #5e7025

#372570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372570 Color CSS Codes

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

#372570 Text Font Color

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

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


#372570 Background Color

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

This div background color is #372570


#372570 Border Color

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

This div border color is #372570


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,37,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #372570; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #372570;
  -webkit-box-shadow: 1px 1px 3px 2px #372570;
  box-shadow:         1px 1px 3px 2px #372570; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372570


Comments

No comments written yet.

Please login to write comment.