COLOR #213178

HEX: #213178 RGB: (33,49,120)

Color info

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

RGB color model

#213178 color RGB value is (33,49,120).

RGB: (33,49,120) (13%, 19%, 47%)

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 120 of 255 = 47%

33
49
120

R + G + B ~ 26%. #213178 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 49 + 120 = 202 (100%)
R 33 of 202 ~ 16.34%
G 49 of 202 ~ 24.26%
B 120 of 202 ~ 59.41'%

%16.34
%24.26
%59.41

CMYK color model

#213178 color CMYK value is (73,59,0,53).

  • cyan value is 72.50%
  • magenta value is 59.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (73,59,0,53)
C73M59Y0K53 (73%, 59%, 0%, 53%)
(0.73 / 0.59 / 0.00 / 0.53)

CMYK percentages

%72.5
%59.17
%0
%52.94

Codes

Color #213178 in popluar color models

21 31 78
RGB 33 49 120
HSL 229° 56.86% 30.00%
HSB/HSV 229° 72.50% 47.06%
CMYK 72.50% 59.17% 0.00%
52.94%

Color #213178 in popluar number systems.

HEX 21 31 78
Decimal 33 49 120
Binary 100001 110001 1111000
Octal 41 61 170

Shades and tints

Shades of #213178

#213178
(33,49,120)
#1E2D6E
(30,45,110)
#1B2964
(27,41,100)
#18255A
(24,37,90)
#152150
(21,33,80)
#121D46
(18,29,70)
#0F193C
(15,25,60)
#0C1532
(12,21,50)
#091128
(9,17,40)
#060D1E
(6,13,30)
#030914
(3,9,20)
#000000
(0,0,0)

Tints of #213178

#213178
(33,49,120)
#354384
(53,67,132)
#495590
(73,85,144)
#5D679C
(93,103,156)
#7179A8
(113,121,168)
#858BB4
(133,139,180)
#999DC0
(153,157,192)
#ADAFCC
(173,175,204)
#C1C1D8
(193,193,216)
#D5D3E4
(213,211,228)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213178 color. Also use rgb(33,49,120) instead hex code.

Text Font Color

.myTextColor { color: #213178; }

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

This text font color is #213178.

Background Color

.myBgColor { background-color: #213178; }

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

This div background color is #213178.

Border color

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

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

This div border color is #213178.

Opacity

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

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

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

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

This text has shadow with #213178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213178.

Preview

Color preview on black background

This text has color #213178 on black background.


Color preview on white background

This text has color #213178 on white background.


Black color preview on #213178 background

This text has black color on #213178 background.


White color preview on #213178 background

This text has white color on #213178 background.


Related colors

Complementary color

Complementary color for #hex is #DECE87.


I love getcolorcode.com

Triadic colors

1 #782131 and #317821 with #213178 are triadic colors.

2 #783121 and #312178 with #213178 are triadic colors.