COLOR #221D7B

HEX: #221D7B
RGB: (34,29,123)

Color info

#221D7B contains mainly blue color. Web safe color of #221D7B is #333366 (or #336).

RGB color model

#221D7B color RGB value is (34,29,123).

  • red value is 34;
  • green value is 29;
  • blue value is 123.
RGB:
(34,29,123)
(13%,11%,48%)

RGB channels and saturation

R 34 of 255 = 13%
G 29 of 255 = 11%
B 123 of 255 = 48%

34
29
123

R + G + B ~ 24%. #221D7B is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 29 + 123 = 186 (100%)
R 34 of 186 ~ 18.28%
G 29 of 186 ~ 15.59%
B 123 of 186 ~ 66.13%

%18.28
%15.59
%66.13

CMYK color model

#221D7B color CMYK value is (72,76,0,52).

  • cyan value is 72.36%
  • magenta value is 76.42%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(72,76,0,52)
C72M76Y0K52 
(72%,76%,0%,52%)
(0.72/0.76/0.00/0.52)	

CMYK percentages

%72.36
%76.42
%0
%51.76

Codes

Color #221D7B in popluar color models

221D7B
RGB3429123
HSL243°61.84%29.80%
HSB/HSV243°76.42%48.24%
CMYK72.36%76.42%0.00%
51.76%

Color #221D7B in popluar number systems.

HEX221D7B
Decimal3429123
Binary100010111011111011
Octal4235173

Shades and tints

Shades of #221D7B

#221D7B
(34,29,123)
#1F1B70
(31,27,112)
#1C1965
(28,25,101)
#19175A
(25,23,90)
#16154F
(22,21,79)
#131344
(19,19,68)
#101139
(16,17,57)
#0D0F2E
(13,15,46)
#0A0D23
(10,13,35)
#070B18
(7,11,24)
#04090D
(4,9,13)
#000000
(0,0,0)

Tints of #221D7B

#221D7B
(34,29,123)
#363187
(54,49,135)
#4A4593
(74,69,147)
#5E599F
(94,89,159)
#726DAB
(114,109,171)
#8681B7
(134,129,183)
#9A95C3
(154,149,195)
#AEA9CF
(174,169,207)
#C2BDDB
(194,189,219)
#D6D1E7
(214,209,231)
#EAE5F3
(234,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221D7B color. Also use rgb(34,29,123) instead hex code.

Text Font Color

.myTextColor { color: #221D7B; }

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

This text font color is #221D7B.


Background Color

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

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

This div background color is #221D7B.


Border color

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

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

This div border color is #221D7B.


Opacity

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

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

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

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

This text has shadow with #221D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221D7B on black background.


Color preview on white background

This text has color #221D7B on white background.



Black color preview on #221D7B background

This text has black color on #221D7B background.


White color preview on #221D7B background

This text has white color on #221D7B background.