COLOR #212049

HEX: #212049 RGB: (33,32,73)

Color info

#212049 contains red, green and blue colors in about the same proportion. Web safe color of #212049 is #333333 (or #333).

RGB color model

#212049 color RGB value is (33,32,73).

RGB: (33,32,73) (13%, 13%, 29%)

RGB channels and saturation

R 33 of 255 = 13%
G 32 of 255 = 13%
B 73 of 255 = 29%

33
32
73

R + G + B ~ 18%. #212049 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 32 + 73 = 138 (100%)
R 33 of 138 ~ 23.91%
G 32 of 138 ~ 23.19%
B 73 of 138 ~ 52.9'%

%23.91
%23.19
%52.9

CMYK color model

#212049 color CMYK value is (55,56,0,71).

  • cyan value is 54.79%
  • magenta value is 56.16%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (55,56,0,71)
C55M56Y0K71 (55%, 56%, 0%, 71%)
(0.55 / 0.56 / 0.00 / 0.71)

CMYK percentages

%54.79
%56.16
%0
%71.37

Codes

Color #212049 in popluar color models

21 20 49
RGB 33 32 73
HSL 241° 39.05% 20.59%
HSB/HSV 241° 56.16% 28.63%
CMYK 54.79% 56.16% 0.00%
71.37%

Color #212049 in popluar number systems.

HEX 21 20 49
Decimal 33 32 73
Binary 100001 100000 1001001
Octal 41 40 111

Shades and tints

Shades of #212049

#212049
(33,32,73)
#1E1E43
(30,30,67)
#1B1C3D
(27,28,61)
#181A37
(24,26,55)
#151831
(21,24,49)
#12162B
(18,22,43)
#0F1425
(15,20,37)
#0C121F
(12,18,31)
#091019
(9,16,25)
#060E13
(6,14,19)
#030C0D
(3,12,13)
#000000
(0,0,0)

Tints of #212049

#212049
(33,32,73)
#353459
(53,52,89)
#494869
(73,72,105)
#5D5C79
(93,92,121)
#717089
(113,112,137)
#858499
(133,132,153)
#9998A9
(153,152,169)
#ADACB9
(173,172,185)
#C1C0C9
(193,192,201)
#D5D4D9
(213,212,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212049 color. Also use rgb(33,32,73) instead hex code.

Text Font Color

.myTextColor { color: #212049; }

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

This text font color is #212049.

Background Color

.myBgColor { background-color: #212049; }

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

This div background color is #212049.

Border color

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

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

This div border color is #212049.

Opacity

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

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

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

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

This text has shadow with #212049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #212049.

Preview

Color preview on black background

This text has color #212049 on black background.


Color preview on white background

This text has color #212049 on white background.


Black color preview on #212049 background

This text has black color on #212049 background.


White color preview on #212049 background

This text has white color on #212049 background.


Related colors

Complementary color

Complementary color for #hex is #DEDFB6.


I love getcolorcode.com

Triadic colors

1 #492120 and #204921 with #212049 are triadic colors.

2 #492021 and #202149 with #212049 are triadic colors.