COLOR #24285A

HEX: #24285A
RGB: (36,40,90)

Color info

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

RGB color model

#24285A color RGB value is (36,40,90).

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

RGB channels and saturation

R 36 of 255 = 14%
G 40 of 255 = 16%
B 90 of 255 = 35%

36
40
90

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

Portions of RGB colors in percentages

R + G + B =
36 + 40 + 90 = 166 (100%)
R 36 of 166 ~ 21.69%
G 40 of 166 ~ 24.1%
B 90 of 166 ~ 54.22%

%21.69
%24.1
%54.22

CMYK color model

#24285A color CMYK value is (60,56,0,65).

  • cyan value is 60.00%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(60,56,0,65)
C60M56Y0K65 
(60%,56%,0%,65%)
(0.60/0.56/0.00/0.65)	

CMYK percentages

%60
%55.56
%0
%64.71

Codes

Color #24285A in popluar color models

24285A
RGB364090
HSL236°42.86%24.71%
HSB/HSV236°60.00%35.29%
CMYK60.00%55.56%0.00%
64.71%

Color #24285A in popluar number systems.

HEX24285A
Decimal364090
Binary1001001010001011010
Octal4450132

Shades and tints

Shades of #24285A

#24285A
(36,40,90)
#212552
(33,37,82)
#1E224A
(30,34,74)
#1B1F42
(27,31,66)
#181C3A
(24,28,58)
#151932
(21,25,50)
#12162A
(18,22,42)
#0F1322
(15,19,34)
#0C101A
(12,16,26)
#090D12
(9,13,18)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #24285A

#24285A
(36,40,90)
#373B69
(55,59,105)
#4A4E78
(74,78,120)
#5D6187
(93,97,135)
#707496
(112,116,150)
#8387A5
(131,135,165)
#969AB4
(150,154,180)
#A9ADC3
(169,173,195)
#BCC0D2
(188,192,210)
#CFD3E1
(207,211,225)
#E2E6F0
(226,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24285A; }

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

This text font color is #24285A.


Background Color

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

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

This div background color is #24285A.


Border color

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

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

This div border color is #24285A.


Opacity

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

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

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

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

This text has shadow with #24285A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24285A on black background.


Color preview on white background

This text has color #24285A on white background.



Black color preview on #24285A background

This text has black color on #24285A background.


White color preview on #24285A background

This text has white color on #24285A background.