COLOR #21577D

HEX: #21577D RGB: (33,87,125)

Color info

#21577D contains mainly green and blue colors. Web safe color of #21577D is #336666 (or #366).

RGB color model

#21577D color RGB value is (33,87,125).

RGB: (33,87,125) (13%, 34%, 49%)

RGB channels and saturation

R 33 of 255 = 13%
G 87 of 255 = 34%
B 125 of 255 = 49%

33
87
125

R + G + B ~ 32%. #21577D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 87 + 125 = 245 (100%)
R 33 of 245 ~ 13.47%
G 87 of 245 ~ 35.51%
B 125 of 245 ~ 51.02'%

%13.47
%35.51
%51.02

CMYK color model

#21577D color CMYK value is (74,30,0,51).

  • cyan value is 73.60%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (74,30,0,51)
C74M30Y0K51 (74%, 30%, 0%, 51%)
(0.74 / 0.30 / 0.00 / 0.51)

CMYK percentages

%73.6
%30.4
%0
%50.98

Codes

Color #21577D in popluar color models

21 57 7D
RGB 33 87 125
HSL 205° 58.23% 30.98%
HSB/HSV 205° 73.60% 49.02%
CMYK 73.60% 30.40% 0.00%
50.98%

Color #21577D in popluar number systems.

HEX 21 57 7D
Decimal 33 87 125
Binary 100001 1010111 1111101
Octal 41 127 175

Shades and tints

Shades of #21577D

#21577D
(33,87,125)
#1E5072
(30,80,114)
#1B4967
(27,73,103)
#18425C
(24,66,92)
#153B51
(21,59,81)
#123446
(18,52,70)
#0F2D3B
(15,45,59)
#0C2630
(12,38,48)
#091F25
(9,31,37)
#06181A
(6,24,26)
#03110F
(3,17,15)
#000000
(0,0,0)

Tints of #21577D

#21577D
(33,87,125)
#356688
(53,102,136)
#497593
(73,117,147)
#5D849E
(93,132,158)
#7193A9
(113,147,169)
#85A2B4
(133,162,180)
#99B1BF
(153,177,191)
#ADC0CA
(173,192,202)
#C1CFD5
(193,207,213)
#D5DEE0
(213,222,224)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21577D color. Also use rgb(33,87,125) instead hex code.

Text Font Color

.myTextColor { color: #21577D; }

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

This text font color is #21577D.

Background Color

.myBgColor { background-color: #21577D; }

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

This div background color is #21577D.

Border color

.myBorderColor { border: 1px solid #21577D; }

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

This div border color is #21577D.

Opacity

.myOpacity80 { color: #21577D; opacity: 0.8; }

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

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

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

This text has shadow with #21577D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21577D.

Preview

Color preview on black background

This text has color #21577D on black background.


Color preview on white background

This text has color #21577D on white background.


Black color preview on #21577D background

This text has black color on #21577D background.


White color preview on #21577D background

This text has white color on #21577D background.


Related colors

Complementary color

Complementary color for #hex is #DEA882.


I love getcolorcode.com

Triadic colors

1 #7D2157 and #577D21 with #21577D are triadic colors.

2 #7D5721 and #57217D with #21577D are triadic colors.