COLOR #24428B

HEX: #24428B RGB: (36,66,139)

Color info

#24428B contains mainly blue color. Web safe color of #24428B is #333399 (or #339).

RGB color model

#24428B color RGB value is (36,66,139).

RGB: (36,66,139) (14%, 26%, 55%)

RGB channels and saturation

R 36 of 255 = 14%
G 66 of 255 = 26%
B 139 of 255 = 55%

36
66
139

R + G + B ~ 32%. #24428B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 66 + 139 = 241 (100%)
R 36 of 241 ~ 14.94%
G 66 of 241 ~ 27.39%
B 139 of 241 ~ 57.68'%

%14.94
%27.39
%57.68

CMYK color model

#24428B color CMYK value is (74,53,0,45).

  • cyan value is 74.10%
  • magenta value is 52.52%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (74,53,0,45)
C74M53Y0K45 (74%, 53%, 0%, 45%)
(0.74 / 0.53 / 0.00 / 0.45)

CMYK percentages

%74.1
%52.52
%0
%45.49

Codes

Color #24428B in popluar color models

24 42 8B
RGB 36 66 139
HSL 223° 58.86% 34.31%
HSB/HSV 223° 74.10% 54.51%
CMYK 74.10% 52.52% 0.00%
45.49%

Color #24428B in popluar number systems.

HEX 24 42 8B
Decimal 36 66 139
Binary 100100 1000010 10001011
Octal 44 102 213

Shades and tints

Shades of #24428B

#24428B
(36,66,139)
#213C7F
(33,60,127)
#1E3673
(30,54,115)
#1B3067
(27,48,103)
#182A5B
(24,42,91)
#15244F
(21,36,79)
#121E43
(18,30,67)
#0F1837
(15,24,55)
#0C122B
(12,18,43)
#090C1F
(9,12,31)
#060613
(6,6,19)
#000000
(0,0,0)

Tints of #24428B

#24428B
(36,66,139)
#375395
(55,83,149)
#4A649F
(74,100,159)
#5D75A9
(93,117,169)
#7086B3
(112,134,179)
#8397BD
(131,151,189)
#96A8C7
(150,168,199)
#A9B9D1
(169,185,209)
#BCCADB
(188,202,219)
#CFDBE5
(207,219,229)
#E2ECEF
(226,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24428B color. Also use rgb(36,66,139) instead hex code.

Text Font Color

.myTextColor { color: #24428B; }

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

This text font color is #24428B.

Background Color

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

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

This div background color is #24428B.

Border color

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

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

This div border color is #24428B.

Opacity

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

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

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

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

This text has shadow with #24428B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24428B.

Preview

Color preview on black background

This text has color #24428B on black background.


Color preview on white background

This text has color #24428B on white background.


Black color preview on #24428B background

This text has black color on #24428B background.


White color preview on #24428B background

This text has white color on #24428B background.


Related colors

Complementary color

Complementary color for #hex is #DBBD74.


I love getcolorcode.com

Triadic colors

1 #8B2442 and #428B24 with #24428B are triadic colors.

2 #8B4224 and #42248B with #24428B are triadic colors.