COLOR #24337D

HEX: #24337D
RGB: (36,51,125)

Color info

#24337D contains mainly blue color. Web safe color of #24337D is #333366 (or #336).

RGB color model

#24337D color RGB value is (36,51,125).

  • red value is 36;
  • green value is 51;
  • blue value is 125.
RGB:
(36,51,125)
(14%,20%,49%)

RGB channels and saturation

R 36 of 255 = 14%
G 51 of 255 = 20%
B 125 of 255 = 49%

36
51
125

R + G + B ~ 28%. #24337D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 51 + 125 = 212 (100%)
R 36 of 212 ~ 16.98%
G 51 of 212 ~ 24.06%
B 125 of 212 ~ 58.96%

%16.98
%24.06
%58.96

CMYK color model

#24337D color CMYK value is (71,59,0,51).

  • cyan value is 71.20%
  • magenta value is 59.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(71,59,0,51)
C71M59Y0K51 
(71%,59%,0%,51%)
(0.71/0.59/0.00/0.51)	

CMYK percentages

%71.2
%59.2
%0
%50.98

Codes

Color #24337D in popluar color models

24337D
RGB3651125
HSL230°55.28%31.57%
HSB/HSV230°71.20%49.02%
CMYK71.20%59.20%0.00%
50.98%

Color #24337D in popluar number systems.

HEX24337D
Decimal3651125
Binary1001001100111111101
Octal4463175

Shades and tints

Shades of #24337D

#24337D
(36,51,125)
#212F72
(33,47,114)
#1E2B67
(30,43,103)
#1B275C
(27,39,92)
#182351
(24,35,81)
#151F46
(21,31,70)
#121B3B
(18,27,59)
#0F1730
(15,23,48)
#0C1325
(12,19,37)
#090F1A
(9,15,26)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #24337D

#24337D
(36,51,125)
#374588
(55,69,136)
#4A5793
(74,87,147)
#5D699E
(93,105,158)
#707BA9
(112,123,169)
#838DB4
(131,141,180)
#969FBF
(150,159,191)
#A9B1CA
(169,177,202)
#BCC3D5
(188,195,213)
#CFD5E0
(207,213,224)
#E2E7EB
(226,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24337D color. Also use rgb(36,51,125) instead hex code.

Text Font Color

.myTextColor { color: #24337D; }

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

This text font color is #24337D.


Background Color

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

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

This div background color is #24337D.


Border color

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

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

This div border color is #24337D.


Opacity

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

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

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

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

This text has shadow with #24337D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24337D on black background.


Color preview on white background

This text has color #24337D on white background.



Black color preview on #24337D background

This text has black color on #24337D background.


White color preview on #24337D background

This text has white color on #24337D background.