COLOR #24245E

HEX: #24245E
RGB: (36,36,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

36
36
94

R + G + B ~ 22%. #24245E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 36 + 94 = 166 (100%)
R 36 of 166 ~ 21.69%
G 36 of 166 ~ 21.69%
B 94 of 166 ~ 56.63%

%21.69
%21.69
%56.63

CMYK color model

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

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

CMYK percentages

%61.7
%61.7
%0
%63.14

Codes

Color #24245E in popluar color models

24245E
RGB363694
HSL240°44.62%25.49%
HSB/HSV240°61.70%36.86%
CMYK61.70%61.70%0.00%
63.14%

Color #24245E in popluar number systems.

HEX24245E
Decimal363694
Binary1001001001001011110
Octal4444136

Shades and tints

Shades of #24245E

#24245E
(36,36,94)
#212156
(33,33,86)
#1E1E4E
(30,30,78)
#1B1B46
(27,27,70)
#18183E
(24,24,62)
#151536
(21,21,54)
#12122E
(18,18,46)
#0F0F26
(15,15,38)
#0C0C1E
(12,12,30)
#090916
(9,9,22)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #24245E

#24245E
(36,36,94)
#37376C
(55,55,108)
#4A4A7A
(74,74,122)
#5D5D88
(93,93,136)
#707096
(112,112,150)
#8383A4
(131,131,164)
#9696B2
(150,150,178)
#A9A9C0
(169,169,192)
#BCBCCE
(188,188,206)
#CFCFDC
(207,207,220)
#E2E2EA
(226,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24245E; }

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

This text font color is #24245E.


Background Color

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

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

This div background color is #24245E.


Border color

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

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

This div border color is #24245E.


Opacity

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

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

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

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

This text has shadow with #24245E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24245E on black background.


Color preview on white background

This text has color #24245E on white background.



Black color preview on #24245E background

This text has black color on #24245E background.


White color preview on #24245E background

This text has white color on #24245E background.