COLOR #24385B

HEX: #24385B
RGB: (36,56,91)

Color info

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

RGB color model

#24385B color RGB value is (36,56,91).

  • red value is 36;
  • green value is 56;
  • blue value is 91.
RGB:
(36,56,91)
(14%,22%,36%)

RGB channels and saturation

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

36
56
91

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

Portions of RGB colors in percentages

R + G + B =
36 + 56 + 91 = 183 (100%)
R 36 of 183 ~ 19.67%
G 56 of 183 ~ 30.6%
B 91 of 183 ~ 49.73%

%19.67
%30.6
%49.73

CMYK color model

#24385B color CMYK value is (60,38,0,64).

  • cyan value is 60.44%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(60,38,0,64)
C60M38Y0K64 
(60%,38%,0%,64%)
(0.60/0.38/0.00/0.64)	

CMYK percentages

%60.44
%38.46
%0
%64.31

Codes

Color #24385B in popluar color models

24385B
RGB365691
HSL218°43.31%24.90%
HSB/HSV218°60.44%35.69%
CMYK60.44%38.46%0.00%
64.31%

Color #24385B in popluar number systems.

HEX24385B
Decimal365691
Binary1001001110001011011
Octal4470133

Shades and tints

Shades of #24385B

#24385B
(36,56,91)
#213353
(33,51,83)
#1E2E4B
(30,46,75)
#1B2943
(27,41,67)
#18243B
(24,36,59)
#151F33
(21,31,51)
#121A2B
(18,26,43)
#0F1523
(15,21,35)
#0C101B
(12,16,27)
#090B13
(9,11,19)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #24385B

#24385B
(36,56,91)
#374A69
(55,74,105)
#4A5C77
(74,92,119)
#5D6E85
(93,110,133)
#708093
(112,128,147)
#8392A1
(131,146,161)
#96A4AF
(150,164,175)
#A9B6BD
(169,182,189)
#BCC8CB
(188,200,203)
#CFDAD9
(207,218,217)
#E2ECE7
(226,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24385B; }

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

This text font color is #24385B.


Background Color

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

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

This div background color is #24385B.


Border color

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

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

This div border color is #24385B.


Opacity

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

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

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

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

This text has shadow with #24385B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24385B on black background.


Color preview on white background

This text has color #24385B on white background.



Black color preview on #24385B background

This text has black color on #24385B background.


White color preview on #24385B background

This text has white color on #24385B background.