COLOR #24255B

HEX: #24255B RGB: (36,37,91)

Color info

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

RGB color model

#24255B color RGB value is (36,37,91).

RGB: (36,37,91) (14%, 15%, 36%)

RGB channels and saturation

R 36 of 255 = 14%
G 37 of 255 = 15%
B 91 of 255 = 36%

36
37
91

R + G + B ~ 22%. #24255B is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 37 + 91 = 164 (100%)
R 36 of 164 ~ 21.95%
G 37 of 164 ~ 22.56%
B 91 of 164 ~ 55.49'%

%21.95
%22.56
%55.49

CMYK color model

#24255B color CMYK value is (60,59,0,64).

  • cyan value is 60.44%
  • magenta value is 59.34%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (60,59,0,64)
C60M59Y0K64 (60%, 59%, 0%, 64%)
(0.60 / 0.59 / 0.00 / 0.64)

CMYK percentages

%60.44
%59.34
%0
%64.31

Codes

Color #24255B in popluar color models

24 25 5B
RGB 36 37 91
HSL 239° 43.31% 24.90%
HSB/HSV 239° 60.44% 35.69%
CMYK 60.44% 59.34% 0.00%
64.31%

Color #24255B in popluar number systems.

HEX 24 25 5B
Decimal 36 37 91
Binary 100100 100101 1011011
Octal 44 45 133

Shades and tints

Shades of #24255B

#24255B
(36,37,91)
#212253
(33,34,83)
#1E1F4B
(30,31,75)
#1B1C43
(27,28,67)
#18193B
(24,25,59)
#151633
(21,22,51)
#12132B
(18,19,43)
#0F1023
(15,16,35)
#0C0D1B
(12,13,27)
#090A13
(9,10,19)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #24255B

#24255B
(36,37,91)
#373869
(55,56,105)
#4A4B77
(74,75,119)
#5D5E85
(93,94,133)
#707193
(112,113,147)
#8384A1
(131,132,161)
#9697AF
(150,151,175)
#A9AABD
(169,170,189)
#BCBDCB
(188,189,203)
#CFD0D9
(207,208,217)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24255B; }

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

This text font color is #24255B.

Background Color

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

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

This div background color is #24255B.

Border color

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

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

This div border color is #24255B.

Opacity

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

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

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

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

This text has shadow with #24255B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24255B.

Preview

Color preview on black background

This text has color #24255B on black background.


Color preview on white background

This text has color #24255B on white background.


Black color preview on #24255B background

This text has black color on #24255B background.


White color preview on #24255B background

This text has white color on #24255B background.


Related colors

Complementary color

Complementary color for #hex is #DBDAA4.


I love getcolorcode.com

Triadic colors

1 #5B2425 and #255B24 with #24255B are triadic colors.

2 #5B2524 and #25245B with #24255B are triadic colors.