Shades of Allports #216E91
Tints of Allports #216E91
RGB
CMYK
RGB Variations
Color information
#216E91 (or 0x216E91) is known color: Allports. HEX triplet: 21, 6E and 91. RGB value is (33,110,145). Sum of RGB (Red+Green+Blue) = 33+110+145=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #216E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216E91 is #DE916E. Grayscale: #5A5A5A. Windows color (decimal): -14586223 or 9530913. OLE color: 9530913.
HSL color Cylindrical-coordinate representation of color #216E91: hue angle of 198.75º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216E91 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 110 | 145 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.43 |
| HSL | 198.75º | 0.63% | 0.35% | - |
| HSV(B) | 198.75º | 0.77% | 0.57% | - |
| XYZ | 11.31 | 13.52 | 28.8 | - |
| YUV | 90.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 145 | 0.77 | 0.24 | 0 | 0.43 | 198.75 | 0.63 | 0.35 |
| Hex | 21 | 6E | 91 | 4D | 18 | 0 | 2B | C7 | 3F | 23 |
| Octal | 41 | 156 | 221 | 115 | 30 | 0 | 53 | 307 | 77 | 43 |
| Binary | 100001 | 1101110 | 10010001 | 1001101 | 11000 | 0 | 101011 | 11000111 | 111111 | 100011 |
Color Harmonies of #216E91
Complementary color
Monochromatic Colors of #216E91
Black with #216E91
Text Example
Text Example
White with #216E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216E91; }
p { color: rgb(33,110,145); }
H1.HeaderClassName
{
color: #216E91;
}
.AnyTagClassName
{
color: #216E91;
}
</style>
background-color css
<style>
a { background-color: #216E91; }
a { background-color: rgb(33,110,145); }
div.DivClassName
{
background-color: #216E91;
}
.BgClassName
{
background-color: #216E91;
}
</style>
border-color css
<style>
span { border-color: #216E91; }
span { border-color: rgb(33,110,145); }
td.TdClassName
{
border-color: #216E91;
}
.TagClassName
{
border-color: #216E91;
}
</style>