COLOR #214778

HEX: #214778
RGB: (33,71,120)

Color info

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

RGB color model

#214778 color RGB value is (33,71,120).

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

RGB channels and saturation

R 33 of 255 = 13%
G 71 of 255 = 28%
B 120 of 255 = 47%

33
71
120

R + G + B ~ 29%. #214778 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 71 + 120 = 224 (100%)
R 33 of 224 ~ 14.73%
G 71 of 224 ~ 31.7%
B 120 of 224 ~ 53.57%

%14.73
%31.7
%53.57

CMYK color model

#214778 color CMYK value is (73,41,0,53).

  • cyan value is 72.50%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(73,41,0,53)
C73M41Y0K53 
(73%,41%,0%,53%)
(0.73/0.41/0.00/0.53)	

CMYK percentages

%72.5
%40.83
%0
%52.94

Codes

Color #214778 in popluar color models

214778
RGB3371120
HSL214°56.86%30.00%
HSB/HSV214°72.50%47.06%
CMYK72.50%40.83%0.00%
52.94%

Color #214778 in popluar number systems.

HEX214778
Decimal3371120
Binary10000110001111111000
Octal41107170

Shades and tints

Shades of #214778

#214778
(33,71,120)
#1E416E
(30,65,110)
#1B3B64
(27,59,100)
#18355A
(24,53,90)
#152F50
(21,47,80)
#122946
(18,41,70)
#0F233C
(15,35,60)
#0C1D32
(12,29,50)
#091728
(9,23,40)
#06111E
(6,17,30)
#030B14
(3,11,20)
#000000
(0,0,0)

Tints of #214778

#214778
(33,71,120)
#355784
(53,87,132)
#496790
(73,103,144)
#5D779C
(93,119,156)
#7187A8
(113,135,168)
#8597B4
(133,151,180)
#99A7C0
(153,167,192)
#ADB7CC
(173,183,204)
#C1C7D8
(193,199,216)
#D5D7E4
(213,215,228)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #214778; }

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

This text font color is #214778.


Background Color

.myBgColor { background-color: #214778; }

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

This div background color is #214778.


Border color

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

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

This div border color is #214778.


Opacity

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

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

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

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

This text has shadow with #214778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214778 on black background.


Color preview on white background

This text has color #214778 on white background.



Black color preview on #214778 background

This text has black color on #214778 background.


White color preview on #214778 background

This text has white color on #214778 background.