COLOR #211F65

HEX: #211F65 RGB: (33,31,101)

Color info

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

RGB color model

#211F65 color RGB value is (33,31,101).

RGB: (33,31,101) (13%, 12%, 40%)

RGB channels and saturation

R 33 of 255 = 13%
G 31 of 255 = 12%
B 101 of 255 = 40%

33
31
101

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

Portions of RGB colors in percentages

R + G + B = 33 + 31 + 101 = 165 (100%)
R 33 of 165 ~ 20%
G 31 of 165 ~ 18.79%
B 101 of 165 ~ 61.21'%

%20
%18.79
%61.21

CMYK color model

#211F65 color CMYK value is (67,69,0,60).

  • cyan value is 67.33%
  • magenta value is 69.31%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (67,69,0,60)
C67M69Y0K60 (67%, 69%, 0%, 60%)
(0.67 / 0.69 / 0.00 / 0.60)

CMYK percentages

%67.33
%69.31
%0
%60.39

Codes

Color #211F65 in popluar color models

21 1F 65
RGB 33 31 101
HSL 242° 53.03% 25.88%
HSB/HSV 242° 69.31% 39.61%
CMYK 67.33% 69.31% 0.00%
60.39%

Color #211F65 in popluar number systems.

HEX 21 1F 65
Decimal 33 31 101
Binary 100001 11111 1100101
Octal 41 37 145

Shades and tints

Shades of #211F65

#211F65
(33,31,101)
#1E1D5C
(30,29,92)
#1B1B53
(27,27,83)
#18194A
(24,25,74)
#151741
(21,23,65)
#121538
(18,21,56)
#0F132F
(15,19,47)
#0C1126
(12,17,38)
#090F1D
(9,15,29)
#060D14
(6,13,20)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #211F65

#211F65
(33,31,101)
#353373
(53,51,115)
#494781
(73,71,129)
#5D5B8F
(93,91,143)
#716F9D
(113,111,157)
#8583AB
(133,131,171)
#9997B9
(153,151,185)
#ADABC7
(173,171,199)
#C1BFD5
(193,191,213)
#D5D3E3
(213,211,227)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #211F65; }

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

This text font color is #211F65.

Background Color

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

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

This div background color is #211F65.

Border color

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

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

This div border color is #211F65.

Opacity

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

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

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

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

This text has shadow with #211F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #211F65.

Preview

Color preview on black background

This text has color #211F65 on black background.


Color preview on white background

This text has color #211F65 on white background.


Black color preview on #211F65 background

This text has black color on #211F65 background.


White color preview on #211F65 background

This text has white color on #211F65 background.


Related colors

Complementary color

Complementary color for #hex is #DEE09A.


I love getcolorcode.com

Triadic colors

1 #65211F and #1F6521 with #211F65 are triadic colors.

2 #651F21 and #1F2165 with #211F65 are triadic colors.