Shades of Atoll #21818D
Tints of Atoll #21818D
RGB
CMYK
RGB Variations
Color information
#21818D (or 0x21818D) is known color: Atoll. HEX triplet: 21, 81 and 8D. RGB value is (33,129,141). Sum of RGB (Red+Green+Blue) = 33+129+141=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #21818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21818D is #DE7E72. Grayscale: #656565. Windows color (decimal): -14581363 or 9273633. OLE color: 9273633.
HSL color Cylindrical-coordinate representation of color #21818D: hue angle of 186.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21818D is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 129 | 141 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.45 |
| HSL | 186.67º | 0.62% | 0.34% | - |
| HSV(B) | 186.67º | 0.77% | 0.55% | - |
| XYZ | 13.29 | 17.95 | 27.96 | - |
| YUV | 101.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 141 | 0.77 | 0.09 | 0 | 0.45 | 186.67 | 0.62 | 0.34 |
| Hex | 21 | 81 | 8D | 4D | 9 | 0 | 2D | BB | 3E | 22 |
| Octal | 41 | 201 | 215 | 115 | 11 | 0 | 55 | 273 | 76 | 42 |
| Binary | 100001 | 10000001 | 10001101 | 1001101 | 1001 | 0 | 101101 | 10111011 | 111110 | 100010 |
Color Harmonies of #21818D
Complementary color
Monochromatic Colors of #21818D
Black with #21818D
Text Example
Text Example
White with #21818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21818D; }
p { color: rgb(33,129,141); }
H1.HeaderClassName
{
color: #21818D;
}
.AnyTagClassName
{
color: #21818D;
}
</style>
background-color css
<style>
a { background-color: #21818D; }
a { background-color: rgb(33,129,141); }
div.DivClassName
{
background-color: #21818D;
}
.BgClassName
{
background-color: #21818D;
}
</style>
border-color css
<style>
span { border-color: #21818D; }
span { border-color: rgb(33,129,141); }
td.TdClassName
{
border-color: #21818D;
}
.TagClassName
{
border-color: #21818D;
}
</style>