COLOR #214188

HEX: #214188
RGB: (33,65,136)

Color info

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

RGB color model

#214188 color RGB value is (33,65,136).

  • red value is 33;
  • green value is 65;
  • blue value is 136.
RGB:
(33,65,136)
(13%,25%,53%)

RGB channels and saturation

R 33 of 255 = 13%
G 65 of 255 = 25%
B 136 of 255 = 53%

33
65
136

R + G + B ~ 30%. #214188 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 65 + 136 = 234 (100%)
R 33 of 234 ~ 14.1%
G 65 of 234 ~ 27.78%
B 136 of 234 ~ 58.12%

%14.1
%27.78
%58.12

CMYK color model

#214188 color CMYK value is (76,52,0,47).

  • cyan value is 75.74%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(76,52,0,47)
C76M52Y0K47 
(76%,52%,0%,47%)
(0.76/0.52/0.00/0.47)	

CMYK percentages

%75.74
%52.21
%0
%46.67

Codes

Color #214188 in popluar color models

214188
RGB3365136
HSL221°60.95%33.14%
HSB/HSV221°75.74%53.33%
CMYK75.74%52.21%0.00%
46.67%

Color #214188 in popluar number systems.

HEX214188
Decimal3365136
Binary100001100000110001000
Octal41101210

Shades and tints

Shades of #214188

#214188
(33,65,136)
#1E3C7C
(30,60,124)
#1B3770
(27,55,112)
#183264
(24,50,100)
#152D58
(21,45,88)
#12284C
(18,40,76)
#0F2340
(15,35,64)
#0C1E34
(12,30,52)
#091928
(9,25,40)
#06141C
(6,20,28)
#030F10
(3,15,16)
#000000
(0,0,0)

Tints of #214188

#214188
(33,65,136)
#355292
(53,82,146)
#49639C
(73,99,156)
#5D74A6
(93,116,166)
#7185B0
(113,133,176)
#8596BA
(133,150,186)
#99A7C4
(153,167,196)
#ADB8CE
(173,184,206)
#C1C9D8
(193,201,216)
#D5DAE2
(213,218,226)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214188 color. Also use rgb(33,65,136) instead hex code.

Text Font Color

.myTextColor { color: #214188; }

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

This text font color is #214188.


Background Color

.myBgColor { background-color: #214188; }

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

This div background color is #214188.


Border color

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

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

This div border color is #214188.


Opacity

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

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

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

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

This text has shadow with #214188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214188 on black background.


Color preview on white background

This text has color #214188 on white background.



Black color preview on #214188 background

This text has black color on #214188 background.


White color preview on #214188 background

This text has white color on #214188 background.