Shades of Allports #216788
Tints of Allports #216788
RGB
CMYK
RGB Variations
Color information
#216788 (or 0x216788) is known color: Allports. HEX triplet: 21, 67 and 88. RGB value is (33,103,136). Sum of RGB (Red+Green+Blue) = 33+103+136=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #216788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216788 is #DE9877. Grayscale: #555555. Windows color (decimal): -14588024 or 8939297. OLE color: 8939297.
HSL color Cylindrical-coordinate representation of color #216788: hue angle of 199.22º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #216788 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 103 | 136 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.47 |
| HSL | 199.22º | 0.61% | 0.33% | - |
| HSV(B) | 199.22º | 0.76% | 0.53% | - |
| XYZ | 9.92 | 11.8 | 25.05 | - |
| YUV | 85.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 103 | 136 | 0.76 | 0.24 | 0 | 0.47 | 199.22 | 0.61 | 0.33 |
| Hex | 21 | 67 | 88 | 4C | 18 | 0 | 2F | C7 | 3D | 21 |
| Octal | 41 | 147 | 210 | 114 | 30 | 0 | 57 | 307 | 75 | 41 |
| Binary | 100001 | 1100111 | 10001000 | 1001100 | 11000 | 0 | 101111 | 11000111 | 111101 | 100001 |
Color Harmonies of #216788
Complementary color
Monochromatic Colors of #216788
Black with #216788
Text Example
Text Example
White with #216788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216788; }
p { color: rgb(33,103,136); }
H1.HeaderClassName
{
color: #216788;
}
.AnyTagClassName
{
color: #216788;
}
</style>
background-color css
<style>
a { background-color: #216788; }
a { background-color: rgb(33,103,136); }
div.DivClassName
{
background-color: #216788;
}
.BgClassName
{
background-color: #216788;
}
</style>
border-color css
<style>
span { border-color: #216788; }
span { border-color: rgb(33,103,136); }
td.TdClassName
{
border-color: #216788;
}
.TagClassName
{
border-color: #216788;
}
</style>