COLOR #213C66

HEX: #213C66
RGB: (33,60,102)

Color info

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

RGB color model

#213C66 color RGB value is (33,60,102).

  • red value is 33;
  • green value is 60;
  • blue value is 102.
RGB:
(33,60,102)
(13%,24%,40%)

RGB channels and saturation

R 33 of 255 = 13%
G 60 of 255 = 24%
B 102 of 255 = 40%

33
60
102

R + G + B ~ 26%. #213C66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 60 + 102 = 195 (100%)
R 33 of 195 ~ 16.92%
G 60 of 195 ~ 30.77%
B 102 of 195 ~ 52.31%

%16.92
%30.77
%52.31

CMYK color model

#213C66 color CMYK value is (68,41,0,60).

  • cyan value is 67.65%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(68,41,0,60)
C68M41Y0K60 
(68%,41%,0%,60%)
(0.68/0.41/0.00/0.60)	

CMYK percentages

%67.65
%41.18
%0
%60

Codes

Color #213C66 in popluar color models

213C66
RGB3360102
HSL217°51.11%26.47%
HSB/HSV217°67.65%40.00%
CMYK67.65%41.18%0.00%
60.00%

Color #213C66 in popluar number systems.

HEX213C66
Decimal3360102
Binary1000011111001100110
Octal4174146

Shades and tints

Shades of #213C66

#213C66
(33,60,102)
#1E375D
(30,55,93)
#1B3254
(27,50,84)
#182D4B
(24,45,75)
#152842
(21,40,66)
#122339
(18,35,57)
#0F1E30
(15,30,48)
#0C1927
(12,25,39)
#09141E
(9,20,30)
#060F15
(6,15,21)
#030A0C
(3,10,12)
#000000
(0,0,0)

Tints of #213C66

#213C66
(33,60,102)
#354D73
(53,77,115)
#495E80
(73,94,128)
#5D6F8D
(93,111,141)
#71809A
(113,128,154)
#8591A7
(133,145,167)
#99A2B4
(153,162,180)
#ADB3C1
(173,179,193)
#C1C4CE
(193,196,206)
#D5D5DB
(213,213,219)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213C66 color. Also use rgb(33,60,102) instead hex code.

Text Font Color

.myTextColor { color: #213C66; }

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

This text font color is #213C66.


Background Color

.myBgColor { background-color: #213C66; }

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

This div background color is #213C66.


Border color

.myBorderColor { border: 1px solid #213C66; }

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

This div border color is #213C66.


Opacity

.myOpacity80 { color: #213C66; opacity: 0.8; }

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

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

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

This text has shadow with #213C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213C66 on black background.


Color preview on white background

This text has color #213C66 on white background.



Black color preview on #213C66 background

This text has black color on #213C66 background.


White color preview on #213C66 background

This text has white color on #213C66 background.