COLOR #37024A

HEX: #37024A
RGB: (55,2,74)

Color info

#37024A contains mainly red and blue colors. Web safe color of #37024A is #330033 (or #303).

RGB color model

#37024A color RGB value is (55,2,74).

  • red value is 55;
  • green value is 2;
  • blue value is 74.
RGB:
(55,2,74)
(22%,1%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 2 of 255 = 1%
B 74 of 255 = 29%

55
2
74

R + G + B ~ 17%. #37024A is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 2 + 74 = 131 (100%)
R 55 of 131 ~ 41.98%
G 2 of 131 ~ 1.53%
B 74 of 131 ~ 56.49%

%41.98
%56.49

CMYK color model

#37024A color CMYK value is (26,97,0,71).

  • cyan value is 25.68%
  • magenta value is 97.30%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(26,97,0,71)
C26M97Y0K71 
(26%,97%,0%,71%)
(0.26/0.97/0.00/0.71)	

CMYK percentages

%25.68
%97.3
%0
%70.98

Codes

Color #37024A in popluar color models

37024A
RGB55274
HSL284°94.74%14.90%
HSB/HSV284°97.30%29.02%
CMYK25.68%97.30%0.00%
70.98%

Color #37024A in popluar number systems.

HEX37024A
Decimal55274
Binary110111101001010
Octal672112

Shades and tints

Shades of #37024A

#37024A
(55,2,74)
#320244
(50,2,68)
#2D023E
(45,2,62)
#280238
(40,2,56)
#230232
(35,2,50)
#1E022C
(30,2,44)
#190226
(25,2,38)
#140220
(20,2,32)
#0F021A
(15,2,26)
#0A0214
(10,2,20)
#05020E
(5,2,14)
#000000
(0,0,0)

Tints of #37024A

#37024A
(55,2,74)
#49195A
(73,25,90)
#5B306A
(91,48,106)
#6D477A
(109,71,122)
#7F5E8A
(127,94,138)
#91759A
(145,117,154)
#A38CAA
(163,140,170)
#B5A3BA
(181,163,186)
#C7BACA
(199,186,202)
#D9D1DA
(217,209,218)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37024A color. Also use rgb(55,2,74) instead hex code.

Text Font Color

.myTextColor { color: #37024A; }

<p style="color:#37024A">This sample text font color is #37024A.</p>

This text font color is #37024A.


Background Color

.myBgColor { background-color: #37024A; }

<div style="background-color:#37024A">Inner text</div>

This div background color is #37024A.


Border color

.myBorderColor { border: 1px solid #37024A; }

<div style="border:3px solid #37024A">Div</div>

This div border color is #37024A.


Opacity

.myOpacity80 { color: #37024A; opacity: 0.8; }

<p style="color:#37024A;opacity:0.8;">80%</p>

Text with #37024A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #37024A;}

<p style="text-shadow: 3px 3px 1px #37024A">Text here.</p>

This text has shadow with #37024A color.

.textShadow {text-shadow: 3px 3px 1px #37024A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #37024A, 5px 5px 20px red">Text here.</p>

This text has shadow with #37024A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#37024A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#37024A, Direction=45, Strength=4)">Text</p>

This text has shadow with #37024A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #37024A;
  -webkit-box-shadow:	1px 1px 3px 2px #37024A;
  box-shadow:		1px 1px 3px 2px #37024A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37024A;
-webkit-box-shadow: 1px 1px 3px 2px #37024A;
box-shadow:1px 1px 3px 2px #37024A;">
Div content here</div>
This div box has shadow with color #37024A.

Preview

Color preview on black background

This text has color #37024A on black background.


Color preview on white background

This text has color #37024A on white background.



Black color preview on #37024A background

This text has black color on #37024A background.


White color preview on #37024A background

This text has white color on #37024A background.