Shades of Allports #216A75
Tints of Allports #216A75
RGB
CMYK
RGB Variations
Color information
#216A75 (or 0x216A75) is known color: Allports. HEX triplet: 21, 6A and 75. RGB value is (33,106,117). Sum of RGB (Red+Green+Blue) = 33+106+117=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #216A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A75 is #DE958A. Grayscale: #555555. Windows color (decimal): -14587275 or 7694881. OLE color: 7694881.
HSL color Cylindrical-coordinate representation of color #216A75: hue angle of 187.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216A75 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 106 | 117 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.54 |
| HSL | 187.86º | 0.56% | 0.29% | - |
| HSV(B) | 187.86º | 0.72% | 0.46% | - |
| XYZ | 8.99 | 11.92 | 18.66 | - |
| YUV | 85.43 | 145.82 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 117 | 0.72 | 0.09 | 0 | 0.54 | 187.86 | 0.56 | 0.29 |
| Hex | 21 | 6A | 75 | 48 | 9 | 0 | 36 | BC | 38 | 1D |
| Octal | 41 | 152 | 165 | 110 | 11 | 0 | 66 | 274 | 70 | 35 |
| Binary | 100001 | 1101010 | 1110101 | 1001000 | 1001 | 0 | 110110 | 10111100 | 111000 | 11101 |
Color Harmonies of #216A75
Complementary color
Monochromatic Colors of #216A75
Black with #216A75
Text Example
Text Example
White with #216A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216A75; }
p { color: rgb(33,106,117); }
H1.HeaderClassName
{
color: #216A75;
}
.AnyTagClassName
{
color: #216A75;
}
</style>
background-color css
<style>
a { background-color: #216A75; }
a { background-color: rgb(33,106,117); }
div.DivClassName
{
background-color: #216A75;
}
.BgClassName
{
background-color: #216A75;
}
</style>
border-color css
<style>
span { border-color: #216A75; }
span { border-color: rgb(33,106,117); }
td.TdClassName
{
border-color: #216A75;
}
.TagClassName
{
border-color: #216A75;
}
</style>