Shades of Atoll #218285
Tints of Atoll #218285
RGB
CMYK
RGB Variations
Color information
#218285 (or 0x218285) is known color: Atoll. HEX triplet: 21, 82 and 85. RGB value is (33,130,133). Sum of RGB (Red+Green+Blue) = 33+130+133=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #218285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218285 is #DE7D7A. Grayscale: #656565. Windows color (decimal): -14581115 or 8749601. OLE color: 8749601.
HSL color Cylindrical-coordinate representation of color #218285: hue angle of 181.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218285 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 130 | 133 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.48 |
| HSL | 181.8º | 0.6% | 0.33% | - |
| HSV(B) | 181.8º | 0.75% | 0.52% | - |
| XYZ | 12.84 | 17.98 | 24.98 | - |
| YUV | 101.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 133 | 0.75 | 0.02 | 0 | 0.48 | 181.8 | 0.6 | 0.33 |
| Hex | 21 | 82 | 85 | 4B | 2 | 0 | 30 | B6 | 3C | 21 |
| Octal | 41 | 202 | 205 | 113 | 2 | 0 | 60 | 266 | 74 | 41 |
| Binary | 100001 | 10000010 | 10000101 | 1001011 | 10 | 0 | 110000 | 10110110 | 111100 | 100001 |
Color Harmonies of #218285
Complementary color
Monochromatic Colors of #218285
Black with #218285
Text Example
Text Example
White with #218285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218285; }
p { color: rgb(33,130,133); }
H1.HeaderClassName
{
color: #218285;
}
.AnyTagClassName
{
color: #218285;
}
</style>
background-color css
<style>
a { background-color: #218285; }
a { background-color: rgb(33,130,133); }
div.DivClassName
{
background-color: #218285;
}
.BgClassName
{
background-color: #218285;
}
</style>
border-color css
<style>
span { border-color: #218285; }
span { border-color: rgb(33,130,133); }
td.TdClassName
{
border-color: #218285;
}
.TagClassName
{
border-color: #218285;
}
</style>