COLOR #213584

HEX: #213584
RGB: (33,53,132)

Color info

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

RGB color model

#213584 color RGB value is (33,53,132).

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

RGB channels and saturation

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

33
53
132

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

Portions of RGB colors in percentages

R + G + B =
33 + 53 + 132 = 218 (100%)
R 33 of 218 ~ 15.14%
G 53 of 218 ~ 24.31%
B 132 of 218 ~ 60.55%

%15.14
%24.31
%60.55

CMYK color model

#213584 color CMYK value is (75,60,0,48).

  • cyan value is 75.00%
  • magenta value is 59.85%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(75,60,0,48)
C75M60Y0K48 
(75%,60%,0%,48%)
(0.75/0.60/0.00/0.48)	

CMYK percentages

%75
%59.85
%0
%48.24

Codes

Color #213584 in popluar color models

213584
RGB3353132
HSL228°60.00%32.35%
HSB/HSV228°75.00%51.76%
CMYK75.00%59.85%0.00%
48.24%

Color #213584 in popluar number systems.

HEX213584
Decimal3353132
Binary10000111010110000100
Octal4165204

Shades and tints

Shades of #213584

#213584
(33,53,132)
#1E3178
(30,49,120)
#1B2D6C
(27,45,108)
#182960
(24,41,96)
#152554
(21,37,84)
#122148
(18,33,72)
#0F1D3C
(15,29,60)
#0C1930
(12,25,48)
#091524
(9,21,36)
#061118
(6,17,24)
#030D0C
(3,13,12)
#000000
(0,0,0)

Tints of #213584

#213584
(33,53,132)
#35478F
(53,71,143)
#49599A
(73,89,154)
#5D6BA5
(93,107,165)
#717DB0
(113,125,176)
#858FBB
(133,143,187)
#99A1C6
(153,161,198)
#ADB3D1
(173,179,209)
#C1C5DC
(193,197,220)
#D5D7E7
(213,215,231)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213584; }

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

This text font color is #213584.


Background Color

.myBgColor { background-color: #213584; }

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

This div background color is #213584.


Border color

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

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

This div border color is #213584.


Opacity

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

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

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

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

This text has shadow with #213584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213584 on black background.


Color preview on white background

This text has color #213584 on white background.



Black color preview on #213584 background

This text has black color on #213584 background.


White color preview on #213584 background

This text has white color on #213584 background.