COLOR #24355C

HEX: #24355C
RGB: (36,53,92)

Color info

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

RGB color model

#24355C color RGB value is (36,53,92).

  • red value is 36;
  • green value is 53;
  • blue value is 92.
RGB:
(36,53,92)
(14%,21%,36%)

RGB channels and saturation

R 36 of 255 = 14%
G 53 of 255 = 21%
B 92 of 255 = 36%

36
53
92

R + G + B ~ 24%. #24355C is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 53 + 92 = 181 (100%)
R 36 of 181 ~ 19.89%
G 53 of 181 ~ 29.28%
B 92 of 181 ~ 50.83%

%19.89
%29.28
%50.83

CMYK color model

#24355C color CMYK value is (61,42,0,64).

  • cyan value is 60.87%
  • magenta value is 42.39%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(61,42,0,64)
C61M42Y0K64 
(61%,42%,0%,64%)
(0.61/0.42/0.00/0.64)	

CMYK percentages

%60.87
%42.39
%0
%63.92

Codes

Color #24355C in popluar color models

24355C
RGB365392
HSL222°43.75%25.10%
HSB/HSV222°60.87%36.08%
CMYK60.87%42.39%0.00%
63.92%

Color #24355C in popluar number systems.

HEX24355C
Decimal365392
Binary1001001101011011100
Octal4465134

Shades and tints

Shades of #24355C

#24355C
(36,53,92)
#213154
(33,49,84)
#1E2D4C
(30,45,76)
#1B2944
(27,41,68)
#18253C
(24,37,60)
#152134
(21,33,52)
#121D2C
(18,29,44)
#0F1924
(15,25,36)
#0C151C
(12,21,28)
#091114
(9,17,20)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #24355C

#24355C
(36,53,92)
#37476A
(55,71,106)
#4A5978
(74,89,120)
#5D6B86
(93,107,134)
#707D94
(112,125,148)
#838FA2
(131,143,162)
#96A1B0
(150,161,176)
#A9B3BE
(169,179,190)
#BCC5CC
(188,197,204)
#CFD7DA
(207,215,218)
#E2E9E8
(226,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24355C color. Also use rgb(36,53,92) instead hex code.

Text Font Color

.myTextColor { color: #24355C; }

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

This text font color is #24355C.


Background Color

.myBgColor { background-color: #24355C; }

<div style="background-color:#24355C">Inner text</div>

This div background color is #24355C.


Border color

.myBorderColor { border: 1px solid #24355C; }

<div style="border:3px solid #24355C">Div</div>

This div border color is #24355C.


Opacity

.myOpacity80 { color: #24355C; opacity: 0.8; }

<p style="color:#24355C;opacity:0.8;">80%</p>

Text with #24355C 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 #24355C;}

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

This text has shadow with #24355C color.

.textShadow {text-shadow: 3px 3px 1px #24355C, 3px 3px 1px red;}

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

This text has shadow with #24355C primary color and red secondary color.


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

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

This text has shadow with #24355C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24355C on black background.


Color preview on white background

This text has color #24355C on white background.



Black color preview on #24355C background

This text has black color on #24355C background.


White color preview on #24355C background

This text has white color on #24355C background.