COLOR #213691

HEX: #213691
RGB: (33,54,145)

Color info

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

RGB color model

#213691 color RGB value is (33,54,145).

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

RGB channels and saturation

R 33 of 255 = 13%
G 54 of 255 = 21%
B 145 of 255 = 57%

33
54
145

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

Portions of RGB colors in percentages

R + G + B =
33 + 54 + 145 = 232 (100%)
R 33 of 232 ~ 14.22%
G 54 of 232 ~ 23.28%
B 145 of 232 ~ 62.5%

%14.22
%23.28
%62.5

CMYK color model

#213691 color CMYK value is (77,63,0,43).

  • cyan value is 77.24%
  • magenta value is 62.76%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(77,63,0,43)
C77M63Y0K43 
(77%,63%,0%,43%)
(0.77/0.63/0.00/0.43)	

CMYK percentages

%77.24
%62.76
%0
%43.14

Codes

Color #213691 in popluar color models

213691
RGB3354145
HSL229°62.92%34.90%
HSB/HSV229°77.24%56.86%
CMYK77.24%62.76%0.00%
43.14%

Color #213691 in popluar number systems.

HEX213691
Decimal3354145
Binary10000111011010010001
Octal4166221

Shades and tints

Shades of #213691

#213691
(33,54,145)
#1E3284
(30,50,132)
#1B2E77
(27,46,119)
#182A6A
(24,42,106)
#15265D
(21,38,93)
#122250
(18,34,80)
#0F1E43
(15,30,67)
#0C1A36
(12,26,54)
#091629
(9,22,41)
#06121C
(6,18,28)
#030E0F
(3,14,15)
#000000
(0,0,0)

Tints of #213691

#213691
(33,54,145)
#35489B
(53,72,155)
#495AA5
(73,90,165)
#5D6CAF
(93,108,175)
#717EB9
(113,126,185)
#8590C3
(133,144,195)
#99A2CD
(153,162,205)
#ADB4D7
(173,180,215)
#C1C6E1
(193,198,225)
#D5D8EB
(213,216,235)
#E9EAF5
(233,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213691; }

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

This text font color is #213691.


Background Color

.myBgColor { background-color: #213691; }

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

This div background color is #213691.


Border color

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

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

This div border color is #213691.


Opacity

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

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

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

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

This text has shadow with #213691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213691 on black background.


Color preview on white background

This text has color #213691 on white background.



Black color preview on #213691 background

This text has black color on #213691 background.


White color preview on #213691 background

This text has white color on #213691 background.