COLOR #24245D

HEX: #24245D RGB: (36,36,93)

Color info

#24245D contains red, green and blue colors in about the same proportion. Web safe color of #24245D is #333366 (or #336).

RGB color model

#24245D color RGB value is (36,36,93).

RGB: (36,36,93) (14%, 14%, 36%)

RGB channels and saturation

R 36 of 255 = 14%
G 36 of 255 = 14%
B 93 of 255 = 36%

36
36
93

R + G + B ~ 21%. #24245D is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 36 + 93 = 165 (100%)
R 36 of 165 ~ 21.82%
G 36 of 165 ~ 21.82%
B 93 of 165 ~ 56.36'%

%21.82
%21.82
%56.36

CMYK color model

#24245D color CMYK value is (61,61,0,64).

  • cyan value is 61.29%
  • magenta value is 61.29%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (61,61,0,64) C61M61Y0K64 (61%,61%,0%,64%) (0.61/0.61/0.00/0.64) 

CMYK percentages

%61.29
%61.29
%0
%63.53

Codes

Color #24245D in popluar color models

24 24 5D
RGB 36 36 93
HSL 240° 44.19% 25.29%
HSB/HSV 240° 61.29% 36.47%
CMYK 61.29% 61.29% 0.00%
63.53%

Color #24245D in popluar number systems.

HEX 24 24 5D
Decimal 36 36 93
Binary 100100 100100 1011101
Octal 44 44 135

Shades and tints

Shades of #24245D

#24245D
(36,36,93)
#212155
(33,33,85)
#1E1E4D
(30,30,77)
#1B1B45
(27,27,69)
#18183D
(24,24,61)
#151535
(21,21,53)
#12122D
(18,18,45)
#0F0F25
(15,15,37)
#0C0C1D
(12,12,29)
#090915
(9,9,21)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #24245D

#24245D
(36,36,93)
#37376B
(55,55,107)
#4A4A79
(74,74,121)
#5D5D87
(93,93,135)
#707095
(112,112,149)
#8383A3
(131,131,163)
#9696B1
(150,150,177)
#A9A9BF
(169,169,191)
#BCBCCD
(188,188,205)
#CFCFDB
(207,207,219)
#E2E2E9
(226,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24245D color. Also use rgb(36,36,93) instead hex code.

Text Font Color

.myTextColor { color: #24245D; }

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

This text font color is #24245D.

Background Color

.myBgColor { background-color: #24245D; }

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

This div background color is #24245D.

Border color

.myBorderColor { border: 1px solid #24245D; }

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

This div border color is #24245D.

Opacity

.myOpacity80 { color: #24245D; opacity: 0.8; }

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

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

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

This text has shadow with #24245D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24245D.

Preview

Color preview on black background

This text has color #24245D on black background.


Color preview on white background

This text has color #24245D on white background.


Black color preview on #24245D background

This text has black color on #24245D background.


White color preview on #24245D background

This text has white color on #24245D background.


Related colors

Complementary color

Complementary color for #hex is #DBDBA2.


I love getcolorcode.com