COLOR #211F5D

HEX: #211F5D
RGB: (33,31,93)

Color info

#211F5D contains mainly blue color. Web safe color of #211F5D is #333366 (or #336).

RGB color model

#211F5D color RGB value is (33,31,93).

  • red value is 33;
  • green value is 31;
  • blue value is 93.
RGB:
(33,31,93)
(13%,12%,36%)

RGB channels and saturation

R 33 of 255 = 13%
G 31 of 255 = 12%
B 93 of 255 = 36%

33
31
93

R + G + B ~ 20%. #211F5D is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 31 + 93 = 157 (100%)
R 33 of 157 ~ 21.02%
G 31 of 157 ~ 19.75%
B 93 of 157 ~ 59.24%

%21.02
%19.75
%59.24

CMYK color model

#211F5D color CMYK value is (65,67,0,64).

  • cyan value is 64.52%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(65,67,0,64)
C65M67Y0K64 
(65%,67%,0%,64%)
(0.65/0.67/0.00/0.64)	

CMYK percentages

%64.52
%66.67
%0
%63.53

Codes

Color #211F5D in popluar color models

211F5D
RGB333193
HSL242°50.00%24.31%
HSB/HSV242°66.67%36.47%
CMYK64.52%66.67%0.00%
63.53%

Color #211F5D in popluar number systems.

HEX211F5D
Decimal333193
Binary100001111111011101
Octal4137135

Shades and tints

Shades of #211F5D

#211F5D
(33,31,93)
#1E1D55
(30,29,85)
#1B1B4D
(27,27,77)
#181945
(24,25,69)
#15173D
(21,23,61)
#121535
(18,21,53)
#0F132D
(15,19,45)
#0C1125
(12,17,37)
#090F1D
(9,15,29)
#060D15
(6,13,21)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #211F5D

#211F5D
(33,31,93)
#35336B
(53,51,107)
#494779
(73,71,121)
#5D5B87
(93,91,135)
#716F95
(113,111,149)
#8583A3
(133,131,163)
#9997B1
(153,151,177)
#ADABBF
(173,171,191)
#C1BFCD
(193,191,205)
#D5D3DB
(213,211,219)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211F5D color. Also use rgb(33,31,93) instead hex code.

Text Font Color

.myTextColor { color: #211F5D; }

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

This text font color is #211F5D.


Background Color

.myBgColor { background-color: #211F5D; }

<div style="background-color:#211F5D">Inner text</div>

This div background color is #211F5D.


Border color

.myBorderColor { border: 1px solid #211F5D; }

<div style="border:3px solid #211F5D">Div</div>

This div border color is #211F5D.


Opacity

.myOpacity80 { color: #211F5D; opacity: 0.8; }

<p style="color:#211F5D;opacity:0.8;">80%</p>

Text with #211F5D 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 #211F5D;}

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

This text has shadow with #211F5D color.

.textShadow {text-shadow: 3px 3px 1px #211F5D, 3px 3px 1px red;}

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

This text has shadow with #211F5D primary color and red secondary color.


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

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

This text has shadow with #211F5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211F5D on black background.


Color preview on white background

This text has color #211F5D on white background.



Black color preview on #211F5D background

This text has black color on #211F5D background.


White color preview on #211F5D background

This text has white color on #211F5D background.