COLOR #214866

HEX: #214866 RGB: (33,72,102)

Color info

#214866 contains mainly green and blue colors. Web safe color of #214866 is #333366 (or #336).

RGB color model

#214866 color RGB value is (33,72,102).

RGB: (33,72,102) (13%, 28%, 40%)

RGB channels and saturation

R 33 of 255 = 13%
G 72 of 255 = 28%
B 102 of 255 = 40%

33
72
102

R + G + B ~ 27%. #214866 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 72 + 102 = 207 (100%)
R 33 of 207 ~ 15.94%
G 72 of 207 ~ 34.78%
B 102 of 207 ~ 49.28'%

%15.94
%34.78
%49.28

CMYK color model

#214866 color CMYK value is (68,29,0,60).

  • cyan value is 67.65%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (68,29,0,60)
C68M29Y0K60 (68%, 29%, 0%, 60%)
(0.68 / 0.29 / 0.00 / 0.60)

CMYK percentages

%67.65
%29.41
%0
%60

Codes

Color #214866 in popluar color models

21 48 66
RGB 33 72 102
HSL 206° 51.11% 26.47%
HSB/HSV 206° 67.65% 40.00%
CMYK 67.65% 29.41% 0.00%
60.00%

Color #214866 in popluar number systems.

HEX 21 48 66
Decimal 33 72 102
Binary 100001 1001000 1100110
Octal 41 110 146

Shades and tints

Shades of #214866

#214866
(33,72,102)
#1E425D
(30,66,93)
#1B3C54
(27,60,84)
#18364B
(24,54,75)
#153042
(21,48,66)
#122A39
(18,42,57)
#0F2430
(15,36,48)
#0C1E27
(12,30,39)
#09181E
(9,24,30)
#061215
(6,18,21)
#030C0C
(3,12,12)
#000000
(0,0,0)

Tints of #214866

#214866
(33,72,102)
#355873
(53,88,115)
#496880
(73,104,128)
#5D788D
(93,120,141)
#71889A
(113,136,154)
#8598A7
(133,152,167)
#99A8B4
(153,168,180)
#ADB8C1
(173,184,193)
#C1C8CE
(193,200,206)
#D5D8DB
(213,216,219)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214866 color. Also use rgb(33,72,102) instead hex code.

Text Font Color

.myTextColor { color: #214866; }

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

This text font color is #214866.

Background Color

.myBgColor { background-color: #214866; }

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

This div background color is #214866.

Border color

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

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

This div border color is #214866.

Opacity

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

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

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

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

This text has shadow with #214866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #214866.

Preview

Color preview on black background

This text has color #214866 on black background.


Color preview on white background

This text has color #214866 on white background.


Black color preview on #214866 background

This text has black color on #214866 background.


White color preview on #214866 background

This text has white color on #214866 background.


Related colors

Complementary color

Complementary color for #hex is #DEB799.


I love getcolorcode.com

Triadic colors

1 #662148 and #486621 with #214866 are triadic colors.

2 #664821 and #482166 with #214866 are triadic colors.