COLOR #214A84

HEX: #214A84 RGB: (33,74,132)

Color info

#214A84 contains mainly green and blue colors. Web safe color of #214A84 is #333399 (or #339).

RGB color model

#214A84 color RGB value is (33,74,132).

RGB: (33,74,132) (13%, 29%, 52%)

RGB channels and saturation

R 33 of 255 = 13%
G 74 of 255 = 29%
B 132 of 255 = 52%

33
74
132

R + G + B ~ 31%. #214A84 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 74 + 132 = 239 (100%)
R 33 of 239 ~ 13.81%
G 74 of 239 ~ 30.96%
B 132 of 239 ~ 55.23'%

%13.81
%30.96
%55.23

CMYK color model

#214A84 color CMYK value is (75,44,0,48).

  • cyan value is 75.00%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (75,44,0,48)
C75M44Y0K48 (75%, 44%, 0%, 48%)
(0.75 / 0.44 / 0.00 / 0.48)

CMYK percentages

%75
%43.94
%0
%48.24

Codes

Color #214A84 in popluar color models

21 4A 84
RGB 33 74 132
HSL 215° 60.00% 32.35%
HSB/HSV 215° 75.00% 51.76%
CMYK 75.00% 43.94% 0.00%
48.24%

Color #214A84 in popluar number systems.

HEX 21 4A 84
Decimal 33 74 132
Binary 100001 1001010 10000100
Octal 41 112 204

Shades and tints

Shades of #214A84

#214A84
(33,74,132)
#1E4478
(30,68,120)
#1B3E6C
(27,62,108)
#183860
(24,56,96)
#153254
(21,50,84)
#122C48
(18,44,72)
#0F263C
(15,38,60)
#0C2030
(12,32,48)
#091A24
(9,26,36)
#061418
(6,20,24)
#030E0C
(3,14,12)
#000000
(0,0,0)

Tints of #214A84

#214A84
(33,74,132)
#355A8F
(53,90,143)
#496A9A
(73,106,154)
#5D7AA5
(93,122,165)
#718AB0
(113,138,176)
#859ABB
(133,154,187)
#99AAC6
(153,170,198)
#ADBAD1
(173,186,209)
#C1CADC
(193,202,220)
#D5DAE7
(213,218,231)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214A84 color. Also use rgb(33,74,132) instead hex code.

Text Font Color

.myTextColor { color: #214A84; }

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

This text font color is #214A84.

Background Color

.myBgColor { background-color: #214A84; }

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

This div background color is #214A84.

Border color

.myBorderColor { border: 1px solid #214A84; }

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

This div border color is #214A84.

Opacity

.myOpacity80 { color: #214A84; opacity: 0.8; }

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

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

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

This text has shadow with #214A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214A84.

Preview

Color preview on black background

This text has color #214A84 on black background.


Color preview on white background

This text has color #214A84 on white background.


Black color preview on #214A84 background

This text has black color on #214A84 background.


White color preview on #214A84 background

This text has white color on #214A84 background.


Related colors

Complementary color

Complementary color for #hex is #DEB57B.


I love getcolorcode.com

Triadic colors

1 #84214A and #4A8421 with #214A84 are triadic colors.

2 #844A21 and #4A2184 with #214A84 are triadic colors.