COLOR #213250

HEX: #213250 RGB: (33,50,80)

Color info

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

RGB color model

#213250 color RGB value is (33,50,80).

RGB: (33,50,80) (13%, 20%, 31%)

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 80 of 255 = 31%

33
50
80

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

Portions of RGB colors in percentages

R + G + B = 33 + 50 + 80 = 163 (100%)
R 33 of 163 ~ 20.25%
G 50 of 163 ~ 30.67%
B 80 of 163 ~ 49.08'%

%20.25
%30.67
%49.08

CMYK color model

#213250 color CMYK value is (59,38,0,69).

  • cyan value is 58.75%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (59,38,0,69)
C59M38Y0K69 (59%, 38%, 0%, 69%)
(0.59 / 0.38 / 0.00 / 0.69)

CMYK percentages

%58.75
%37.5
%0
%68.63

Codes

Color #213250 in popluar color models

21 32 50
RGB 33 50 80
HSL 218° 41.59% 22.16%
HSB/HSV 218° 58.75% 31.37%
CMYK 58.75% 37.50% 0.00%
68.63%

Color #213250 in popluar number systems.

HEX 21 32 50
Decimal 33 50 80
Binary 100001 110010 1010000
Octal 41 62 120

Shades and tints

Shades of #213250

#213250
(33,50,80)
#1E2E49
(30,46,73)
#1B2A42
(27,42,66)
#18263B
(24,38,59)
#152234
(21,34,52)
#121E2D
(18,30,45)
#0F1A26
(15,26,38)
#0C161F
(12,22,31)
#091218
(9,18,24)
#060E11
(6,14,17)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #213250

#213250
(33,50,80)
#35445F
(53,68,95)
#49566E
(73,86,110)
#5D687D
(93,104,125)
#717A8C
(113,122,140)
#858C9B
(133,140,155)
#999EAA
(153,158,170)
#ADB0B9
(173,176,185)
#C1C2C8
(193,194,200)
#D5D4D7
(213,212,215)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213250 color. Also use rgb(33,50,80) instead hex code.

Text Font Color

.myTextColor { color: #213250; }

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

This text font color is #213250.

Background Color

.myBgColor { background-color: #213250; }

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

This div background color is #213250.

Border color

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

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

This div border color is #213250.

Opacity

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

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

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

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

This text has shadow with #213250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213250.

Preview

Color preview on black background

This text has color #213250 on black background.


Color preview on white background

This text has color #213250 on white background.


Black color preview on #213250 background

This text has black color on #213250 background.


White color preview on #213250 background

This text has white color on #213250 background.


Related colors

Complementary color

Complementary color for #hex is #DECDAF.


I love getcolorcode.com

Triadic colors

1 #502132 and #325021 with #213250 are triadic colors.

2 #503221 and #322150 with #213250 are triadic colors.