COLOR #213C57

HEX: #213C57 RGB: (33,60,87)

Color info

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

RGB color model

#213C57 color RGB value is (33,60,87).

RGB: (33,60,87) (13%, 24%, 34%)

RGB channels and saturation

R 33 of 255 = 13%
G 60 of 255 = 24%
B 87 of 255 = 34%

33
60
87

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

Portions of RGB colors in percentages

R + G + B = 33 + 60 + 87 = 180 (100%)
R 33 of 180 ~ 18.33%
G 60 of 180 ~ 33.33%
B 87 of 180 ~ 48.33'%

%18.33
%33.33
%48.33

CMYK color model

#213C57 color CMYK value is (62,31,0,66).

  • cyan value is 62.07%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (62,31,0,66)
C62M31Y0K66 (62%, 31%, 0%, 66%)
(0.62 / 0.31 / 0.00 / 0.66)

CMYK percentages

%62.07
%31.03
%0
%65.88

Codes

Color #213C57 in popluar color models

21 3C 57
RGB 33 60 87
HSL 210° 45.00% 23.53%
HSB/HSV 210° 62.07% 34.12%
CMYK 62.07% 31.03% 0.00%
65.88%

Color #213C57 in popluar number systems.

HEX 21 3C 57
Decimal 33 60 87
Binary 100001 111100 1010111
Octal 41 74 127

Shades and tints

Shades of #213C57

#213C57
(33,60,87)
#1E3750
(30,55,80)
#1B3249
(27,50,73)
#182D42
(24,45,66)
#15283B
(21,40,59)
#122334
(18,35,52)
#0F1E2D
(15,30,45)
#0C1926
(12,25,38)
#09141F
(9,20,31)
#060F18
(6,15,24)
#030A11
(3,10,17)
#000000
(0,0,0)

Tints of #213C57

#213C57
(33,60,87)
#354D66
(53,77,102)
#495E75
(73,94,117)
#5D6F84
(93,111,132)
#718093
(113,128,147)
#8591A2
(133,145,162)
#99A2B1
(153,162,177)
#ADB3C0
(173,179,192)
#C1C4CF
(193,196,207)
#D5D5DE
(213,213,222)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213C57 color. Also use rgb(33,60,87) instead hex code.

Text Font Color

.myTextColor { color: #213C57; }

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

This text font color is #213C57.

Background Color

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

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

This div background color is #213C57.

Border color

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

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

This div border color is #213C57.

Opacity

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

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

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

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

This text has shadow with #213C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #213C57.

Preview

Color preview on black background

This text has color #213C57 on black background.


Color preview on white background

This text has color #213C57 on white background.


Black color preview on #213C57 background

This text has black color on #213C57 background.


White color preview on #213C57 background

This text has white color on #213C57 background.


Related colors

Complementary color

Complementary color for #hex is #DEC3A8.


I love getcolorcode.com

Triadic colors

1 #57213C and #3C5721 with #213C57 are triadic colors.

2 #573C21 and #3C2157 with #213C57 are triadic colors.