Shades of Allports #216E7E
Tints of Allports #216E7E
RGB
CMYK
RGB Variations
Color information
#216E7E (or 0x216E7E) is known color: Allports. HEX triplet: 21, 6E and 7E. RGB value is (33,110,126). Sum of RGB (Red+Green+Blue) = 33+110+126=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #216E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E7E is #DE9181. Grayscale: #585858. Windows color (decimal): -14586242 or 8285729. OLE color: 8285729.
HSL color Cylindrical-coordinate representation of color #216E7E: hue angle of 190.32º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #216E7E is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 110 | 126 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.51 |
| HSL | 190.32º | 0.58% | 0.31% | - |
| HSV(B) | 190.32º | 0.74% | 0.49% | - |
| XYZ | 9.97 | 12.98 | 21.72 | - |
| YUV | 88.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 126 | 0.74 | 0.13 | 0 | 0.51 | 190.32 | 0.58 | 0.31 |
| Hex | 21 | 6E | 7E | 4A | D | 0 | 33 | BE | 3A | 1F |
| Octal | 41 | 156 | 176 | 112 | 15 | 0 | 63 | 276 | 72 | 37 |
| Binary | 100001 | 1101110 | 1111110 | 1001010 | 1101 | 0 | 110011 | 10111110 | 111010 | 11111 |
Color Harmonies of #216E7E
Complementary color
Monochromatic Colors of #216E7E
Black with #216E7E
Text Example
Text Example
White with #216E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216E7E; }
p { color: rgb(33,110,126); }
H1.HeaderClassName
{
color: #216E7E;
}
.AnyTagClassName
{
color: #216E7E;
}
</style>
background-color css
<style>
a { background-color: #216E7E; }
a { background-color: rgb(33,110,126); }
div.DivClassName
{
background-color: #216E7E;
}
.BgClassName
{
background-color: #216E7E;
}
</style>
border-color css
<style>
span { border-color: #216E7E; }
span { border-color: rgb(33,110,126); }
td.TdClassName
{
border-color: #216E7E;
}
.TagClassName
{
border-color: #216E7E;
}
</style>