Shades of Allports #216880
Tints of Allports #216880
RGB
CMYK
RGB Variations
Color information
#216880 (or 0x216880) is known color: Allports. HEX triplet: 21, 68 and 80. RGB value is (33,104,128). Sum of RGB (Red+Green+Blue) = 33+104+128=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #216880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216880 is #DE977F. Grayscale: #555555. Windows color (decimal): -14587776 or 8415265. OLE color: 8415265.
HSL color Cylindrical-coordinate representation of color #216880: hue angle of 195.16º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #216880 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 104 | 128 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.50 |
| HSL | 195.16º | 0.59% | 0.32% | - |
| HSV(B) | 195.16º | 0.74% | 0.5% | - |
| XYZ | 9.47 | 11.78 | 22.2 | - |
| YUV | 85.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 128 | 0.74 | 0.19 | 0 | 0.50 | 195.16 | 0.59 | 0.32 |
| Hex | 21 | 68 | 80 | 4A | 13 | 0 | 32 | C3 | 3B | 20 |
| Octal | 41 | 150 | 200 | 112 | 23 | 0 | 62 | 303 | 73 | 40 |
| Binary | 100001 | 1101000 | 10000000 | 1001010 | 10011 | 0 | 110010 | 11000011 | 111011 | 100000 |
Color Harmonies of #216880
Complementary color
Monochromatic Colors of #216880
Black with #216880
Text Example
Text Example
White with #216880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216880; }
p { color: rgb(33,104,128); }
H1.HeaderClassName
{
color: #216880;
}
.AnyTagClassName
{
color: #216880;
}
</style>
background-color css
<style>
a { background-color: #216880; }
a { background-color: rgb(33,104,128); }
div.DivClassName
{
background-color: #216880;
}
.BgClassName
{
background-color: #216880;
}
</style>
border-color css
<style>
span { border-color: #216880; }
span { border-color: rgb(33,104,128); }
td.TdClassName
{
border-color: #216880;
}
.TagClassName
{
border-color: #216880;
}
</style>