Shades of Atoll #216F71
Tints of Atoll #216F71
RGB
CMYK
RGB Variations
Color information
#216F71 (or 0x216F71) is known color: Atoll. HEX triplet: 21, 6F and 71. RGB value is (33,111,113). Sum of RGB (Red+Green+Blue) = 33+111+113=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #216F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F71 is #DE908E. Grayscale: #575757. Windows color (decimal): -14585999 or 7434017. OLE color: 7434017.
HSL color Cylindrical-coordinate representation of color #216F71: hue angle of 181.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216F71 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 111 | 113 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.56 |
| HSL | 181.5º | 0.55% | 0.29% | - |
| HSV(B) | 181.5º | 0.71% | 0.44% | - |
| XYZ | 9.29 | 12.88 | 17.62 | - |
| YUV | 87.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 113 | 0.71 | 0.02 | 0 | 0.56 | 181.5 | 0.55 | 0.29 |
| Hex | 21 | 6F | 71 | 47 | 2 | 0 | 38 | B6 | 37 | 1D |
| Octal | 41 | 157 | 161 | 107 | 2 | 0 | 70 | 266 | 67 | 35 |
| Binary | 100001 | 1101111 | 1110001 | 1000111 | 10 | 0 | 111000 | 10110110 | 110111 | 11101 |
Color Harmonies of #216F71
Complementary color
Monochromatic Colors of #216F71
Black with #216F71
Text Example
Text Example
White with #216F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F71; }
p { color: rgb(33,111,113); }
H1.HeaderClassName
{
color: #216F71;
}
.AnyTagClassName
{
color: #216F71;
}
</style>
background-color css
<style>
a { background-color: #216F71; }
a { background-color: rgb(33,111,113); }
div.DivClassName
{
background-color: #216F71;
}
.BgClassName
{
background-color: #216F71;
}
</style>
border-color css
<style>
span { border-color: #216F71; }
span { border-color: rgb(33,111,113); }
td.TdClassName
{
border-color: #216F71;
}
.TagClassName
{
border-color: #216F71;
}
</style>