Shades of Allports #216D8E
Tints of Allports #216D8E
RGB
CMYK
RGB Variations
Color information
#216D8E (or 0x216D8E) is known color: Allports. HEX triplet: 21, 6D and 8E. RGB value is (33,109,142). Sum of RGB (Red+Green+Blue) = 33+109+142=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #216D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D8E is #DE9271. Grayscale: #595959. Windows color (decimal): -14586482 or 9334049. OLE color: 9334049.
HSL color Cylindrical-coordinate representation of color #216D8E: hue angle of 198.17º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216D8E is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 109 | 142 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.44 |
| HSL | 198.17º | 0.62% | 0.34% | - |
| HSV(B) | 198.17º | 0.77% | 0.56% | - |
| XYZ | 10.98 | 13.21 | 27.56 | - |
| YUV | 90.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 142 | 0.77 | 0.23 | 0 | 0.44 | 198.17 | 0.62 | 0.34 |
| Hex | 21 | 6D | 8E | 4D | 17 | 0 | 2C | C6 | 3E | 22 |
| Octal | 41 | 155 | 216 | 115 | 27 | 0 | 54 | 306 | 76 | 42 |
| Binary | 100001 | 1101101 | 10001110 | 1001101 | 10111 | 0 | 101100 | 11000110 | 111110 | 100010 |
Color Harmonies of #216D8E
Complementary color
Monochromatic Colors of #216D8E
Black with #216D8E
Text Example
Text Example
White with #216D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D8E; }
p { color: rgb(33,109,142); }
H1.HeaderClassName
{
color: #216D8E;
}
.AnyTagClassName
{
color: #216D8E;
}
</style>
background-color css
<style>
a { background-color: #216D8E; }
a { background-color: rgb(33,109,142); }
div.DivClassName
{
background-color: #216D8E;
}
.BgClassName
{
background-color: #216D8E;
}
</style>
border-color css
<style>
span { border-color: #216D8E; }
span { border-color: rgb(33,109,142); }
td.TdClassName
{
border-color: #216D8E;
}
.TagClassName
{
border-color: #216D8E;
}
</style>