COLOR #24497E

HEX: #24497E
RGB: (36,73,126)

Color info

#24497E contains mainly green and blue colors. Web safe color of #24497E is #333366 (or #336).

RGB color model

#24497E color RGB value is (36,73,126).

  • red value is 36;
  • green value is 73;
  • blue value is 126.
RGB:
(36,73,126)
(14%,29%,49%)

RGB channels and saturation

R 36 of 255 = 14%
G 73 of 255 = 29%
B 126 of 255 = 49%

36
73
126

R + G + B ~ 31%. #24497E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 73 + 126 = 235 (100%)
R 36 of 235 ~ 15.32%
G 73 of 235 ~ 31.06%
B 126 of 235 ~ 53.62%

%15.32
%31.06
%53.62

CMYK color model

#24497E color CMYK value is (71,42,0,51).

  • cyan value is 71.43%
  • magenta value is 42.06%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(71,42,0,51)
C71M42Y0K51 
(71%,42%,0%,51%)
(0.71/0.42/0.00/0.51)	

CMYK percentages

%71.43
%42.06
%0
%50.59

Codes

Color #24497E in popluar color models

24497E
RGB3673126
HSL215°55.56%31.76%
HSB/HSV215°71.43%49.41%
CMYK71.43%42.06%0.00%
50.59%

Color #24497E in popluar number systems.

HEX24497E
Decimal3673126
Binary10010010010011111110
Octal44111176

Shades and tints

Shades of #24497E

#24497E
(36,73,126)
#214373
(33,67,115)
#1E3D68
(30,61,104)
#1B375D
(27,55,93)
#183152
(24,49,82)
#152B47
(21,43,71)
#12253C
(18,37,60)
#0F1F31
(15,31,49)
#0C1926
(12,25,38)
#09131B
(9,19,27)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #24497E

#24497E
(36,73,126)
#375989
(55,89,137)
#4A6994
(74,105,148)
#5D799F
(93,121,159)
#7089AA
(112,137,170)
#8399B5
(131,153,181)
#96A9C0
(150,169,192)
#A9B9CB
(169,185,203)
#BCC9D6
(188,201,214)
#CFD9E1
(207,217,225)
#E2E9EC
(226,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24497E; }

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

This text font color is #24497E.


Background Color

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

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

This div background color is #24497E.


Border color

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

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

This div border color is #24497E.


Opacity

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

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

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

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

This text has shadow with #24497E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24497E on black background.


Color preview on white background

This text has color #24497E on white background.



Black color preview on #24497E background

This text has black color on #24497E background.


White color preview on #24497E background

This text has white color on #24497E background.