Shades of Allports #216F77
Tints of Allports #216F77
RGB
CMYK
RGB Variations
Color information
#216F77 (or 0x216F77) is known color: Allports. HEX triplet: 21, 6F and 77. RGB value is (33,111,119). Sum of RGB (Red+Green+Blue) = 33+111+119=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #216F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F77 is #DE9088. Grayscale: #585858. Windows color (decimal): -14585993 or 7827233. OLE color: 7827233.
HSL color Cylindrical-coordinate representation of color #216F77: hue angle of 185.58º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216F77 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 111 | 119 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.53 |
| HSL | 185.58º | 0.57% | 0.3% | - |
| HSV(B) | 185.58º | 0.72% | 0.47% | - |
| XYZ | 9.64 | 13.02 | 19.46 | - |
| YUV | 88.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 119 | 0.72 | 0.07 | 0 | 0.53 | 185.58 | 0.57 | 0.3 |
| Hex | 21 | 6F | 77 | 48 | 7 | 0 | 35 | BA | 39 | 1E |
| Octal | 41 | 157 | 167 | 110 | 7 | 0 | 65 | 272 | 71 | 36 |
| Binary | 100001 | 1101111 | 1110111 | 1001000 | 111 | 0 | 110101 | 10111010 | 111001 | 11110 |
Color Harmonies of #216F77
Complementary color
Monochromatic Colors of #216F77
Black with #216F77
Text Example
Text Example
White with #216F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F77; }
p { color: rgb(33,111,119); }
H1.HeaderClassName
{
color: #216F77;
}
.AnyTagClassName
{
color: #216F77;
}
</style>
background-color css
<style>
a { background-color: #216F77; }
a { background-color: rgb(33,111,119); }
div.DivClassName
{
background-color: #216F77;
}
.BgClassName
{
background-color: #216F77;
}
</style>
border-color css
<style>
span { border-color: #216F77; }
span { border-color: rgb(33,111,119); }
td.TdClassName
{
border-color: #216F77;
}
.TagClassName
{
border-color: #216F77;
}
</style>