Color Hex Logo

#37049c Color Hex

#37049C
(55,4,156)
0 Favorites   0 Comments

Color spaces of #37049c

RGB 554156
HSL0.720.950.31
HSV260°97°61°
CMYK 0.650.970.00   0.39
XYZ7.61973.299431.6877
Yxy3.29940.17880.0774
Hunter Lab18.164343.0913-90.7170
CIE-Lab21.205155.2269-68.3911

#37049c color RGB value is (55,4,156).

#37049c hex color red value is 55, green value is 4 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #37049c hue: 0.72 , saturation: 0.95 and the lightness value of 37049c is 0.31.

The process color (four color CMYK) of #37049c color hex is 0.65, 0.97, 0.00, 0.39. Web safe color of #37049c is #330099. Color #37049c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000100 10011100
Octal 67 4 234
Decimal 55 4 156
Hex 37 4 9C

RGB Percentages of Color #37049c

%25.58
%1.86
%72.56

CMYK Percentages of Color #37049c

%65
%97
%0
%39

Triadic Colors of #37049c

#37049c #9c3704 #049c37

Analogous Colors of #37049c

#37049c #83049c #041d9c

Monochromatic Colors of #37049c

#37049c

Complementary Color

#37049c #699c04

#37049c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37049c Color Preview on White Background

Lorem ipsum dolor sit amet.

#37049c Color CSS Codes

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

#37049c Text Font Color

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

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


#37049c Background Color

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

This div background color is #37049c


#37049c Border Color

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

This div border color is #37049c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37049c


Comments

No comments written yet.

Please login to write comment.