COLOR #24789F

HEX: #24789F RGB: (36,120,159)

Color info

#24789F contains mainly green and blue colors. Web safe color of #24789F is #336699 (or #369).

RGB color model

#24789F color RGB value is (36,120,159).

RGB: (36,120,159) (14%, 47%, 62%)

RGB channels and saturation

R 36 of 255 = 14%
G 120 of 255 = 47%
B 159 of 255 = 62%

36
120
159

R + G + B ~ 41%. #24789F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 36 + 120 + 159 = 315 (100%)
R 36 of 315 ~ 11.43%
G 120 of 315 ~ 38.1%
B 159 of 315 ~ 50.48'%

%11.43
%38.1
%50.48

CMYK color model

#24789F color CMYK value is (77,25,0,38).

  • cyan value is 77.36%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (77,25,0,38)
C77M25Y0K38 (77%, 25%, 0%, 38%)
(0.77 / 0.25 / 0.00 / 0.38)

CMYK percentages

%77.36
%24.53
%0
%37.65

Codes

Color #24789F in popluar color models

24 78 9F
RGB 36 120 159
HSL 199° 63.08% 38.24%
HSB/HSV 199° 77.36% 62.35%
CMYK 77.36% 24.53% 0.00%
37.65%

Color #24789F in popluar number systems.

HEX 24 78 9F
Decimal 36 120 159
Binary 100100 1111000 10011111
Octal 44 170 237

Shades and tints

Shades of #24789F

#24789F
(36,120,159)
#216E91
(33,110,145)
#1E6483
(30,100,131)
#1B5A75
(27,90,117)
#185067
(24,80,103)
#154659
(21,70,89)
#123C4B
(18,60,75)
#0F323D
(15,50,61)
#0C282F
(12,40,47)
#091E21
(9,30,33)
#061413
(6,20,19)
#000000
(0,0,0)

Tints of #24789F

#24789F
(36,120,159)
#3784A7
(55,132,167)
#4A90AF
(74,144,175)
#5D9CB7
(93,156,183)
#70A8BF
(112,168,191)
#83B4C7
(131,180,199)
#96C0CF
(150,192,207)
#A9CCD7
(169,204,215)
#BCD8DF
(188,216,223)
#CFE4E7
(207,228,231)
#E2F0EF
(226,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24789F color. Also use rgb(36,120,159) instead hex code.

Text Font Color

.myTextColor { color: #24789F; }

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

This text font color is #24789F.

Background Color

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

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

This div background color is #24789F.

Border color

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

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

This div border color is #24789F.

Opacity

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

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

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

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

This text has shadow with #24789F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24789F.

Preview

Color preview on black background

This text has color #24789F on black background.


Color preview on white background

This text has color #24789F on white background.


Black color preview on #24789F background

This text has black color on #24789F background.


White color preview on #24789F background

This text has white color on #24789F background.


Related colors

Complementary color

Complementary color for #hex is #DB8760.


I love getcolorcode.com

Triadic colors

1 #9F2478 and #789F24 with #24789F are triadic colors.

2 #9F7824 and #78249F with #24789F are triadic colors.