COLOR #24385D

HEX: #24385D RGB: (36,56,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

36
56
93

R + G + B ~ 24%. #24385D is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 56 + 93 = 185 (100%)
R 36 of 185 ~ 19.46%
G 56 of 185 ~ 30.27%
B 93 of 185 ~ 50.27'%

%19.46
%30.27
%50.27

CMYK color model

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

  • cyan value is 61.29%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (61,40,0,64)
C61M40Y0K64 (61%, 40%, 0%, 64%)
(0.61 / 0.40 / 0.00 / 0.64)

CMYK percentages

%61.29
%39.78
%0
%63.53

Codes

Color #24385D in popluar color models

24 38 5D
RGB 36 56 93
HSL 219° 44.19% 25.29%
HSB/HSV 219° 61.29% 36.47%
CMYK 61.29% 39.78% 0.00%
63.53%

Color #24385D in popluar number systems.

HEX 24 38 5D
Decimal 36 56 93
Binary 100100 111000 1011101
Octal 44 70 135

Shades and tints

Shades of #24385D

#24385D
(36,56,93)
#213355
(33,51,85)
#1E2E4D
(30,46,77)
#1B2945
(27,41,69)
#18243D
(24,36,61)
#151F35
(21,31,53)
#121A2D
(18,26,45)
#0F1525
(15,21,37)
#0C101D
(12,16,29)
#090B15
(9,11,21)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #24385D

#24385D
(36,56,93)
#374A6B
(55,74,107)
#4A5C79
(74,92,121)
#5D6E87
(93,110,135)
#708095
(112,128,149)
#8392A3
(131,146,163)
#96A4B1
(150,164,177)
#A9B6BF
(169,182,191)
#BCC8CD
(188,200,205)
#CFDADB
(207,218,219)
#E2ECE9
(226,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24385D; }

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

This text font color is #24385D.

Background Color

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

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

This div background color is #24385D.

Border color

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

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

This div border color is #24385D.

Opacity

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

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

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

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

This text has shadow with #24385D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24385D.

Preview

Color preview on black background

This text has color #24385D on black background.


Color preview on white background

This text has color #24385D on white background.


Black color preview on #24385D background

This text has black color on #24385D background.


White color preview on #24385D background

This text has white color on #24385D background.


Related colors

Complementary color

Complementary color for #hex is #DBC7A2.


I love getcolorcode.com

Triadic colors

1 #5D2438 and #385D24 with #24385D are triadic colors.

2 #5D3824 and #38245D with #24385D are triadic colors.