Color Hex Logo

#372473 Color Hex

#372473
(55,36,115)
0 Favorites   0 Comments

Color spaces of #372473

RGB 5536115
HSL0.710.520.30
HSV254°69°45°
CMYK 0.520.690.00   0.55
XYZ5.30093.311816.5795
Yxy3.31180.21040.1315
Hunter Lab18.198420.1472-41.2770
CIE-Lab21.251730.4648-42.5719

#372473 color RGB value is (55,36,115).

#372473 hex color red value is 55, green value is 36 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #372473 hue: 0.71 , saturation: 0.52 and the lightness value of 372473 is 0.30.

The process color (four color CMYK) of #372473 color hex is 0.52, 0.69, 0.00, 0.55. Web safe color of #372473 is #333366. Color #372473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100100 01110011
Octal 67 44 163
Decimal 55 36 115
Hex 37 24 73

RGB Percentages of Color #372473

%26.70
%17.48
%55.83

CMYK Percentages of Color #372473

%52
%69
%0
%55

Triadic Colors of #372473

#372473 #733724 #247337

Analogous Colors of #372473

#372473 #5f2473 #243873

Monochromatic Colors of #372473

#372473

Complementary Color

#372473 #607324

#372473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372473 Color CSS Codes

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

#372473 Text Font Color

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

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


#372473 Background Color

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

This div background color is #372473


#372473 Border Color

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

This div border color is #372473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372473


Comments

No comments written yet.

Please login to write comment.