COLOR #24365D

HEX: #24365D RGB: (36,54,93)

Color info

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

RGB color model

#24365D color RGB value is (36,54,93).

RGB: (36,54,93) (14%, 21%, 36%)

RGB channels and saturation

R 36 of 255 = 14%
G 54 of 255 = 21%
B 93 of 255 = 36%

36
54
93

R + G + B ~ 24%. #24365D is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 54 + 93 = 183 (100%)
R 36 of 183 ~ 19.67%
G 54 of 183 ~ 29.51%
B 93 of 183 ~ 50.82'%

%19.67
%29.51
%50.82

CMYK color model

#24365D color CMYK value is (61,42,0,64).

  • cyan value is 61.29%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (61,42,0,64)
C61M42Y0K64 (61%, 42%, 0%, 64%)
(0.61 / 0.42 / 0.00 / 0.64)

CMYK percentages

%61.29
%41.94
%0
%63.53

Codes

Color #24365D in popluar color models

24 36 5D
RGB 36 54 93
HSL 221° 44.19% 25.29%
HSB/HSV 221° 61.29% 36.47%
CMYK 61.29% 41.94% 0.00%
63.53%

Color #24365D in popluar number systems.

HEX 24 36 5D
Decimal 36 54 93
Binary 100100 110110 1011101
Octal 44 66 135

Shades and tints

Shades of #24365D

#24365D
(36,54,93)
#213255
(33,50,85)
#1E2E4D
(30,46,77)
#1B2A45
(27,42,69)
#18263D
(24,38,61)
#152235
(21,34,53)
#121E2D
(18,30,45)
#0F1A25
(15,26,37)
#0C161D
(12,22,29)
#091215
(9,18,21)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #24365D

#24365D
(36,54,93)
#37486B
(55,72,107)
#4A5A79
(74,90,121)
#5D6C87
(93,108,135)
#707E95
(112,126,149)
#8390A3
(131,144,163)
#96A2B1
(150,162,177)
#A9B4BF
(169,180,191)
#BCC6CD
(188,198,205)
#CFD8DB
(207,216,219)
#E2EAE9
(226,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24365D color. Also use rgb(36,54,93) instead hex code.

Text Font Color

.myTextColor { color: #24365D; }

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

This text font color is #24365D.

Background Color

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

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

This div background color is #24365D.

Border color

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

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

This div border color is #24365D.

Opacity

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

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

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

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

This text has shadow with #24365D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24365D.

Preview

Color preview on black background

This text has color #24365D on black background.


Color preview on white background

This text has color #24365D on white background.


Black color preview on #24365D background

This text has black color on #24365D background.


White color preview on #24365D background

This text has white color on #24365D background.


Related colors

Complementary color

Complementary color for #hex is #DBC9A2.


I love getcolorcode.com

Triadic colors

1 #5D2436 and #365D24 with #24365D are triadic colors.

2 #5D3624 and #36245D with #24365D are triadic colors.