COLOR #213684

HEX: #213684
RGB: (33,54,132)

Color info

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

RGB color model

#213684 color RGB value is (33,54,132).

  • red value is 33;
  • green value is 54;
  • blue value is 132.
RGB:
(33,54,132)
(13%,21%,52%)

RGB channels and saturation

R 33 of 255 = 13%
G 54 of 255 = 21%
B 132 of 255 = 52%

33
54
132

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

Portions of RGB colors in percentages

R + G + B =
33 + 54 + 132 = 219 (100%)
R 33 of 219 ~ 15.07%
G 54 of 219 ~ 24.66%
B 132 of 219 ~ 60.27%

%15.07
%24.66
%60.27

CMYK color model

#213684 color CMYK value is (75,59,0,48).

  • cyan value is 75.00%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(75,59,0,48)
C75M59Y0K48 
(75%,59%,0%,48%)
(0.75/0.59/0.00/0.48)	

CMYK percentages

%75
%59.09
%0
%48.24

Codes

Color #213684 in popluar color models

213684
RGB3354132
HSL227°60.00%32.35%
HSB/HSV227°75.00%51.76%
CMYK75.00%59.09%0.00%
48.24%

Color #213684 in popluar number systems.

HEX213684
Decimal3354132
Binary10000111011010000100
Octal4166204

Shades and tints

Shades of #213684

#213684
(33,54,132)
#1E3278
(30,50,120)
#1B2E6C
(27,46,108)
#182A60
(24,42,96)
#152654
(21,38,84)
#122248
(18,34,72)
#0F1E3C
(15,30,60)
#0C1A30
(12,26,48)
#091624
(9,22,36)
#061218
(6,18,24)
#030E0C
(3,14,12)
#000000
(0,0,0)

Tints of #213684

#213684
(33,54,132)
#35488F
(53,72,143)
#495A9A
(73,90,154)
#5D6CA5
(93,108,165)
#717EB0
(113,126,176)
#8590BB
(133,144,187)
#99A2C6
(153,162,198)
#ADB4D1
(173,180,209)
#C1C6DC
(193,198,220)
#D5D8E7
(213,216,231)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213684 color. Also use rgb(33,54,132) instead hex code.

Text Font Color

.myTextColor { color: #213684; }

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

This text font color is #213684.


Background Color

.myBgColor { background-color: #213684; }

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

This div background color is #213684.


Border color

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

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

This div border color is #213684.


Opacity

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

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

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

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

This text has shadow with #213684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213684 on black background.


Color preview on white background

This text has color #213684 on white background.



Black color preview on #213684 background

This text has black color on #213684 background.


White color preview on #213684 background

This text has white color on #213684 background.