COLOR #24285B

HEX: #24285B
RGB: (36,40,91)

Color info

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

RGB color model

#24285B color RGB value is (36,40,91).

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

RGB channels and saturation

R 36 of 255 = 14%
G 40 of 255 = 16%
B 91 of 255 = 36%

36
40
91

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

Portions of RGB colors in percentages

R + G + B =
36 + 40 + 91 = 167 (100%)
R 36 of 167 ~ 21.56%
G 40 of 167 ~ 23.95%
B 91 of 167 ~ 54.49%

%21.56
%23.95
%54.49

CMYK color model

#24285B color CMYK value is (60,56,0,64).

  • cyan value is 60.44%
  • magenta value is 56.04%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(60,56,0,64)
C60M56Y0K64 
(60%,56%,0%,64%)
(0.60/0.56/0.00/0.64)	

CMYK percentages

%60.44
%56.04
%0
%64.31

Codes

Color #24285B in popluar color models

24285B
RGB364091
HSL236°43.31%24.90%
HSB/HSV236°60.44%35.69%
CMYK60.44%56.04%0.00%
64.31%

Color #24285B in popluar number systems.

HEX24285B
Decimal364091
Binary1001001010001011011
Octal4450133

Shades and tints

Shades of #24285B

#24285B
(36,40,91)
#212553
(33,37,83)
#1E224B
(30,34,75)
#1B1F43
(27,31,67)
#181C3B
(24,28,59)
#151933
(21,25,51)
#12162B
(18,22,43)
#0F1323
(15,19,35)
#0C101B
(12,16,27)
#090D13
(9,13,19)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #24285B

#24285B
(36,40,91)
#373B69
(55,59,105)
#4A4E77
(74,78,119)
#5D6185
(93,97,133)
#707493
(112,116,147)
#8387A1
(131,135,161)
#969AAF
(150,154,175)
#A9ADBD
(169,173,189)
#BCC0CB
(188,192,203)
#CFD3D9
(207,211,217)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24285B; }

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

This text font color is #24285B.


Background Color

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

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

This div background color is #24285B.


Border color

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

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

This div border color is #24285B.


Opacity

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

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

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

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

This text has shadow with #24285B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24285B on black background.


Color preview on white background

This text has color #24285B on white background.



Black color preview on #24285B background

This text has black color on #24285B background.


White color preview on #24285B background

This text has white color on #24285B background.