COLOR #24294E

HEX: #24294E
RGB: (36,41,78)

Color info

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

RGB color model

#24294E color RGB value is (36,41,78).

  • red value is 36;
  • green value is 41;
  • blue value is 78.
RGB:
(36,41,78)
(14%,16%,31%)

RGB channels and saturation

R 36 of 255 = 14%
G 41 of 255 = 16%
B 78 of 255 = 31%

36
41
78

R + G + B ~ 20%. #24294E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 41 + 78 = 155 (100%)
R 36 of 155 ~ 23.23%
G 41 of 155 ~ 26.45%
B 78 of 155 ~ 50.32%

%23.23
%26.45
%50.32

CMYK color model

#24294E color CMYK value is (54,47,0,69).

  • cyan value is 53.85%
  • magenta value is 47.44%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(54,47,0,69)
C54M47Y0K69 
(54%,47%,0%,69%)
(0.54/0.47/0.00/0.69)	

CMYK percentages

%53.85
%47.44
%0
%69.41

Codes

Color #24294E in popluar color models

24294E
RGB364178
HSL233°36.84%22.35%
HSB/HSV233°53.85%30.59%
CMYK53.85%47.44%0.00%
69.41%

Color #24294E in popluar number systems.

HEX24294E
Decimal364178
Binary1001001010011001110
Octal4451116

Shades and tints

Shades of #24294E

#24294E
(36,41,78)
#212647
(33,38,71)
#1E2340
(30,35,64)
#1B2039
(27,32,57)
#181D32
(24,29,50)
#151A2B
(21,26,43)
#121724
(18,23,36)
#0F141D
(15,20,29)
#0C1116
(12,17,22)
#090E0F
(9,14,15)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #24294E

#24294E
(36,41,78)
#373C5E
(55,60,94)
#4A4F6E
(74,79,110)
#5D627E
(93,98,126)
#70758E
(112,117,142)
#83889E
(131,136,158)
#969BAE
(150,155,174)
#A9AEBE
(169,174,190)
#BCC1CE
(188,193,206)
#CFD4DE
(207,212,222)
#E2E7EE
(226,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24294E color. Also use rgb(36,41,78) instead hex code.

Text Font Color

.myTextColor { color: #24294E; }

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

This text font color is #24294E.


Background Color

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

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

This div background color is #24294E.


Border color

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

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

This div border color is #24294E.


Opacity

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

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

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

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

This text has shadow with #24294E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24294E on black background.


Color preview on white background

This text has color #24294E on white background.



Black color preview on #24294E background

This text has black color on #24294E background.


White color preview on #24294E background

This text has white color on #24294E background.