COLOR #24385E

HEX: #24385E
RGB: (36,56,94)

Color info

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

RGB color model

#24385E color RGB value is (36,56,94).

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

RGB channels and saturation

R 36 of 255 = 14%
G 56 of 255 = 22%
B 94 of 255 = 37%

36
56
94

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

Portions of RGB colors in percentages

R + G + B =
36 + 56 + 94 = 186 (100%)
R 36 of 186 ~ 19.35%
G 56 of 186 ~ 30.11%
B 94 of 186 ~ 50.54%

%19.35
%30.11
%50.54

CMYK color model

#24385E color CMYK value is (62,40,0,63).

  • cyan value is 61.70%
  • magenta value is 40.43%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(62,40,0,63)
C62M40Y0K63 
(62%,40%,0%,63%)
(0.62/0.40/0.00/0.63)	

CMYK percentages

%61.7
%40.43
%0
%63.14

Codes

Color #24385E in popluar color models

24385E
RGB365694
HSL219°44.62%25.49%
HSB/HSV219°61.70%36.86%
CMYK61.70%40.43%0.00%
63.14%

Color #24385E in popluar number systems.

HEX24385E
Decimal365694
Binary1001001110001011110
Octal4470136

Shades and tints

Shades of #24385E

#24385E
(36,56,94)
#213356
(33,51,86)
#1E2E4E
(30,46,78)
#1B2946
(27,41,70)
#18243E
(24,36,62)
#151F36
(21,31,54)
#121A2E
(18,26,46)
#0F1526
(15,21,38)
#0C101E
(12,16,30)
#090B16
(9,11,22)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #24385E

#24385E
(36,56,94)
#374A6C
(55,74,108)
#4A5C7A
(74,92,122)
#5D6E88
(93,110,136)
#708096
(112,128,150)
#8392A4
(131,146,164)
#96A4B2
(150,164,178)
#A9B6C0
(169,182,192)
#BCC8CE
(188,200,206)
#CFDADC
(207,218,220)
#E2ECEA
(226,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24385E; }

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

This text font color is #24385E.


Background Color

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

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

This div background color is #24385E.


Border color

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

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

This div border color is #24385E.


Opacity

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

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

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

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

This text has shadow with #24385E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24385E on black background.


Color preview on white background

This text has color #24385E on white background.



Black color preview on #24385E background

This text has black color on #24385E background.


White color preview on #24385E background

This text has white color on #24385E background.