COLOR #213E68

HEX: #213E68 RGB: (33,62,104)

Color info

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

RGB color model

#213E68 color RGB value is (33,62,104).

RGB: (33,62,104) (13%, 24%, 41%)

RGB channels and saturation

R 33 of 255 = 13%
G 62 of 255 = 24%
B 104 of 255 = 41%

33
62
104

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

Portions of RGB colors in percentages

R + G + B = 33 + 62 + 104 = 199 (100%)
R 33 of 199 ~ 16.58%
G 62 of 199 ~ 31.16%
B 104 of 199 ~ 52.26'%

%16.58
%31.16
%52.26

CMYK color model

#213E68 color CMYK value is (68,40,0,59).

  • cyan value is 68.27%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (68,40,0,59)
C68M40Y0K59 (68%, 40%, 0%, 59%)
(0.68 / 0.40 / 0.00 / 0.59)

CMYK percentages

%68.27
%40.38
%0
%59.22

Codes

Color #213E68 in popluar color models

21 3E 68
RGB 33 62 104
HSL 215° 51.82% 26.86%
HSB/HSV 215° 68.27% 40.78%
CMYK 68.27% 40.38% 0.00%
59.22%

Color #213E68 in popluar number systems.

HEX 21 3E 68
Decimal 33 62 104
Binary 100001 111110 1101000
Octal 41 76 150

Shades and tints

Shades of #213E68

#213E68
(33,62,104)
#1E395F
(30,57,95)
#1B3456
(27,52,86)
#182F4D
(24,47,77)
#152A44
(21,42,68)
#12253B
(18,37,59)
#0F2032
(15,32,50)
#0C1B29
(12,27,41)
#091620
(9,22,32)
#061117
(6,17,23)
#030C0E
(3,12,14)
#000000
(0,0,0)

Tints of #213E68

#213E68
(33,62,104)
#354F75
(53,79,117)
#496082
(73,96,130)
#5D718F
(93,113,143)
#71829C
(113,130,156)
#8593A9
(133,147,169)
#99A4B6
(153,164,182)
#ADB5C3
(173,181,195)
#C1C6D0
(193,198,208)
#D5D7DD
(213,215,221)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213E68 color. Also use rgb(33,62,104) instead hex code.

Text Font Color

.myTextColor { color: #213E68; }

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

This text font color is #213E68.

Background Color

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

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

This div background color is #213E68.

Border color

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

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

This div border color is #213E68.

Opacity

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

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

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

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

This text has shadow with #213E68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213E68.

Preview

Color preview on black background

This text has color #213E68 on black background.


Color preview on white background

This text has color #213E68 on white background.


Black color preview on #213E68 background

This text has black color on #213E68 background.


White color preview on #213E68 background

This text has white color on #213E68 background.


Related colors

Complementary color

Complementary color for #hex is #DEC197.


I love getcolorcode.com

Triadic colors

1 #68213E and #3E6821 with #213E68 are triadic colors.

2 #683E21 and #3E2168 with #213E68 are triadic colors.