COLOR #221D61

HEX: #221D61
RGB: (34,29,97)

Color info

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

RGB color model

#221D61 color RGB value is (34,29,97).

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

RGB channels and saturation

R 34 of 255 = 13%
G 29 of 255 = 11%
B 97 of 255 = 38%

34
29
97

R + G + B ~ 21%. #221D61 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 29 + 97 = 160 (100%)
R 34 of 160 ~ 21.25%
G 29 of 160 ~ 18.13%
B 97 of 160 ~ 60.63%

%21.25
%18.13
%60.63

CMYK color model

#221D61 color CMYK value is (65,70,0,62).

  • cyan value is 64.95%
  • magenta value is 70.10%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(65,70,0,62)
C65M70Y0K62 
(65%,70%,0%,62%)
(0.65/0.70/0.00/0.62)	

CMYK percentages

%64.95
%70.1
%0
%61.96

Codes

Color #221D61 in popluar color models

221D61
RGB342997
HSL244°53.97%24.71%
HSB/HSV244°70.10%38.04%
CMYK64.95%70.10%0.00%
61.96%

Color #221D61 in popluar number systems.

HEX221D61
Decimal342997
Binary100010111011100001
Octal4235141

Shades and tints

Shades of #221D61

#221D61
(34,29,97)
#1F1B59
(31,27,89)
#1C1951
(28,25,81)
#191749
(25,23,73)
#161541
(22,21,65)
#131339
(19,19,57)
#101131
(16,17,49)
#0D0F29
(13,15,41)
#0A0D21
(10,13,33)
#070B19
(7,11,25)
#040911
(4,9,17)
#000000
(0,0,0)

Tints of #221D61

#221D61
(34,29,97)
#36316F
(54,49,111)
#4A457D
(74,69,125)
#5E598B
(94,89,139)
#726D99
(114,109,153)
#8681A7
(134,129,167)
#9A95B5
(154,149,181)
#AEA9C3
(174,169,195)
#C2BDD1
(194,189,209)
#D6D1DF
(214,209,223)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221D61; }

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

This text font color is #221D61.


Background Color

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

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

This div background color is #221D61.


Border color

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

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

This div border color is #221D61.


Opacity

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

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

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

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

This text has shadow with #221D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221D61 on black background.


Color preview on white background

This text has color #221D61 on white background.



Black color preview on #221D61 background

This text has black color on #221D61 background.


White color preview on #221D61 background

This text has white color on #221D61 background.