HEX: #21357D
RGB: (33,53,125)
#21357D contains mainly blue color. Web safe color of #21357D is #333366 (or #336).
#21357D color RGB value is (33,53,125).
RGB: (33,53,125)
(13%, 21%, 49%)
R 33 of 255 = 13%
G 53 of 255 = 21%
B 125 of 255 = 49%
R + G + B ~ 28%. #21357D is quite dark color.
R + G + B = 33 + 53 + 125 = 211 (100%)
R 33 of 211 ~ 15.64%
G 53 of 211 ~ 25.12%
B 125 of 211 ~ 59.24'%
#21357D color CMYK value is (74,58,0,51).
CMYK: (74,58,0,51)
C74M58Y0K51 (74%, 58%, 0%, 51%)
(0.74 / 0.58 / 0.00 / 0.51)
Color #21357D in popluar color models
21 | 35 | 7D | |
---|---|---|---|
RGB | 33 | 53 | 125 |
HSL | 227° | 58.23% | 30.98% |
HSB/HSV | 227° | 73.60% | 49.02% |
CMYK | 73.60% | 57.60% | 0.00% |
50.98% |
Color #21357D in popluar number systems.
HEX | 21 | 35 | 7D |
Decimal | 33 | 53 | 125 |
Binary | 100001 | 110101 | 1111101 |
Octal | 41 | 65 | 175 |
Shades of #21357D
Tints of #21357D
Examples of css and html codes for elements with #21357D color. Also use rgb(33,53,125) instead hex code.
.myTextColor { color: #21357D; }
<p style="color:#21357D">This sample text font color is #21357D.</p>
This text font color is #21357D.
.myBgColor { background-color: #21357D; }
<div style="background-color:#21357D">Inner text</div>
This div background color is #21357D.
.myBorderColor { border: 1px solid #21357D; }
<div style="border:3px solid #21357D">Div</div>
This div border color is #21357D.
.myOpacity80 { color: #21357D; opacity: 0.8; }
<p style="color:#21357D;opacity:0.8;">80%</p>
Text with #21357D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #21357D;}
<p style="text-shadow: 3px 3px 1px #21357D">Text here.</p>
This text has shadow with #21357D color.
.textShadow {text-shadow: 3px 3px 1px #21357D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #21357D, 5px 5px 20px red">Text here.</p>
This text has shadow with #21357D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#21357D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#21357D, Direction=45, Strength=4)">Text</p>
This text has shadow with #21357D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #21357D;
-webkit-box-shadow: 1px 1px 3px 2px #21357D;
box-shadow: 1px 1px 3px 2px #21357D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #21357D; -webkit-box-shadow: 1px 1px 3px 2px #21357D; box-shadow:1px 1px 3px 2px #21357D;">
Div content here
</div>
This text has color #21357D on black background.
This text has color #21357D on white background.
This text has black color on #21357D background.
This text has white color on #21357D background.
Complementary color for #hex is #DECA82.