COLOR #211E66

HEX: #211E66
RGB: (33,30,102)

Color info

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

RGB color model

#211E66 color RGB value is (33,30,102).

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

RGB channels and saturation

R 33 of 255 = 13%
G 30 of 255 = 12%
B 102 of 255 = 40%

33
30
102

R + G + B ~ 22%. #211E66 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 30 + 102 = 165 (100%)
R 33 of 165 ~ 20%
G 30 of 165 ~ 18.18%
B 102 of 165 ~ 61.82%

%20
%18.18
%61.82

CMYK color model

#211E66 color CMYK value is (68,71,0,60).

  • cyan value is 67.65%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(68,71,0,60)
C68M71Y0K60 
(68%,71%,0%,60%)
(0.68/0.71/0.00/0.60)	

CMYK percentages

%67.65
%70.59
%0
%60

Codes

Color #211E66 in popluar color models

211E66
RGB3330102
HSL243°54.55%25.88%
HSB/HSV243°70.59%40.00%
CMYK67.65%70.59%0.00%
60.00%

Color #211E66 in popluar number systems.

HEX211E66
Decimal3330102
Binary100001111101100110
Octal4136146

Shades and tints

Shades of #211E66

#211E66
(33,30,102)
#1E1C5D
(30,28,93)
#1B1A54
(27,26,84)
#18184B
(24,24,75)
#151642
(21,22,66)
#121439
(18,20,57)
#0F1230
(15,18,48)
#0C1027
(12,16,39)
#090E1E
(9,14,30)
#060C15
(6,12,21)
#030A0C
(3,10,12)
#000000
(0,0,0)

Tints of #211E66

#211E66
(33,30,102)
#353273
(53,50,115)
#494680
(73,70,128)
#5D5A8D
(93,90,141)
#716E9A
(113,110,154)
#8582A7
(133,130,167)
#9996B4
(153,150,180)
#ADAAC1
(173,170,193)
#C1BECE
(193,190,206)
#D5D2DB
(213,210,219)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211E66; }

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

This text font color is #211E66.


Background Color

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

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

This div background color is #211E66.


Border color

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

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

This div border color is #211E66.


Opacity

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

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

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

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

This text has shadow with #211E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211E66 on black background.


Color preview on white background

This text has color #211E66 on white background.



Black color preview on #211E66 background

This text has black color on #211E66 background.


White color preview on #211E66 background

This text has white color on #211E66 background.