COLOR #211764

HEX: #211764
RGB: (33,23,100)

Color info

#211764 contains mainly blue color. Web safe color of #211764 is #330066 (or #306).

RGB color model

#211764 color RGB value is (33,23,100).

  • red value is 33;
  • green value is 23;
  • blue value is 100.
RGB:
(33,23,100)
(13%,9%,39%)

RGB channels and saturation

R 33 of 255 = 13%
G 23 of 255 = 9%
B 100 of 255 = 39%

33
23
100

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

Portions of RGB colors in percentages

R + G + B =
33 + 23 + 100 = 156 (100%)
R 33 of 156 ~ 21.15%
G 23 of 156 ~ 14.74%
B 100 of 156 ~ 64.1%

%21.15
%14.74
%64.1

CMYK color model

#211764 color CMYK value is (67,77,0,61).

  • cyan value is 67.00%
  • magenta value is 77.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(67,77,0,61)
C67M77Y0K61 
(67%,77%,0%,61%)
(0.67/0.77/0.00/0.61)	

CMYK percentages

%67
%77
%0
%60.78

Codes

Color #211764 in popluar color models

211764
RGB3323100
HSL248°62.60%24.12%
HSB/HSV248°77.00%39.22%
CMYK67.00%77.00%0.00%
60.78%

Color #211764 in popluar number systems.

HEX211764
Decimal3323100
Binary100001101111100100
Octal4127144

Shades and tints

Shades of #211764

#211764
(33,23,100)
#1E155B
(30,21,91)
#1B1352
(27,19,82)
#181149
(24,17,73)
#150F40
(21,15,64)
#120D37
(18,13,55)
#0F0B2E
(15,11,46)
#0C0925
(12,9,37)
#09071C
(9,7,28)
#060513
(6,5,19)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #211764

#211764
(33,23,100)
#352C72
(53,44,114)
#494180
(73,65,128)
#5D568E
(93,86,142)
#716B9C
(113,107,156)
#8580AA
(133,128,170)
#9995B8
(153,149,184)
#ADAAC6
(173,170,198)
#C1BFD4
(193,191,212)
#D5D4E2
(213,212,226)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211764 color. Also use rgb(33,23,100) instead hex code.

Text Font Color

.myTextColor { color: #211764; }

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

This text font color is #211764.


Background Color

.myBgColor { background-color: #211764; }

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

This div background color is #211764.


Border color

.myBorderColor { border: 1px solid #211764; }

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

This div border color is #211764.


Opacity

.myOpacity80 { color: #211764; opacity: 0.8; }

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

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

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

This text has shadow with #211764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211764 on black background.


Color preview on white background

This text has color #211764 on white background.



Black color preview on #211764 background

This text has black color on #211764 background.


White color preview on #211764 background

This text has white color on #211764 background.