COLOR #214C95

HEX: #214C95
RGB: (33,76,149)

Color info

#214C95 contains mainly blue color. Web safe color of #214C95 is #333399 (or #339).

RGB color model

#214C95 color RGB value is (33,76,149).

  • red value is 33;
  • green value is 76;
  • blue value is 149.
RGB:
(33,76,149)
(13%,30%,58%)

RGB channels and saturation

R 33 of 255 = 13%
G 76 of 255 = 30%
B 149 of 255 = 58%

33
76
149

R + G + B ~ 34%. #214C95 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 76 + 149 = 258 (100%)
R 33 of 258 ~ 12.79%
G 76 of 258 ~ 29.46%
B 149 of 258 ~ 57.75%

%12.79
%29.46
%57.75

CMYK color model

#214C95 color CMYK value is (78,49,0,42).

  • cyan value is 77.85%
  • magenta value is 48.99%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(78,49,0,42)
C78M49Y0K42 
(78%,49%,0%,42%)
(0.78/0.49/0.00/0.42)	

CMYK percentages

%77.85
%48.99
%0
%41.57

Codes

Color #214C95 in popluar color models

214C95
RGB3376149
HSL218°63.74%35.69%
HSB/HSV218°77.85%58.43%
CMYK77.85%48.99%0.00%
41.57%

Color #214C95 in popluar number systems.

HEX214C95
Decimal3376149
Binary100001100110010010101
Octal41114225

Shades and tints

Shades of #214C95

#214C95
(33,76,149)
#1E4688
(30,70,136)
#1B407B
(27,64,123)
#183A6E
(24,58,110)
#153461
(21,52,97)
#122E54
(18,46,84)
#0F2847
(15,40,71)
#0C223A
(12,34,58)
#091C2D
(9,28,45)
#061620
(6,22,32)
#031013
(3,16,19)
#000000
(0,0,0)

Tints of #214C95

#214C95
(33,76,149)
#355C9E
(53,92,158)
#496CA7
(73,108,167)
#5D7CB0
(93,124,176)
#718CB9
(113,140,185)
#859CC2
(133,156,194)
#99ACCB
(153,172,203)
#ADBCD4
(173,188,212)
#C1CCDD
(193,204,221)
#D5DCE6
(213,220,230)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214C95 color. Also use rgb(33,76,149) instead hex code.

Text Font Color

.myTextColor { color: #214C95; }

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

This text font color is #214C95.


Background Color

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

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

This div background color is #214C95.


Border color

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

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

This div border color is #214C95.


Opacity

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

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

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

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

This text has shadow with #214C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214C95 on black background.


Color preview on white background

This text has color #214C95 on white background.



Black color preview on #214C95 background

This text has black color on #214C95 background.


White color preview on #214C95 background

This text has white color on #214C95 background.