COLOR #24376B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

36
55
107

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

Portions of RGB colors in percentages

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

%18.18
%27.78
%54.04

CMYK color model

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

  • cyan value is 66.36%
  • magenta value is 48.60%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (66,49,0,58)
C66M49Y0K58 (66%, 49%, 0%, 58%)
(0.66 / 0.49 / 0.00 / 0.58)

CMYK percentages

%66.36
%48.6
%0
%58.04

Codes

Color #24376B in popluar color models

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

Color #24376B in popluar number systems.

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

Shades and tints

Shades of #24376B

#24376B
(36,55,107)
#213262
(33,50,98)
#1E2D59
(30,45,89)
#1B2850
(27,40,80)
#182347
(24,35,71)
#151E3E
(21,30,62)
#121935
(18,25,53)
#0F142C
(15,20,44)
#0C0F23
(12,15,35)
#090A1A
(9,10,26)
#060511
(6,5,17)
#000000
(0,0,0)

Tints of #24376B

#24376B
(36,55,107)
#374978
(55,73,120)
#4A5B85
(74,91,133)
#5D6D92
(93,109,146)
#707F9F
(112,127,159)
#8391AC
(131,145,172)
#96A3B9
(150,163,185)
#A9B5C6
(169,181,198)
#BCC7D3
(188,199,211)
#CFD9E0
(207,217,224)
#E2EBED
(226,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24376B; }

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

This text font color is #24376B.

Background Color

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

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

This div background color is #24376B.

Border color

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

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

This div border color is #24376B.

Opacity

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

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

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

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

This text has shadow with #24376B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24376B.

Preview

Color preview on black background

This text has color #24376B on black background.


Color preview on white background

This text has color #24376B on white background.


Black color preview on #24376B background

This text has black color on #24376B background.


White color preview on #24376B background

This text has white color on #24376B background.


Related colors

Complementary color

Complementary color for #hex is #DBC894.


I love getcolorcode.com

Triadic colors

1 #6B2437 and #376B24 with #24376B are triadic colors.

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