Color Hex Logo

#37248a Color Hex

#37248A
(55,36,138)
0 Favorites   0 Comments

Color spaces of #37248a

RGB 5536138
HSL0.700.590.34
HSV251°74°54°
CMYK 0.600.740.00   0.46
XYZ6.79393.909024.4412
Yxy3.90900.19330.1112
Hunter Lab19.771226.7377-59.4546
CIE-Lab23.368337.8149-53.6725

#37248a color RGB value is (55,36,138).

#37248a hex color red value is 55, green value is 36 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #37248a hue: 0.70 , saturation: 0.59 and the lightness value of 37248a is 0.34.

The process color (four color CMYK) of #37248a color hex is 0.60, 0.74, 0.00, 0.46. Web safe color of #37248a is #333399. Color #37248a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100100 10001010
Octal 67 44 212
Decimal 55 36 138
Hex 37 24 8A

RGB Percentages of Color #37248a

%24.02
%15.72
%60.26

CMYK Percentages of Color #37248a

%60
%74
%0
%46

Triadic Colors of #37248a

#37248a #8a3724 #248a37

Analogous Colors of #37248a

#37248a #6a248a #24448a

Monochromatic Colors of #37248a

#37248a

Complementary Color

#37248a #778a24

#37248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#37248a Color CSS Codes

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

#37248a Text Font Color

<p style="color:#37248a">Text here</p>

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


#37248a Background Color

<div style="background-color:#37248a">
Div content here</div>

This div background color is #37248a


#37248a Border Color

<div style="border:3px solid #37248a">
Div here</div>

This div border color is #37248a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,36,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #37248a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #37248a;
  -webkit-box-shadow: 1px 1px 3px 2px #37248a;
  box-shadow:         1px 1px 3px 2px #37248a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37248a


Comments

No comments written yet.

Please login to write comment.