Color Hex Logo

#37248d Color Hex

#37248D
(55,36,141)
0 Favorites   0 Comments

Color spaces of #37248d

RGB 5536141
HSL0.700.590.35
HSV251°74°55°
CMYK 0.610.740.00   0.45
XYZ7.01413.997125.6011
Yxy3.99710.19160.1092
Hunter Lab19.992727.6362-61.9271
CIE-Lab23.661938.7676-55.0595

#37248d color RGB value is (55,36,141).

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

The process color (four color CMYK) of #37248d color hex is 0.61, 0.74, 0.00, 0.45. Web safe color of #37248d is #333399. Color #37248d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100100 10001101
Octal 67 44 215
Decimal 55 36 141
Hex 37 24 8D

RGB Percentages of Color #37248d

%23.71
%15.52
%60.78

CMYK Percentages of Color #37248d

%61
%74
%0
%45

Triadic Colors of #37248d

#37248d #8d3724 #248d37

Analogous Colors of #37248d

#37248d #6c248d #24468d

Monochromatic Colors of #37248d

#37248d

Complementary Color

#37248d #7a8d24

#37248d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37248d Color Preview on White Background

Lorem ipsum dolor sit amet.

#37248d Color CSS Codes

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

#37248d Text Font Color

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

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


#37248d Background Color

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

This div background color is #37248d


#37248d Border Color

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

This div border color is #37248d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37248d

#37248d Color Palettes


Comments

No comments written yet.

Please login to write comment.