COLOR #212971

HEX: #212971
RGB: (33,41,113)

Color info

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

RGB color model

#212971 color RGB value is (33,41,113).

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

RGB channels and saturation

R 33 of 255 = 13%
G 41 of 255 = 16%
B 113 of 255 = 44%

33
41
113

R + G + B ~ 24%. #212971 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 41 + 113 = 187 (100%)
R 33 of 187 ~ 17.65%
G 41 of 187 ~ 21.93%
B 113 of 187 ~ 60.43%

%17.65
%21.93
%60.43

CMYK color model

#212971 color CMYK value is (71,64,0,56).

  • cyan value is 70.80%
  • magenta value is 63.72%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(71,64,0,56)
C71M64Y0K56 
(71%,64%,0%,56%)
(0.71/0.64/0.00/0.56)	

CMYK percentages

%70.8
%63.72
%0
%55.69

Codes

Color #212971 in popluar color models

212971
RGB3341113
HSL234°54.79%28.63%
HSB/HSV234°70.80%44.31%
CMYK70.80%63.72%0.00%
55.69%

Color #212971 in popluar number systems.

HEX212971
Decimal3341113
Binary1000011010011110001
Octal4151161

Shades and tints

Shades of #212971

#212971
(33,41,113)
#1E2667
(30,38,103)
#1B235D
(27,35,93)
#182053
(24,32,83)
#151D49
(21,29,73)
#121A3F
(18,26,63)
#0F1735
(15,23,53)
#0C142B
(12,20,43)
#091121
(9,17,33)
#060E17
(6,14,23)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #212971

#212971
(33,41,113)
#353C7D
(53,60,125)
#494F89
(73,79,137)
#5D6295
(93,98,149)
#7175A1
(113,117,161)
#8588AD
(133,136,173)
#999BB9
(153,155,185)
#ADAEC5
(173,174,197)
#C1C1D1
(193,193,209)
#D5D4DD
(213,212,221)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #212971; }

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

This text font color is #212971.


Background Color

.myBgColor { background-color: #212971; }

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

This div background color is #212971.


Border color

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

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

This div border color is #212971.


Opacity

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

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

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

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

This text has shadow with #212971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212971 on black background.


Color preview on white background

This text has color #212971 on white background.



Black color preview on #212971 background

This text has black color on #212971 background.


White color preview on #212971 background

This text has white color on #212971 background.