COLOR #213F71

HEX: #213F71 RGB: (33,63,113)

Color info

#213F71 contains mainly green and blue colors. Web safe color of #213F71 is #333366 (or #336).

RGB color model

#213F71 color RGB value is (33,63,113).

RGB: (33,63,113) (13%, 25%, 44%)

RGB channels and saturation

R 33 of 255 = 13%
G 63 of 255 = 25%
B 113 of 255 = 44%

33
63
113

R + G + B ~ 27%. #213F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 63 + 113 = 209 (100%)
R 33 of 209 ~ 15.79%
G 63 of 209 ~ 30.14%
B 113 of 209 ~ 54.07'%

%15.79
%30.14
%54.07

CMYK color model

#213F71 color CMYK value is (71,44,0,56).

  • cyan value is 70.80%
  • magenta value is 44.25%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (71,44,0,56)
C71M44Y0K56 (71%, 44%, 0%, 56%)
(0.71 / 0.44 / 0.00 / 0.56)

CMYK percentages

%70.8
%44.25
%0
%55.69

Codes

Color #213F71 in popluar color models

21 3F 71
RGB 33 63 113
HSL 218° 54.79% 28.63%
HSB/HSV 218° 70.80% 44.31%
CMYK 70.80% 44.25% 0.00%
55.69%

Color #213F71 in popluar number systems.

HEX 21 3F 71
Decimal 33 63 113
Binary 100001 111111 1110001
Octal 41 77 161

Shades and tints

Shades of #213F71

#213F71
(33,63,113)
#1E3A67
(30,58,103)
#1B355D
(27,53,93)
#183053
(24,48,83)
#152B49
(21,43,73)
#12263F
(18,38,63)
#0F2135
(15,33,53)
#0C1C2B
(12,28,43)
#091721
(9,23,33)
#061217
(6,18,23)
#030D0D
(3,13,13)
#000000
(0,0,0)

Tints of #213F71

#213F71
(33,63,113)
#35507D
(53,80,125)
#496189
(73,97,137)
#5D7295
(93,114,149)
#7183A1
(113,131,161)
#8594AD
(133,148,173)
#99A5B9
(153,165,185)
#ADB6C5
(173,182,197)
#C1C7D1
(193,199,209)
#D5D8DD
(213,216,221)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213F71 color. Also use rgb(33,63,113) instead hex code.

Text Font Color

.myTextColor { color: #213F71; }

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

This text font color is #213F71.

Background Color

.myBgColor { background-color: #213F71; }

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

This div background color is #213F71.

Border color

.myBorderColor { border: 1px solid #213F71; }

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

This div border color is #213F71.

Opacity

.myOpacity80 { color: #213F71; opacity: 0.8; }

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

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

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

This text has shadow with #213F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213F71.

Preview

Color preview on black background

This text has color #213F71 on black background.


Color preview on white background

This text has color #213F71 on white background.


Black color preview on #213F71 background

This text has black color on #213F71 background.


White color preview on #213F71 background

This text has white color on #213F71 background.


Related colors

Complementary color

Complementary color for #hex is #DEC08E.


I love getcolorcode.com

Triadic colors

1 #71213F and #3F7121 with #213F71 are triadic colors.

2 #713F21 and #3F2171 with #213F71 are triadic colors.