COLOR #213052

HEX: #213052 RGB: (33,48,82)

Color info

#213052 contains red, green and blue colors in about the same proportion. Web safe color of #213052 is #333366 (or #336).

RGB color model

#213052 color RGB value is (33,48,82).

RGB: (33,48,82) (13%, 19%, 32%)

RGB channels and saturation

R 33 of 255 = 13%
G 48 of 255 = 19%
B 82 of 255 = 32%

33
48
82

R + G + B ~ 21%. #213052 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 48 + 82 = 163 (100%)
R 33 of 163 ~ 20.25%
G 48 of 163 ~ 29.45%
B 82 of 163 ~ 50.31'%

%20.25
%29.45
%50.31

CMYK color model

#213052 color CMYK value is (60,41,0,68).

  • cyan value is 59.76%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (60,41,0,68)
C60M41Y0K68 (60%, 41%, 0%, 68%)
(0.60 / 0.41 / 0.00 / 0.68)

CMYK percentages

%59.76
%41.46
%0
%67.84

Codes

Color #213052 in popluar color models

21 30 52
RGB 33 48 82
HSL 222° 42.61% 22.55%
HSB/HSV 222° 59.76% 32.16%
CMYK 59.76% 41.46% 0.00%
67.84%

Color #213052 in popluar number systems.

HEX 21 30 52
Decimal 33 48 82
Binary 100001 110000 1010010
Octal 41 60 122

Shades and tints

Shades of #213052

#213052
(33,48,82)
#1E2C4B
(30,44,75)
#1B2844
(27,40,68)
#18243D
(24,36,61)
#152036
(21,32,54)
#121C2F
(18,28,47)
#0F1828
(15,24,40)
#0C1421
(12,20,33)
#09101A
(9,16,26)
#060C13
(6,12,19)
#03080C
(3,8,12)
#000000
(0,0,0)

Tints of #213052

#213052
(33,48,82)
#354261
(53,66,97)
#495470
(73,84,112)
#5D667F
(93,102,127)
#71788E
(113,120,142)
#858A9D
(133,138,157)
#999CAC
(153,156,172)
#ADAEBB
(173,174,187)
#C1C0CA
(193,192,202)
#D5D2D9
(213,210,217)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213052 color. Also use rgb(33,48,82) instead hex code.

Text Font Color

.myTextColor { color: #213052; }

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

This text font color is #213052.

Background Color

.myBgColor { background-color: #213052; }

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

This div background color is #213052.

Border color

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

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

This div border color is #213052.

Opacity

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

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

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

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

This text has shadow with #213052 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213052.

Preview

Color preview on black background

This text has color #213052 on black background.


Color preview on white background

This text has color #213052 on white background.


Black color preview on #213052 background

This text has black color on #213052 background.


White color preview on #213052 background

This text has white color on #213052 background.


Related colors

Complementary color

Complementary color for #hex is #DECFAD.


I love getcolorcode.com

Triadic colors

1 #522130 and #305221 with #213052 are triadic colors.

2 #523021 and #302152 with #213052 are triadic colors.