COLOR #214D66

HEX: #214D66
RGB: (33,77,102)

Color info

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

RGB color model

#214D66 color RGB value is (33,77,102).

  • red value is 33;
  • green value is 77;
  • blue value is 102.
RGB:
(33,77,102)
(13%,30%,40%)

RGB channels and saturation

R 33 of 255 = 13%
G 77 of 255 = 30%
B 102 of 255 = 40%

33
77
102

R + G + B ~ 28%. #214D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 77 + 102 = 212 (100%)
R 33 of 212 ~ 15.57%
G 77 of 212 ~ 36.32%
B 102 of 212 ~ 48.11%

%15.57
%36.32
%48.11

CMYK color model

#214D66 color CMYK value is (68,25,0,60).

  • cyan value is 67.65%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(68,25,0,60)
C68M25Y0K60 
(68%,25%,0%,60%)
(0.68/0.25/0.00/0.60)	

CMYK percentages

%67.65
%24.51
%0
%60

Codes

Color #214D66 in popluar color models

214D66
RGB3377102
HSL202°51.11%26.47%
HSB/HSV202°67.65%40.00%
CMYK67.65%24.51%0.00%
60.00%

Color #214D66 in popluar number systems.

HEX214D66
Decimal3377102
Binary10000110011011100110
Octal41115146

Shades and tints

Shades of #214D66

#214D66
(33,77,102)
#1E465D
(30,70,93)
#1B3F54
(27,63,84)
#18384B
(24,56,75)
#153142
(21,49,66)
#122A39
(18,42,57)
#0F2330
(15,35,48)
#0C1C27
(12,28,39)
#09151E
(9,21,30)
#060E15
(6,14,21)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #214D66

#214D66
(33,77,102)
#355D73
(53,93,115)
#496D80
(73,109,128)
#5D7D8D
(93,125,141)
#718D9A
(113,141,154)
#859DA7
(133,157,167)
#99ADB4
(153,173,180)
#ADBDC1
(173,189,193)
#C1CDCE
(193,205,206)
#D5DDDB
(213,221,219)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214D66; }

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

This text font color is #214D66.


Background Color

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

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

This div background color is #214D66.


Border color

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

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

This div border color is #214D66.


Opacity

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

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

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

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

This text has shadow with #214D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214D66 on black background.


Color preview on white background

This text has color #214D66 on white background.



Black color preview on #214D66 background

This text has black color on #214D66 background.


White color preview on #214D66 background

This text has white color on #214D66 background.