Shades of Atoll #21858A
Tints of Atoll #21858A
RGB
CMYK
RGB Variations
Color information
#21858A (or 0x21858A) is known color: Atoll. HEX triplet: 21, 85 and 8A. RGB value is (33,133,138). Sum of RGB (Red+Green+Blue) = 33+133+138=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #21858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21858A is #DE7A75. Grayscale: #676767. Windows color (decimal): -14580342 or 9078049. OLE color: 9078049.
HSL color Cylindrical-coordinate representation of color #21858A: hue angle of 182.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21858A is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 133 | 138 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.46 |
| HSL | 182.86º | 0.61% | 0.34% | - |
| HSV(B) | 182.86º | 0.76% | 0.54% | - |
| XYZ | 13.6 | 18.93 | 26.98 | - |
| YUV | 103.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 138 | 0.76 | 0.04 | 0 | 0.46 | 182.86 | 0.61 | 0.34 |
| Hex | 21 | 85 | 8A | 4C | 4 | 0 | 2E | B7 | 3D | 22 |
| Octal | 41 | 205 | 212 | 114 | 4 | 0 | 56 | 267 | 75 | 42 |
| Binary | 100001 | 10000101 | 10001010 | 1001100 | 100 | 0 | 101110 | 10110111 | 111101 | 100010 |
Color Harmonies of #21858A
Complementary color
Monochromatic Colors of #21858A
Black with #21858A
Text Example
Text Example
White with #21858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21858A; }
p { color: rgb(33,133,138); }
H1.HeaderClassName
{
color: #21858A;
}
.AnyTagClassName
{
color: #21858A;
}
</style>
background-color css
<style>
a { background-color: #21858A; }
a { background-color: rgb(33,133,138); }
div.DivClassName
{
background-color: #21858A;
}
.BgClassName
{
background-color: #21858A;
}
</style>
border-color css
<style>
span { border-color: #21858A; }
span { border-color: rgb(33,133,138); }
td.TdClassName
{
border-color: #21858A;
}
.TagClassName
{
border-color: #21858A;
}
</style>