Shades of Allports #216686
Tints of Allports #216686
RGB
CMYK
RGB Variations
Color information
#216686 (or 0x216686) is known color: Allports. HEX triplet: 21, 66 and 86. RGB value is (33,102,134). Sum of RGB (Red+Green+Blue) = 33+102+134=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #216686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216686 is #DE9979. Grayscale: #545454. Windows color (decimal): -14588282 or 8807969. OLE color: 8807969.
HSL color Cylindrical-coordinate representation of color #216686: hue angle of 199.01º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216686 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 102 | 134 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.47 |
| HSL | 199.01º | 0.6% | 0.33% | - |
| HSV(B) | 199.01º | 0.75% | 0.53% | - |
| XYZ | 9.68 | 11.55 | 24.27 | - |
| YUV | 85.02 | 155.64 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 134 | 0.75 | 0.24 | 0 | 0.47 | 199.01 | 0.6 | 0.33 |
| Hex | 21 | 66 | 86 | 4B | 18 | 0 | 2F | C7 | 3C | 21 |
| Octal | 41 | 146 | 206 | 113 | 30 | 0 | 57 | 307 | 74 | 41 |
| Binary | 100001 | 1100110 | 10000110 | 1001011 | 11000 | 0 | 101111 | 11000111 | 111100 | 100001 |
Color Harmonies of #216686
Complementary color
Monochromatic Colors of #216686
Black with #216686
Text Example
Text Example
White with #216686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216686; }
p { color: rgb(33,102,134); }
H1.HeaderClassName
{
color: #216686;
}
.AnyTagClassName
{
color: #216686;
}
</style>
background-color css
<style>
a { background-color: #216686; }
a { background-color: rgb(33,102,134); }
div.DivClassName
{
background-color: #216686;
}
.BgClassName
{
background-color: #216686;
}
</style>
border-color css
<style>
span { border-color: #216686; }
span { border-color: rgb(33,102,134); }
td.TdClassName
{
border-color: #216686;
}
.TagClassName
{
border-color: #216686;
}
</style>