Shades of Atoll #21808C
Tints of Atoll #21808C
RGB
CMYK
RGB Variations
Color information
#21808C (or 0x21808C) is known color: Atoll. HEX triplet: 21, 80 and 8C. RGB value is (33,128,140). Sum of RGB (Red+Green+Blue) = 33+128+140=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #21808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21808C is #DE7F73. Grayscale: #646464. Windows color (decimal): -14581620 or 9207841. OLE color: 9207841.
HSL color Cylindrical-coordinate representation of color #21808C: hue angle of 186.73º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21808C is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 128 | 140 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.45 |
| HSL | 186.73º | 0.62% | 0.34% | - |
| HSV(B) | 186.73º | 0.76% | 0.55% | - |
| XYZ | 13.08 | 17.66 | 27.53 | - |
| YUV | 100.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 140 | 0.76 | 0.09 | 0 | 0.45 | 186.73 | 0.62 | 0.34 |
| Hex | 21 | 80 | 8C | 4C | 9 | 0 | 2D | BB | 3E | 22 |
| Octal | 41 | 200 | 214 | 114 | 11 | 0 | 55 | 273 | 76 | 42 |
| Binary | 100001 | 10000000 | 10001100 | 1001100 | 1001 | 0 | 101101 | 10111011 | 111110 | 100010 |
Color Harmonies of #21808C
Complementary color
Monochromatic Colors of #21808C
Black with #21808C
Text Example
Text Example
White with #21808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21808C; }
p { color: rgb(33,128,140); }
H1.HeaderClassName
{
color: #21808C;
}
.AnyTagClassName
{
color: #21808C;
}
</style>
background-color css
<style>
a { background-color: #21808C; }
a { background-color: rgb(33,128,140); }
div.DivClassName
{
background-color: #21808C;
}
.BgClassName
{
background-color: #21808C;
}
</style>
border-color css
<style>
span { border-color: #21808C; }
span { border-color: rgb(33,128,140); }
td.TdClassName
{
border-color: #21808C;
}
.TagClassName
{
border-color: #21808C;
}
</style>