COLOR #221F61

HEX: #221F61
RGB: (34,31,97)

Color info

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

RGB color model

#221F61 color RGB value is (34,31,97).

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

RGB channels and saturation

R 34 of 255 = 13%
G 31 of 255 = 12%
B 97 of 255 = 38%

34
31
97

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

Portions of RGB colors in percentages

R + G + B =
34 + 31 + 97 = 162 (100%)
R 34 of 162 ~ 20.99%
G 31 of 162 ~ 19.14%
B 97 of 162 ~ 59.88%

%20.99
%19.14
%59.88

CMYK color model

#221F61 color CMYK value is (65,68,0,62).

  • cyan value is 64.95%
  • magenta value is 68.04%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(65,68,0,62)
C65M68Y0K62 
(65%,68%,0%,62%)
(0.65/0.68/0.00/0.62)	

CMYK percentages

%64.95
%68.04
%0
%61.96

Codes

Color #221F61 in popluar color models

221F61
RGB343197
HSL243°51.56%25.10%
HSB/HSV243°68.04%38.04%
CMYK64.95%68.04%0.00%
61.96%

Color #221F61 in popluar number systems.

HEX221F61
Decimal343197
Binary100010111111100001
Octal4237141

Shades and tints

Shades of #221F61

#221F61
(34,31,97)
#1F1D59
(31,29,89)
#1C1B51
(28,27,81)
#191949
(25,25,73)
#161741
(22,23,65)
#131539
(19,21,57)
#101331
(16,19,49)
#0D1129
(13,17,41)
#0A0F21
(10,15,33)
#070D19
(7,13,25)
#040B11
(4,11,17)
#000000
(0,0,0)

Tints of #221F61

#221F61
(34,31,97)
#36336F
(54,51,111)
#4A477D
(74,71,125)
#5E5B8B
(94,91,139)
#726F99
(114,111,153)
#8683A7
(134,131,167)
#9A97B5
(154,151,181)
#AEABC3
(174,171,195)
#C2BFD1
(194,191,209)
#D6D3DF
(214,211,223)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221F61; }

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

This text font color is #221F61.


Background Color

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

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

This div background color is #221F61.


Border color

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

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

This div border color is #221F61.


Opacity

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

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

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

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

This text has shadow with #221F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221F61 on black background.


Color preview on white background

This text has color #221F61 on white background.



Black color preview on #221F61 background

This text has black color on #221F61 background.


White color preview on #221F61 background

This text has white color on #221F61 background.