Color Hex Logo

#37299f Color Hex

#37299F
(55,41,159)
0 Favorites   0 Comments

Color spaces of #37299f

RGB 5541159
HSL0.690.590.39
HSV247°74°62°
CMYK 0.650.740.00   0.38
XYZ8.62654.901333.2923
Yxy4.90130.18420.1047
Hunter Lab22.138930.8102-73.6627
CIE-Lab26.451741.7180-61.5458

#37299f color RGB value is (55,41,159).

#37299f hex color red value is 55, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #37299f hue: 0.69 , saturation: 0.59 and the lightness value of 37299f is 0.39.

The process color (four color CMYK) of #37299f color hex is 0.65, 0.74, 0.00, 0.38. Web safe color of #37299f is #333399. Color #37299f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101001 10011111
Octal 67 51 237
Decimal 55 41 159
Hex 37 29 9F

RGB Percentages of Color #37299f

%21.57
%16.08
%62.35

CMYK Percentages of Color #37299f

%65
%74
%0
%38

Triadic Colors of #37299f

#37299f #9f3729 #299f37

Analogous Colors of #37299f

#37299f #72299f #29569f

Monochromatic Colors of #37299f

#37299f

Complementary Color

#37299f #919f29

#37299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#37299f Color CSS Codes

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

#37299f Text Font Color

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

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


#37299f Background Color

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

This div background color is #37299f


#37299f Border Color

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

This div border color is #37299f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,41,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37299f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37299f;
  -webkit-box-shadow: 1px 1px 3px 2px #37299f;
  box-shadow:         1px 1px 3px 2px #37299f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37299f


Comments

No comments written yet.

Please login to write comment.