COLOR #214770

HEX: #214770
RGB: (33,71,112)

Color info

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

RGB color model

#214770 color RGB value is (33,71,112).

  • red value is 33;
  • green value is 71;
  • blue value is 112.
RGB:
(33,71,112)
(13%,28%,44%)

RGB channels and saturation

R 33 of 255 = 13%
G 71 of 255 = 28%
B 112 of 255 = 44%

33
71
112

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

Portions of RGB colors in percentages

R + G + B =
33 + 71 + 112 = 216 (100%)
R 33 of 216 ~ 15.28%
G 71 of 216 ~ 32.87%
B 112 of 216 ~ 51.85%

%15.28
%32.87
%51.85

CMYK color model

#214770 color CMYK value is (71,37,0,56).

  • cyan value is 70.54%
  • magenta value is 36.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(71,37,0,56)
C71M37Y0K56 
(71%,37%,0%,56%)
(0.71/0.37/0.00/0.56)	

CMYK percentages

%70.54
%36.61
%0
%56.08

Codes

Color #214770 in popluar color models

214770
RGB3371112
HSL211°54.48%28.43%
HSB/HSV211°70.54%43.92%
CMYK70.54%36.61%0.00%
56.08%

Color #214770 in popluar number systems.

HEX214770
Decimal3371112
Binary10000110001111110000
Octal41107160

Shades and tints

Shades of #214770

#214770
(33,71,112)
#1E4166
(30,65,102)
#1B3B5C
(27,59,92)
#183552
(24,53,82)
#152F48
(21,47,72)
#12293E
(18,41,62)
#0F2334
(15,35,52)
#0C1D2A
(12,29,42)
#091720
(9,23,32)
#061116
(6,17,22)
#030B0C
(3,11,12)
#000000
(0,0,0)

Tints of #214770

#214770
(33,71,112)
#35577D
(53,87,125)
#49678A
(73,103,138)
#5D7797
(93,119,151)
#7187A4
(113,135,164)
#8597B1
(133,151,177)
#99A7BE
(153,167,190)
#ADB7CB
(173,183,203)
#C1C7D8
(193,199,216)
#D5D7E5
(213,215,229)
#E9E7F2
(233,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214770 color. Also use rgb(33,71,112) instead hex code.

Text Font Color

.myTextColor { color: #214770; }

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

This text font color is #214770.


Background Color

.myBgColor { background-color: #214770; }

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

This div background color is #214770.


Border color

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

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

This div border color is #214770.


Opacity

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

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

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

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

This text has shadow with #214770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214770 on black background.


Color preview on white background

This text has color #214770 on white background.



Black color preview on #214770 background

This text has black color on #214770 background.


White color preview on #214770 background

This text has white color on #214770 background.