COLOR #221C51

HEX: #221C51
RGB: (34,28,81)

Color info

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

RGB color model

#221C51 color RGB value is (34,28,81).

  • red value is 34;
  • green value is 28;
  • blue value is 81.
RGB:
(34,28,81)
(13%,11%,32%)

RGB channels and saturation

R 34 of 255 = 13%
G 28 of 255 = 11%
B 81 of 255 = 32%

34
28
81

R + G + B ~ 19%. #221C51 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 28 + 81 = 143 (100%)
R 34 of 143 ~ 23.78%
G 28 of 143 ~ 19.58%
B 81 of 143 ~ 56.64%

%23.78
%19.58
%56.64

CMYK color model

#221C51 color CMYK value is (58,65,0,68).

  • cyan value is 58.02%
  • magenta value is 65.43%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(58,65,0,68)
C58M65Y0K68 
(58%,65%,0%,68%)
(0.58/0.65/0.00/0.68)	

CMYK percentages

%58.02
%65.43
%0
%68.24

Codes

Color #221C51 in popluar color models

221C51
RGB342881
HSL247°48.62%21.37%
HSB/HSV247°65.43%31.76%
CMYK58.02%65.43%0.00%
68.24%

Color #221C51 in popluar number systems.

HEX221C51
Decimal342881
Binary100010111001010001
Octal4234121

Shades and tints

Shades of #221C51

#221C51
(34,28,81)
#1F1A4A
(31,26,74)
#1C1843
(28,24,67)
#19163C
(25,22,60)
#161435
(22,20,53)
#13122E
(19,18,46)
#101027
(16,16,39)
#0D0E20
(13,14,32)
#0A0C19
(10,12,25)
#070A12
(7,10,18)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #221C51

#221C51
(34,28,81)
#363060
(54,48,96)
#4A446F
(74,68,111)
#5E587E
(94,88,126)
#726C8D
(114,108,141)
#86809C
(134,128,156)
#9A94AB
(154,148,171)
#AEA8BA
(174,168,186)
#C2BCC9
(194,188,201)
#D6D0D8
(214,208,216)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221C51 color. Also use rgb(34,28,81) instead hex code.

Text Font Color

.myTextColor { color: #221C51; }

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

This text font color is #221C51.


Background Color

.myBgColor { background-color: #221C51; }

<div style="background-color:#221C51">Inner text</div>

This div background color is #221C51.


Border color

.myBorderColor { border: 1px solid #221C51; }

<div style="border:3px solid #221C51">Div</div>

This div border color is #221C51.


Opacity

.myOpacity80 { color: #221C51; opacity: 0.8; }

<p style="color:#221C51;opacity:0.8;">80%</p>

Text with #221C51 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 #221C51;}

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

This text has shadow with #221C51 color.

.textShadow {text-shadow: 3px 3px 1px #221C51, 3px 3px 1px red;}

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

This text has shadow with #221C51 primary color and red secondary color.


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

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

This text has shadow with #221C51 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221C51 on black background.


Color preview on white background

This text has color #221C51 on white background.



Black color preview on #221C51 background

This text has black color on #221C51 background.


White color preview on #221C51 background

This text has white color on #221C51 background.