Shades of Atoll #218689
Tints of Atoll #218689
RGB
CMYK
RGB Variations
Color information
#218689 (or 0x218689) is known color: Atoll. HEX triplet: 21, 86 and 89. RGB value is (33,134,137). Sum of RGB (Red+Green+Blue) = 33+134+137=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #218689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218689 is #DE7976. Grayscale: #686868. Windows color (decimal): -14580087 or 9012769. OLE color: 9012769.
HSL color Cylindrical-coordinate representation of color #218689: hue angle of 181.73º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218689 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 134 | 137 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.46 |
| HSL | 181.73º | 0.61% | 0.33% | - |
| HSV(B) | 181.73º | 0.76% | 0.54% | - |
| XYZ | 13.67 | 19.18 | 26.65 | - |
| YUV | 104.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 137 | 0.76 | 0.02 | 0 | 0.46 | 181.73 | 0.61 | 0.33 |
| Hex | 21 | 86 | 89 | 4C | 2 | 0 | 2E | B6 | 3D | 21 |
| Octal | 41 | 206 | 211 | 114 | 2 | 0 | 56 | 266 | 75 | 41 |
| Binary | 100001 | 10000110 | 10001001 | 1001100 | 10 | 0 | 101110 | 10110110 | 111101 | 100001 |
Color Harmonies of #218689
Complementary color
Monochromatic Colors of #218689
Black with #218689
Text Example
Text Example
White with #218689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218689; }
p { color: rgb(33,134,137); }
H1.HeaderClassName
{
color: #218689;
}
.AnyTagClassName
{
color: #218689;
}
</style>
background-color css
<style>
a { background-color: #218689; }
a { background-color: rgb(33,134,137); }
div.DivClassName
{
background-color: #218689;
}
.BgClassName
{
background-color: #218689;
}
</style>
border-color css
<style>
span { border-color: #218689; }
span { border-color: rgb(33,134,137); }
td.TdClassName
{
border-color: #218689;
}
.TagClassName
{
border-color: #218689;
}
</style>