COLOR #37246B

HEX: #37246B RGB: (55,36,107)

Color info

#37246B contains mainly red and blue colors. Web safe color of #37246B is #333366 (or #336).

RGB color model

#37246B color RGB value is (55,36,107).

RGB: (55,36,107) (22%, 14%, 42%)

RGB channels and saturation

R 55 of 255 = 22%
G 36 of 255 = 14%
B 107 of 255 = 42%

55
36
107

R + G + B ~ 26%. #37246B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 36 + 107 = 198 (100%)
R 55 of 198 ~ 27.78%
G 36 of 198 ~ 18.18%
B 107 of 198 ~ 54.04'%

%27.78
%18.18
%54.04

CMYK color model

#37246B color CMYK value is (49,66,0,58).

  • cyan value is 48.60%
  • magenta value is 66.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (49,66,0,58) C49M66Y0K58 (49%,66%,0%,58%) (0.49/0.66/0.00/0.58) 

CMYK percentages

%48.6
%66.36
%0
%58.04

Codes

Color #37246B in popluar color models

37 24 6B
RGB 55 36 107
HSL 256° 49.65% 28.04%
HSB/HSV 256° 66.36% 41.96%
CMYK 48.60% 66.36% 0.00%
58.04%

Color #37246B in popluar number systems.

HEX 37 24 6B
Decimal 55 36 107
Binary 110111 100100 1101011
Octal 67 44 153

Shades and tints

Shades of #37246B

#37246B
(55,36,107)
#322162
(50,33,98)
#2D1E59
(45,30,89)
#281B50
(40,27,80)
#231847
(35,24,71)
#1E153E
(30,21,62)
#191235
(25,18,53)
#140F2C
(20,15,44)
#0F0C23
(15,12,35)
#0A091A
(10,9,26)
#050611
(5,6,17)
#000000
(0,0,0)

Tints of #37246B

#37246B
(55,36,107)
#493778
(73,55,120)
#5B4A85
(91,74,133)
#6D5D92
(109,93,146)
#7F709F
(127,112,159)
#9183AC
(145,131,172)
#A396B9
(163,150,185)
#B5A9C6
(181,169,198)
#C7BCD3
(199,188,211)
#D9CFE0
(217,207,224)
#EBE2ED
(235,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37246B color. Also use rgb(55,36,107) instead hex code.

Text Font Color

.myTextColor { color: #37246B; }

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

This text font color is #37246B.

Background Color

.myBgColor { background-color: #37246B; }

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

This div background color is #37246B.

Border color

.myBorderColor { border: 1px solid #37246B; }

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

This div border color is #37246B.

Opacity

.myOpacity80 { color: #37246B; opacity: 0.8; }

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

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

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

This text has shadow with #37246B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37246B.

Preview

Color preview on black background

This text has color #37246B on black background.


Color preview on white background

This text has color #37246B on white background.


Black color preview on #37246B background

This text has black color on #37246B background.


White color preview on #37246B background

This text has white color on #37246B background.


Related colors

Complementary color

Complementary color for #hex is #C8DB94.


I love getcolorcode.com

Triadic colors

1 #6B3724 and #246B37 with #37246B are triadic colors.

2 #6B2437 and #24376B with #37246B are triadic colors.