Shades of Allports #216D80
Tints of Allports #216D80
RGB
CMYK
RGB Variations
Color information
#216D80 (or 0x216D80) is known color: Allports. HEX triplet: 21, 6D and 80. RGB value is (33,109,128). Sum of RGB (Red+Green+Blue) = 33+109+128=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #216D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D80 is #DE927F. Grayscale: #585858. Windows color (decimal): -14586496 or 8416545. OLE color: 8416545.
HSL color Cylindrical-coordinate representation of color #216D80: hue angle of 192º 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 #216D80 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 109 | 128 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.50 |
| HSL | 192º | 0.59% | 0.32% | - |
| HSV(B) | 192º | 0.74% | 0.5% | - |
| XYZ | 9.99 | 12.82 | 22.37 | - |
| YUV | 88.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 128 | 0.74 | 0.15 | 0 | 0.50 | 192 | 0.59 | 0.32 |
| Hex | 21 | 6D | 80 | 4A | F | 0 | 32 | C0 | 3B | 20 |
| Octal | 41 | 155 | 200 | 112 | 17 | 0 | 62 | 300 | 73 | 40 |
| Binary | 100001 | 1101101 | 10000000 | 1001010 | 1111 | 0 | 110010 | 11000000 | 111011 | 100000 |
Color Harmonies of #216D80
Complementary color
Monochromatic Colors of #216D80
Black with #216D80
Text Example
Text Example
White with #216D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D80; }
p { color: rgb(33,109,128); }
H1.HeaderClassName
{
color: #216D80;
}
.AnyTagClassName
{
color: #216D80;
}
</style>
background-color css
<style>
a { background-color: #216D80; }
a { background-color: rgb(33,109,128); }
div.DivClassName
{
background-color: #216D80;
}
.BgClassName
{
background-color: #216D80;
}
</style>
border-color css
<style>
span { border-color: #216D80; }
span { border-color: rgb(33,109,128); }
td.TdClassName
{
border-color: #216D80;
}
.TagClassName
{
border-color: #216D80;
}
</style>