COLOR #24287F

HEX: #24287F
RGB: (36,40,127)

Color info

#24287F contains mainly blue color. Web safe color of #24287F is #333366 (or #336).

RGB color model

#24287F color RGB value is (36,40,127).

  • red value is 36;
  • green value is 40;
  • blue value is 127.
RGB:
(36,40,127)
(14%,16%,50%)

RGB channels and saturation

R 36 of 255 = 14%
G 40 of 255 = 16%
B 127 of 255 = 50%

36
40
127

R + G + B ~ 27%. #24287F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 40 + 127 = 203 (100%)
R 36 of 203 ~ 17.73%
G 40 of 203 ~ 19.7%
B 127 of 203 ~ 62.56%

%17.73
%19.7
%62.56

CMYK color model

#24287F color CMYK value is (72,69,0,50).

  • cyan value is 71.65%
  • magenta value is 68.50%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(72,69,0,50)
C72M69Y0K50 
(72%,69%,0%,50%)
(0.72/0.69/0.00/0.50)	

CMYK percentages

%71.65
%68.5
%0
%50.2

Codes

Color #24287F in popluar color models

24287F
RGB3640127
HSL237°55.83%31.96%
HSB/HSV237°71.65%49.80%
CMYK71.65%68.50%0.00%
50.20%

Color #24287F in popluar number systems.

HEX24287F
Decimal3640127
Binary1001001010001111111
Octal4450177

Shades and tints

Shades of #24287F

#24287F
(36,40,127)
#212574
(33,37,116)
#1E2269
(30,34,105)
#1B1F5E
(27,31,94)
#181C53
(24,28,83)
#151948
(21,25,72)
#12163D
(18,22,61)
#0F1332
(15,19,50)
#0C1027
(12,16,39)
#090D1C
(9,13,28)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #24287F

#24287F
(36,40,127)
#373B8A
(55,59,138)
#4A4E95
(74,78,149)
#5D61A0
(93,97,160)
#7074AB
(112,116,171)
#8387B6
(131,135,182)
#969AC1
(150,154,193)
#A9ADCC
(169,173,204)
#BCC0D7
(188,192,215)
#CFD3E2
(207,211,226)
#E2E6ED
(226,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24287F color. Also use rgb(36,40,127) instead hex code.

Text Font Color

.myTextColor { color: #24287F; }

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

This text font color is #24287F.


Background Color

.myBgColor { background-color: #24287F; }

<div style="background-color:#24287F">Inner text</div>

This div background color is #24287F.


Border color

.myBorderColor { border: 1px solid #24287F; }

<div style="border:3px solid #24287F">Div</div>

This div border color is #24287F.


Opacity

.myOpacity80 { color: #24287F; opacity: 0.8; }

<p style="color:#24287F;opacity:0.8;">80%</p>

Text with #24287F 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 #24287F;}

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

This text has shadow with #24287F color.

.textShadow {text-shadow: 3px 3px 1px #24287F, 3px 3px 1px red;}

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

This text has shadow with #24287F primary color and red secondary color.


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

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

This text has shadow with #24287F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24287F on black background.


Color preview on white background

This text has color #24287F on white background.



Black color preview on #24287F background

This text has black color on #24287F background.


White color preview on #24287F background

This text has white color on #24287F background.