COLOR #370241

HEX: #370241 RGB: (55,2,65)

Color info

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

RGB color model

#370241 color RGB value is (55,2,65).

RGB: (55,2,65) (22%, 1%, 25%)

RGB channels and saturation

R 55 of 255 = 22%
G 2 of 255 = 1%
B 65 of 255 = 25%

55
2
65

R + G + B ~ 16%. #370241 is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 2 + 65 = 122 (100%)
R 55 of 122 ~ 45.08%
G 2 of 122 ~ 1.64%
B 65 of 122 ~ 53.28'%

%45.08
%53.28

CMYK color model

#370241 color CMYK value is (15,97,0,75).

  • cyan value is 15.38%
  • magenta value is 96.92%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (15,97,0,75)
C15M97Y0K75 (15%, 97%, 0%, 75%)
(0.15 / 0.97 / 0.00 / 0.75)

CMYK percentages

%15.38
%96.92
%0
%74.51

Codes

Color #370241 in popluar color models

37 02 41
RGB 55 2 65
HSL 290° 94.03% 13.14%
HSB/HSV 290° 96.92% 25.49%
CMYK 15.38% 96.92% 0.00%
74.51%

Color #370241 in popluar number systems.

HEX 37 02 41
Decimal 55 2 65
Binary 110111 10 1000001
Octal 67 2 101

Shades and tints

Shades of #370241

#370241
(55,2,65)
#32023C
(50,2,60)
#2D0237
(45,2,55)
#280232
(40,2,50)
#23022D
(35,2,45)
#1E0228
(30,2,40)
#190223
(25,2,35)
#14021E
(20,2,30)
#0F0219
(15,2,25)
#0A0214
(10,2,20)
#05020F
(5,2,15)
#000000
(0,0,0)

Tints of #370241

#370241
(55,2,65)
#491952
(73,25,82)
#5B3063
(91,48,99)
#6D4774
(109,71,116)
#7F5E85
(127,94,133)
#917596
(145,117,150)
#A38CA7
(163,140,167)
#B5A3B8
(181,163,184)
#C7BAC9
(199,186,201)
#D9D1DA
(217,209,218)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #370241; }

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

This text font color is #370241.

Background Color

.myBgColor { background-color: #370241; }

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

This div background color is #370241.

Border color

.myBorderColor { border: 1px solid #370241; }

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

This div border color is #370241.

Opacity

.myOpacity80 { color: #370241; opacity: 0.8; }

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

Text with #370241 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 #370241;}

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

This text has shadow with #370241 color.


.textShadow {text-shadow: 3px 3px 1px #370241', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #370241; -webkit-box-shadow: 1px 1px 3px 2px #370241; box-shadow:1px 1px 3px 2px #370241;">
Div content here
</div>

This div box has shadow with color #370241.

Preview

Color preview on black background

This text has color #370241 on black background.


Color preview on white background

This text has color #370241 on white background.


Black color preview on #370241 background

This text has black color on #370241 background.


White color preview on #370241 background

This text has white color on #370241 background.


Related colors

Complementary color

Complementary color for #hex is #C8FDBE.


I love getcolorcode.com

Triadic colors

1 #413702 and #024137 with #370241 are triadic colors.

2 #410237 and #023741 with #370241 are triadic colors.