COLOR #24227D

HEX: #24227D
RGB: (36,34,125)

Color info

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

RGB color model

#24227D color RGB value is (36,34,125).

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

RGB channels and saturation

R 36 of 255 = 14%
G 34 of 255 = 13%
B 125 of 255 = 49%

36
34
125

R + G + B ~ 25%. #24227D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 34 + 125 = 195 (100%)
R 36 of 195 ~ 18.46%
G 34 of 195 ~ 17.44%
B 125 of 195 ~ 64.1%

%18.46
%17.44
%64.1

CMYK color model

#24227D color CMYK value is (71,73,0,51).

  • cyan value is 71.20%
  • magenta value is 72.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(71,73,0,51)
C71M73Y0K51 
(71%,73%,0%,51%)
(0.71/0.73/0.00/0.51)	

CMYK percentages

%71.2
%72.8
%0
%50.98

Codes

Color #24227D in popluar color models

24227D
RGB3634125
HSL241°57.23%31.18%
HSB/HSV241°72.80%49.02%
CMYK71.20%72.80%0.00%
50.98%

Color #24227D in popluar number systems.

HEX24227D
Decimal3634125
Binary1001001000101111101
Octal4442175

Shades and tints

Shades of #24227D

#24227D
(36,34,125)
#211F72
(33,31,114)
#1E1C67
(30,28,103)
#1B195C
(27,25,92)
#181651
(24,22,81)
#151346
(21,19,70)
#12103B
(18,16,59)
#0F0D30
(15,13,48)
#0C0A25
(12,10,37)
#09071A
(9,7,26)
#06040F
(6,4,15)
#000000
(0,0,0)

Tints of #24227D

#24227D
(36,34,125)
#373688
(55,54,136)
#4A4A93
(74,74,147)
#5D5E9E
(93,94,158)
#7072A9
(112,114,169)
#8386B4
(131,134,180)
#969ABF
(150,154,191)
#A9AECA
(169,174,202)
#BCC2D5
(188,194,213)
#CFD6E0
(207,214,224)
#E2EAEB
(226,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24227D; }

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

This text font color is #24227D.


Background Color

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

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

This div background color is #24227D.


Border color

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

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

This div border color is #24227D.


Opacity

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

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

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

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

This text has shadow with #24227D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24227D on black background.


Color preview on white background

This text has color #24227D on white background.



Black color preview on #24227D background

This text has black color on #24227D background.


White color preview on #24227D background

This text has white color on #24227D background.