COLOR #24315A

HEX: #24315A RGB: (36,49,90)

Color info

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

RGB color model

#24315A color RGB value is (36,49,90).

RGB: (36,49,90) (14%, 19%, 35%)

RGB channels and saturation

R 36 of 255 = 14%
G 49 of 255 = 19%
B 90 of 255 = 35%

36
49
90

R + G + B ~ 23%. #24315A is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 49 + 90 = 175 (100%)
R 36 of 175 ~ 20.57%
G 49 of 175 ~ 28%
B 90 of 175 ~ 51.43'%

%20.57
%28
%51.43

CMYK color model

#24315A color CMYK value is (60,46,0,65).

  • cyan value is 60.00%
  • magenta value is 45.56%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (60,46,0,65)
C60M46Y0K65 (60%, 46%, 0%, 65%)
(0.60 / 0.46 / 0.00 / 0.65)

CMYK percentages

%60
%45.56
%0
%64.71

Codes

Color #24315A in popluar color models

24 31 5A
RGB 36 49 90
HSL 226° 42.86% 24.71%
HSB/HSV 226° 60.00% 35.29%
CMYK 60.00% 45.56% 0.00%
64.71%

Color #24315A in popluar number systems.

HEX 24 31 5A
Decimal 36 49 90
Binary 100100 110001 1011010
Octal 44 61 132

Shades and tints

Shades of #24315A

#24315A
(36,49,90)
#212D52
(33,45,82)
#1E294A
(30,41,74)
#1B2542
(27,37,66)
#18213A
(24,33,58)
#151D32
(21,29,50)
#12192A
(18,25,42)
#0F1522
(15,21,34)
#0C111A
(12,17,26)
#090D12
(9,13,18)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #24315A

#24315A
(36,49,90)
#374369
(55,67,105)
#4A5578
(74,85,120)
#5D6787
(93,103,135)
#707996
(112,121,150)
#838BA5
(131,139,165)
#969DB4
(150,157,180)
#A9AFC3
(169,175,195)
#BCC1D2
(188,193,210)
#CFD3E1
(207,211,225)
#E2E5F0
(226,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24315A color. Also use rgb(36,49,90) instead hex code.

Text Font Color

.myTextColor { color: #24315A; }

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

This text font color is #24315A.

Background Color

.myBgColor { background-color: #24315A; }

<div style="background-color:#24315A">Inner text</div>

This div background color is #24315A.

Border color

.myBorderColor { border: 1px solid #24315A; }

<div style="border:3px solid #24315A">Div</div>

This div border color is #24315A.

Opacity

.myOpacity80 { color: #24315A; opacity: 0.8; }

<p style="color:#24315A;opacity:0.8;">80%</p>

Text with #24315A 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 #24315A;}

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

This text has shadow with #24315A color.


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

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

This text has shadow with #24315A primary color and red secondary color.


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

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

This text has shadow with #24315A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24315A.

Preview

Color preview on black background

This text has color #24315A on black background.


Color preview on white background

This text has color #24315A on white background.


Black color preview on #24315A background

This text has black color on #24315A background.


White color preview on #24315A background

This text has white color on #24315A background.


Related colors

Complementary color

Complementary color for #hex is #DBCEA5.


I love getcolorcode.com

Triadic colors

1 #5A2431 and #315A24 with #24315A are triadic colors.

2 #5A3124 and #31245A with #24315A are triadic colors.