COLOR #214271

HEX: #214271
RGB: (33,66,113)

Color info

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

RGB color model

#214271 color RGB value is (33,66,113).

  • red value is 33;
  • green value is 66;
  • blue value is 113.
RGB:
(33,66,113)
(13%,26%,44%)

RGB channels and saturation

R 33 of 255 = 13%
G 66 of 255 = 26%
B 113 of 255 = 44%

33
66
113

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

Portions of RGB colors in percentages

R + G + B =
33 + 66 + 113 = 212 (100%)
R 33 of 212 ~ 15.57%
G 66 of 212 ~ 31.13%
B 113 of 212 ~ 53.3%

%15.57
%31.13
%53.3

CMYK color model

#214271 color CMYK value is (71,42,0,56).

  • cyan value is 70.80%
  • magenta value is 41.59%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(71,42,0,56)
C71M42Y0K56 
(71%,42%,0%,56%)
(0.71/0.42/0.00/0.56)	

CMYK percentages

%70.8
%41.59
%0
%55.69

Codes

Color #214271 in popluar color models

214271
RGB3366113
HSL215°54.79%28.63%
HSB/HSV215°70.80%44.31%
CMYK70.80%41.59%0.00%
55.69%

Color #214271 in popluar number systems.

HEX214271
Decimal3366113
Binary10000110000101110001
Octal41102161

Shades and tints

Shades of #214271

#214271
(33,66,113)
#1E3C67
(30,60,103)
#1B365D
(27,54,93)
#183053
(24,48,83)
#152A49
(21,42,73)
#12243F
(18,36,63)
#0F1E35
(15,30,53)
#0C182B
(12,24,43)
#091221
(9,18,33)
#060C17
(6,12,23)
#03060D
(3,6,13)
#000000
(0,0,0)

Tints of #214271

#214271
(33,66,113)
#35537D
(53,83,125)
#496489
(73,100,137)
#5D7595
(93,117,149)
#7186A1
(113,134,161)
#8597AD
(133,151,173)
#99A8B9
(153,168,185)
#ADB9C5
(173,185,197)
#C1CAD1
(193,202,209)
#D5DBDD
(213,219,221)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214271 color. Also use rgb(33,66,113) instead hex code.

Text Font Color

.myTextColor { color: #214271; }

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

This text font color is #214271.


Background Color

.myBgColor { background-color: #214271; }

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

This div background color is #214271.


Border color

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

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

This div border color is #214271.


Opacity

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

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

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

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

This text has shadow with #214271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214271 on black background.


Color preview on white background

This text has color #214271 on white background.



Black color preview on #214271 background

This text has black color on #214271 background.


White color preview on #214271 background

This text has white color on #214271 background.