Color Hex Logo

#37275b Color Hex

#37275B
(55,39,91)
0 Favorites   0 Comments

Color spaces of #37275b

RGB 553991
HSL0.720.400.25
HSV258°57°36°
CMYK 0.400.570.00   0.64
XYZ4.18943.018610.2594
Yxy3.01860.23980.1728
Hunter Lab17.374112.6368-22.8488
CIE-Lab20.118220.9385-28.7361

#37275b color RGB value is (55,39,91).

#37275b hex color red value is 55, green value is 39 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #37275b hue: 0.72 , saturation: 0.40 and the lightness value of 37275b is 0.25.

The process color (four color CMYK) of #37275b color hex is 0.40, 0.57, 0.00, 0.64. Web safe color of #37275b is #333366. Color #37275b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100111 01011011
Octal 67 47 133
Decimal 55 39 91
Hex 37 27 5B

RGB Percentages of Color #37275b

%29.73
%21.08
%49.19

CMYK Percentages of Color #37275b

%40
%57
%0
%64

Triadic Colors of #37275b

#37275b #5b3727 #275b37

Analogous Colors of #37275b

#37275b #51275b #27315b

Monochromatic Colors of #37275b

#37275b

Complementary Color

#37275b #4b5b27

#37275b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37275b Color Preview on White Background

Lorem ipsum dolor sit amet.

#37275b Color CSS Codes

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

#37275b Text Font Color

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

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


#37275b Background Color

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

This div background color is #37275b


#37275b Border Color

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

This div border color is #37275b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,39,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37275b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37275b;
  -webkit-box-shadow: 1px 1px 3px 2px #37275b;
  box-shadow:         1px 1px 3px 2px #37275b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37275b


Comments

No comments written yet.

Please login to write comment.