Color Hex Logo

#372259 Color Hex

#372259
(55,34,89)
0 Favorites   0 Comments

Color spaces of #372259

RGB 553489
HSL0.730.450.24
HSV263°62°35°
CMYK 0.380.620.00   0.65
XYZ3.95072.67759.7598
Yxy2.67750.24110.1634
Hunter Lab16.363114.4617-23.9095
CIE-Lab18.703123.6181-29.6741

#372259 color RGB value is (55,34,89).

#372259 hex color red value is 55, green value is 34 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #372259 hue: 0.73 , saturation: 0.45 and the lightness value of 372259 is 0.24.

The process color (four color CMYK) of #372259 color hex is 0.38, 0.62, 0.00, 0.65. Web safe color of #372259 is #333366. Color #372259 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 01011001
Octal 67 42 131
Decimal 55 34 89
Hex 37 22 59

RGB Percentages of Color #372259

%30.90
%19.10
%50.00

CMYK Percentages of Color #372259

%38
%62
%0
%65

Triadic Colors of #372259

#372259 #593722 #225937

Analogous Colors of #372259

#372259 #532259 #222959

Monochromatic Colors of #372259

#372259

Complementary Color

#372259 #445922

#372259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372259 Color CSS Codes

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

#372259 Text Font Color

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

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


#372259 Background Color

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

This div background color is #372259


#372259 Border Color

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

This div border color is #372259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372259


Comments

No comments written yet.

Please login to write comment.