COLOR #24485B

HEX: #24485B
RGB: (36,72,91)

Color info

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

RGB color model

#24485B color RGB value is (36,72,91).

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

RGB channels and saturation

R 36 of 255 = 14%
G 72 of 255 = 28%
B 91 of 255 = 36%

36
72
91

R + G + B ~ 26%. #24485B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 72 + 91 = 199 (100%)
R 36 of 199 ~ 18.09%
G 72 of 199 ~ 36.18%
B 91 of 199 ~ 45.73%

%18.09
%36.18
%45.73

CMYK color model

#24485B color CMYK value is (60,21,0,64).

  • cyan value is 60.44%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(60,21,0,64)
C60M21Y0K64 
(60%,21%,0%,64%)
(0.60/0.21/0.00/0.64)	

CMYK percentages

%60.44
%20.88
%0
%64.31

Codes

Color #24485B in popluar color models

24485B
RGB367291
HSL201°43.31%24.90%
HSB/HSV201°60.44%35.69%
CMYK60.44%20.88%0.00%
64.31%

Color #24485B in popluar number systems.

HEX24485B
Decimal367291
Binary10010010010001011011
Octal44110133

Shades and tints

Shades of #24485B

#24485B
(36,72,91)
#214253
(33,66,83)
#1E3C4B
(30,60,75)
#1B3643
(27,54,67)
#18303B
(24,48,59)
#152A33
(21,42,51)
#12242B
(18,36,43)
#0F1E23
(15,30,35)
#0C181B
(12,24,27)
#091213
(9,18,19)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #24485B

#24485B
(36,72,91)
#375869
(55,88,105)
#4A6877
(74,104,119)
#5D7885
(93,120,133)
#708893
(112,136,147)
#8398A1
(131,152,161)
#96A8AF
(150,168,175)
#A9B8BD
(169,184,189)
#BCC8CB
(188,200,203)
#CFD8D9
(207,216,217)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24485B; }

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

This text font color is #24485B.


Background Color

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

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

This div background color is #24485B.


Border color

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

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

This div border color is #24485B.


Opacity

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

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

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

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

This text has shadow with #24485B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24485B on black background.


Color preview on white background

This text has color #24485B on white background.



Black color preview on #24485B background

This text has black color on #24485B background.


White color preview on #24485B background

This text has white color on #24485B background.