COLOR #212F71

HEX: #212F71
RGB: (33,47,113)

Color info

#212F71 contains mainly blue color. Web safe color of #212F71 is #333366 (or #336).

RGB color model

#212F71 color RGB value is (33,47,113).

  • red value is 33;
  • green value is 47;
  • blue value is 113.
RGB:
(33,47,113)
(13%,18%,44%)

RGB channels and saturation

R 33 of 255 = 13%
G 47 of 255 = 18%
B 113 of 255 = 44%

33
47
113

R + G + B ~ 25%. #212F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 47 + 113 = 193 (100%)
R 33 of 193 ~ 17.1%
G 47 of 193 ~ 24.35%
B 113 of 193 ~ 58.55%

%17.1
%24.35
%58.55

CMYK color model

#212F71 color CMYK value is (71,58,0,56).

  • cyan value is 70.80%
  • magenta value is 58.41%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(71,58,0,56)
C71M58Y0K56 
(71%,58%,0%,56%)
(0.71/0.58/0.00/0.56)	

CMYK percentages

%70.8
%58.41
%0
%55.69

Codes

Color #212F71 in popluar color models

212F71
RGB3347113
HSL230°54.79%28.63%
HSB/HSV230°70.80%44.31%
CMYK70.80%58.41%0.00%
55.69%

Color #212F71 in popluar number systems.

HEX212F71
Decimal3347113
Binary1000011011111110001
Octal4157161

Shades and tints

Shades of #212F71

#212F71
(33,47,113)
#1E2B67
(30,43,103)
#1B275D
(27,39,93)
#182353
(24,35,83)
#151F49
(21,31,73)
#121B3F
(18,27,63)
#0F1735
(15,23,53)
#0C132B
(12,19,43)
#090F21
(9,15,33)
#060B17
(6,11,23)
#03070D
(3,7,13)
#000000
(0,0,0)

Tints of #212F71

#212F71
(33,47,113)
#35417D
(53,65,125)
#495389
(73,83,137)
#5D6595
(93,101,149)
#7177A1
(113,119,161)
#8589AD
(133,137,173)
#999BB9
(153,155,185)
#ADADC5
(173,173,197)
#C1BFD1
(193,191,209)
#D5D1DD
(213,209,221)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212F71; }

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

This text font color is #212F71.


Background Color

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

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

This div background color is #212F71.


Border color

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

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

This div border color is #212F71.


Opacity

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

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

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

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

This text has shadow with #212F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212F71 on black background.


Color preview on white background

This text has color #212F71 on white background.



Black color preview on #212F71 background

This text has black color on #212F71 background.


White color preview on #212F71 background

This text has white color on #212F71 background.