Shades of Allports #216C76
Tints of Allports #216C76
RGB
CMYK
RGB Variations
Color information
#216C76 (or 0x216C76) is known color: Allports. HEX triplet: 21, 6C and 76. RGB value is (33,108,118). Sum of RGB (Red+Green+Blue) = 33+108+118=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #216C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C76 is #DE9389. Grayscale: #565656. Windows color (decimal): -14586762 or 7760929. OLE color: 7760929.
HSL color Cylindrical-coordinate representation of color #216C76: hue angle of 187.06º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216C76 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 108 | 118 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.54 |
| HSL | 187.06º | 0.56% | 0.3% | - |
| HSV(B) | 187.06º | 0.72% | 0.46% | - |
| XYZ | 9.26 | 12.36 | 19.04 | - |
| YUV | 86.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 118 | 0.72 | 0.08 | 0 | 0.54 | 187.06 | 0.56 | 0.3 |
| Hex | 21 | 6C | 76 | 48 | 8 | 0 | 36 | BB | 38 | 1E |
| Octal | 41 | 154 | 166 | 110 | 10 | 0 | 66 | 273 | 70 | 36 |
| Binary | 100001 | 1101100 | 1110110 | 1001000 | 1000 | 0 | 110110 | 10111011 | 111000 | 11110 |
Color Harmonies of #216C76
Complementary color
Monochromatic Colors of #216C76
Black with #216C76
Text Example
Text Example
White with #216C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C76; }
p { color: rgb(33,108,118); }
H1.HeaderClassName
{
color: #216C76;
}
.AnyTagClassName
{
color: #216C76;
}
</style>
background-color css
<style>
a { background-color: #216C76; }
a { background-color: rgb(33,108,118); }
div.DivClassName
{
background-color: #216C76;
}
.BgClassName
{
background-color: #216C76;
}
</style>
border-color css
<style>
span { border-color: #216C76; }
span { border-color: rgb(33,108,118); }
td.TdClassName
{
border-color: #216C76;
}
.TagClassName
{
border-color: #216C76;
}
</style>