COLOR #213E58

HEX: #213E58 RGB: (33,62,88)

Color info

#213E58 contains red, green and blue colors in about the same proportion. Web safe color of #213E58 is #333366 (or #336).

RGB color model

#213E58 color RGB value is (33,62,88).

RGB: (33,62,88) (13%, 24%, 35%)

RGB channels and saturation

R 33 of 255 = 13%
G 62 of 255 = 24%
B 88 of 255 = 35%

33
62
88

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

Portions of RGB colors in percentages

R + G + B = 33 + 62 + 88 = 183 (100%)
R 33 of 183 ~ 18.03%
G 62 of 183 ~ 33.88%
B 88 of 183 ~ 48.09'%

%18.03
%33.88
%48.09

CMYK color model

#213E58 color CMYK value is (63,30,0,65).

  • cyan value is 62.50%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (63,30,0,65)
C63M30Y0K65 (63%, 30%, 0%, 65%)
(0.63 / 0.30 / 0.00 / 0.65)

CMYK percentages

%62.5
%29.55
%0
%65.49

Codes

Color #213E58 in popluar color models

21 3E 58
RGB 33 62 88
HSL 208° 45.45% 23.73%
HSB/HSV 208° 62.50% 34.51%
CMYK 62.50% 29.55% 0.00%
65.49%

Color #213E58 in popluar number systems.

HEX 21 3E 58
Decimal 33 62 88
Binary 100001 111110 1011000
Octal 41 76 130

Shades and tints

Shades of #213E58

#213E58
(33,62,88)
#1E3950
(30,57,80)
#1B3448
(27,52,72)
#182F40
(24,47,64)
#152A38
(21,42,56)
#122530
(18,37,48)
#0F2028
(15,32,40)
#0C1B20
(12,27,32)
#091618
(9,22,24)
#061110
(6,17,16)
#030C08
(3,12,8)
#000000
(0,0,0)

Tints of #213E58

#213E58
(33,62,88)
#354F67
(53,79,103)
#496076
(73,96,118)
#5D7185
(93,113,133)
#718294
(113,130,148)
#8593A3
(133,147,163)
#99A4B2
(153,164,178)
#ADB5C1
(173,181,193)
#C1C6D0
(193,198,208)
#D5D7DF
(213,215,223)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213E58; }

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

This text font color is #213E58.

Background Color

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

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

This div background color is #213E58.

Border color

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

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

This div border color is #213E58.

Opacity

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

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

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

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

This text has shadow with #213E58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213E58.

Preview

Color preview on black background

This text has color #213E58 on black background.


Color preview on white background

This text has color #213E58 on white background.


Black color preview on #213E58 background

This text has black color on #213E58 background.


White color preview on #213E58 background

This text has white color on #213E58 background.


Related colors

Complementary color

Complementary color for #hex is #DEC1A7.


I love getcolorcode.com

Triadic colors

1 #58213E and #3E5821 with #213E58 are triadic colors.

2 #583E21 and #3E2158 with #213E58 are triadic colors.