COLOR #213B5E

HEX: #213B5E
RGB: (33,59,94)

Color info

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

RGB color model

#213B5E color RGB value is (33,59,94).

  • red value is 33;
  • green value is 59;
  • blue value is 94.
RGB:
(33,59,94)
(13%,23%,37%)

RGB channels and saturation

R 33 of 255 = 13%
G 59 of 255 = 23%
B 94 of 255 = 37%

33
59
94

R + G + B ~ 24%. #213B5E is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 59 + 94 = 186 (100%)
R 33 of 186 ~ 17.74%
G 59 of 186 ~ 31.72%
B 94 of 186 ~ 50.54%

%17.74
%31.72
%50.54

CMYK color model

#213B5E color CMYK value is (65,37,0,63).

  • cyan value is 64.89%
  • magenta value is 37.23%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(65,37,0,63)
C65M37Y0K63 
(65%,37%,0%,63%)
(0.65/0.37/0.00/0.63)	

CMYK percentages

%64.89
%37.23
%0
%63.14

Codes

Color #213B5E in popluar color models

213B5E
RGB335994
HSL214°48.03%24.90%
HSB/HSV214°64.89%36.86%
CMYK64.89%37.23%0.00%
63.14%

Color #213B5E in popluar number systems.

HEX213B5E
Decimal335994
Binary1000011110111011110
Octal4173136

Shades and tints

Shades of #213B5E

#213B5E
(33,59,94)
#1E3656
(30,54,86)
#1B314E
(27,49,78)
#182C46
(24,44,70)
#15273E
(21,39,62)
#122236
(18,34,54)
#0F1D2E
(15,29,46)
#0C1826
(12,24,38)
#09131E
(9,19,30)
#060E16
(6,14,22)
#03090E
(3,9,14)
#000000
(0,0,0)

Tints of #213B5E

#213B5E
(33,59,94)
#354C6C
(53,76,108)
#495D7A
(73,93,122)
#5D6E88
(93,110,136)
#717F96
(113,127,150)
#8590A4
(133,144,164)
#99A1B2
(153,161,178)
#ADB2C0
(173,178,192)
#C1C3CE
(193,195,206)
#D5D4DC
(213,212,220)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213B5E color. Also use rgb(33,59,94) instead hex code.

Text Font Color

.myTextColor { color: #213B5E; }

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

This text font color is #213B5E.


Background Color

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

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

This div background color is #213B5E.


Border color

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

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

This div border color is #213B5E.


Opacity

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

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

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

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

This text has shadow with #213B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213B5E on black background.


Color preview on white background

This text has color #213B5E on white background.



Black color preview on #213B5E background

This text has black color on #213B5E background.


White color preview on #213B5E background

This text has white color on #213B5E background.