COLOR #211E5D

HEX: #211E5D
RGB: (33,30,93)

Color info

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

RGB color model

#211E5D color RGB value is (33,30,93).

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

RGB channels and saturation

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

33
30
93

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

Portions of RGB colors in percentages

R + G + B =
33 + 30 + 93 = 156 (100%)
R 33 of 156 ~ 21.15%
G 30 of 156 ~ 19.23%
B 93 of 156 ~ 59.62%

%21.15
%19.23
%59.62

CMYK color model

#211E5D color CMYK value is (65,68,0,64).

  • cyan value is 64.52%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(65,68,0,64)
C65M68Y0K64 
(65%,68%,0%,64%)
(0.65/0.68/0.00/0.64)	

CMYK percentages

%64.52
%67.74
%0
%63.53

Codes

Color #211E5D in popluar color models

211E5D
RGB333093
HSL243°51.22%24.12%
HSB/HSV243°67.74%36.47%
CMYK64.52%67.74%0.00%
63.53%

Color #211E5D in popluar number systems.

HEX211E5D
Decimal333093
Binary100001111101011101
Octal4136135

Shades and tints

Shades of #211E5D

#211E5D
(33,30,93)
#1E1C55
(30,28,85)
#1B1A4D
(27,26,77)
#181845
(24,24,69)
#15163D
(21,22,61)
#121435
(18,20,53)
#0F122D
(15,18,45)
#0C1025
(12,16,37)
#090E1D
(9,14,29)
#060C15
(6,12,21)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #211E5D

#211E5D
(33,30,93)
#35326B
(53,50,107)
#494679
(73,70,121)
#5D5A87
(93,90,135)
#716E95
(113,110,149)
#8582A3
(133,130,163)
#9996B1
(153,150,177)
#ADAABF
(173,170,191)
#C1BECD
(193,190,205)
#D5D2DB
(213,210,219)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211E5D; }

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

This text font color is #211E5D.


Background Color

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

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

This div background color is #211E5D.


Border color

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

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

This div border color is #211E5D.


Opacity

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

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

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

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

This text has shadow with #211E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211E5D on black background.


Color preview on white background

This text has color #211E5D on white background.



Black color preview on #211E5D background

This text has black color on #211E5D background.


White color preview on #211E5D background

This text has white color on #211E5D background.