COLOR #24869D

HEX: #24869D
RGB: (36,134,157)

Color info

#24869D contains mainly green and blue colors. Web safe color of #24869D is #339999 (or #399).

RGB color model

#24869D color RGB value is (36,134,157).

  • red value is 36;
  • green value is 134;
  • blue value is 157.
RGB:
(36,134,157)
(14%,53%,62%)

RGB channels and saturation

R 36 of 255 = 14%
G 134 of 255 = 53%
B 157 of 255 = 62%

36
134
157

R + G + B ~ 43%. #24869D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 134 + 157 = 327 (100%)
R 36 of 327 ~ 11.01%
G 134 of 327 ~ 40.98%
B 157 of 327 ~ 48.01%

%11.01
%40.98
%48.01

CMYK color model

#24869D color CMYK value is (77,15,0,38).

  • cyan value is 77.07%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(77,15,0,38)
C77M15Y0K38 
(77%,15%,0%,38%)
(0.77/0.15/0.00/0.38)	

CMYK percentages

%77.07
%14.65
%0
%38.43

Codes

Color #24869D in popluar color models

24869D
RGB36134157
HSL191°62.69%37.84%
HSB/HSV191°77.07%61.57%
CMYK77.07%14.65%0.00%
38.43%

Color #24869D in popluar number systems.

HEX24869D
Decimal36134157
Binary1001001000011010011101
Octal44206235

Shades and tints

Shades of #24869D

#24869D
(36,134,157)
#217A8F
(33,122,143)
#1E6E81
(30,110,129)
#1B6273
(27,98,115)
#185665
(24,86,101)
#154A57
(21,74,87)
#123E49
(18,62,73)
#0F323B
(15,50,59)
#0C262D
(12,38,45)
#091A1F
(9,26,31)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #24869D

#24869D
(36,134,157)
#3791A5
(55,145,165)
#4A9CAD
(74,156,173)
#5DA7B5
(93,167,181)
#70B2BD
(112,178,189)
#83BDC5
(131,189,197)
#96C8CD
(150,200,205)
#A9D3D5
(169,211,213)
#BCDEDD
(188,222,221)
#CFE9E5
(207,233,229)
#E2F4ED
(226,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24869D color. Also use rgb(36,134,157) instead hex code.

Text Font Color

.myTextColor { color: #24869D; }

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

This text font color is #24869D.


Background Color

.myBgColor { background-color: #24869D; }

<div style="background-color:#24869D">Inner text</div>

This div background color is #24869D.


Border color

.myBorderColor { border: 1px solid #24869D; }

<div style="border:3px solid #24869D">Div</div>

This div border color is #24869D.


Opacity

.myOpacity80 { color: #24869D; opacity: 0.8; }

<p style="color:#24869D;opacity:0.8;">80%</p>

Text with #24869D 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 #24869D;}

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

This text has shadow with #24869D color.

.textShadow {text-shadow: 3px 3px 1px #24869D, 3px 3px 1px red;}

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

This text has shadow with #24869D primary color and red secondary color.


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

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

This text has shadow with #24869D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24869D on black background.


Color preview on white background

This text has color #24869D on white background.



Black color preview on #24869D background

This text has black color on #24869D background.


White color preview on #24869D background

This text has white color on #24869D background.