Color Hex Logo

#37537e Color Hex

#37537E
(55,83,126)
0 Favorites   0 Comments

Color spaces of #37537e

RGB 5583126
HSL0.600.390.35
HSV216°56°49°
CMYK 0.560.340.00   0.51
XYZ8.43478.505120.9358
Yxy8.50510.22270.2246
Hunter Lab29.16350.5898-22.1485
CIE-Lab35.01343.1362-27.4814

#37537e color RGB value is (55,83,126).

#37537e hex color red value is 55, green value is 83 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #37537e hue: 0.60 , saturation: 0.39 and the lightness value of 37537e is 0.35.

The process color (four color CMYK) of #37537e color hex is 0.56, 0.34, 0.00, 0.51. Web safe color of #37537e is #336666. Color #37537e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010011 01111110
Octal 67 123 176
Decimal 55 83 126
Hex 37 53 7E

RGB Percentages of Color #37537e

%20.83
%31.44
%47.73

CMYK Percentages of Color #37537e

%56
%34
%0
%51

Triadic Colors of #37537e

#37537e #7e3753 #537e37

Analogous Colors of #37537e

#37537e #3f377e #37777e

Monochromatic Colors of #37537e

#37537e

Complementary Color

#37537e #7e6237

#37537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37537e Color CSS Codes

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

#37537e Text Font Color

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

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


#37537e Background Color

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

This div background color is #37537e


#37537e Border Color

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

This div border color is #37537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37537e


Comments

No comments written yet.

Please login to write comment.