COLOR #24306E

HEX: #24306E RGB: (36,48,110)

Color info

#24306E contains mainly blue color. Web safe color of #24306E is #333366 (or #336).

RGB color model

#24306E color RGB value is (36,48,110).

RGB: (36,48,110) (14%, 19%, 43%)

RGB channels and saturation

R 36 of 255 = 14%
G 48 of 255 = 19%
B 110 of 255 = 43%

36
48
110

R + G + B ~ 25%. #24306E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 48 + 110 = 194 (100%)
R 36 of 194 ~ 18.56%
G 48 of 194 ~ 24.74%
B 110 of 194 ~ 56.7'%

%18.56
%24.74
%56.7

CMYK color model

#24306E color CMYK value is (67,56,0,57).

  • cyan value is 67.27%
  • magenta value is 56.36%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (67,56,0,57)
C67M56Y0K57 (67%, 56%, 0%, 57%)
(0.67 / 0.56 / 0.00 / 0.57)

CMYK percentages

%67.27
%56.36
%0
%56.86

Codes

Color #24306E in popluar color models

24 30 6E
RGB 36 48 110
HSL 230° 50.68% 28.63%
HSB/HSV 230° 67.27% 43.14%
CMYK 67.27% 56.36% 0.00%
56.86%

Color #24306E in popluar number systems.

HEX 24 30 6E
Decimal 36 48 110
Binary 100100 110000 1101110
Octal 44 60 156

Shades and tints

Shades of #24306E

#24306E
(36,48,110)
#212C64
(33,44,100)
#1E285A
(30,40,90)
#1B2450
(27,36,80)
#182046
(24,32,70)
#151C3C
(21,28,60)
#121832
(18,24,50)
#0F1428
(15,20,40)
#0C101E
(12,16,30)
#090C14
(9,12,20)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #24306E

#24306E
(36,48,110)
#37427B
(55,66,123)
#4A5488
(74,84,136)
#5D6695
(93,102,149)
#7078A2
(112,120,162)
#838AAF
(131,138,175)
#969CBC
(150,156,188)
#A9AEC9
(169,174,201)
#BCC0D6
(188,192,214)
#CFD2E3
(207,210,227)
#E2E4F0
(226,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24306E color. Also use rgb(36,48,110) instead hex code.

Text Font Color

.myTextColor { color: #24306E; }

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

This text font color is #24306E.

Background Color

.myBgColor { background-color: #24306E; }

<div style="background-color:#24306E">Inner text</div>

This div background color is #24306E.

Border color

.myBorderColor { border: 1px solid #24306E; }

<div style="border:3px solid #24306E">Div</div>

This div border color is #24306E.

Opacity

.myOpacity80 { color: #24306E; opacity: 0.8; }

<p style="color:#24306E;opacity:0.8;">80%</p>

Text with #24306E 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 #24306E;}

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

This text has shadow with #24306E color.


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

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

This text has shadow with #24306E primary color and red secondary color.


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

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

This text has shadow with #24306E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24306E.

Preview

Color preview on black background

This text has color #24306E on black background.


Color preview on white background

This text has color #24306E on white background.


Black color preview on #24306E background

This text has black color on #24306E background.


White color preview on #24306E background

This text has white color on #24306E background.


Related colors

Complementary color

Complementary color for #hex is #DBCF91.


I love getcolorcode.com

Triadic colors

1 #6E2430 and #306E24 with #24306E are triadic colors.

2 #6E3024 and #30246E with #24306E are triadic colors.