Color Hex Logo

#37415e Color Hex

#37415E
(55,65,94)
0 Favorites   0 Comments

Color spaces of #37415e

RGB 556594
HSL0.620.260.29
HSV225°41°37°
CMYK 0.410.310.00   0.63
XYZ5.48625.401011.3430
Yxy5.40100.24680.2430
Hunter Lab23.24011.4678-12.6702
CIE-Lab27.84804.2331-18.5065

#37415e color RGB value is (55,65,94).

#37415e hex color red value is 55, green value is 65 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #37415e hue: 0.62 , saturation: 0.26 and the lightness value of 37415e is 0.29.

The process color (four color CMYK) of #37415e color hex is 0.41, 0.31, 0.00, 0.63. Web safe color of #37415e is #333366. Color #37415e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000001 01011110
Octal 67 101 136
Decimal 55 65 94
Hex 37 41 5E

RGB Percentages of Color #37415e

%25.70
%30.37
%43.93

CMYK Percentages of Color #37415e

%41
%31
%0
%63

Triadic Colors of #37415e

#37415e #5e3741 #415e37

Analogous Colors of #37415e

#37415e #40375e #37555e

Monochromatic Colors of #37415e

#37415e

Complementary Color

#37415e #5e5437

#37415e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37415e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37415e Color CSS Codes

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

#37415e Text Font Color

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

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


#37415e Background Color

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

This div background color is #37415e


#37415e Border Color

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

This div border color is #37415e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,65,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37415e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37415e;
  -webkit-box-shadow: 1px 1px 3px 2px #37415e;
  box-shadow:         1px 1px 3px 2px #37415e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37415e


Comments

No comments written yet.

Please login to write comment.