Shades of Atoll #21767F
Tints of Atoll #21767F
RGB
CMYK
RGB Variations
Color information
#21767F (or 0x21767F) is known color: Atoll. HEX triplet: 21, 76 and 7F. RGB value is (33,118,127). Sum of RGB (Red+Green+Blue) = 33+118+127=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #21767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21767F is #DE8980. Grayscale: #5D5D5D. Windows color (decimal): -14584193 or 8353313. OLE color: 8353313.
HSL color Cylindrical-coordinate representation of color #21767F: hue angle of 185.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21767F is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 118 | 127 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.50 |
| HSL | 185.74º | 0.59% | 0.31% | - |
| HSV(B) | 185.74º | 0.74% | 0.5% | - |
| XYZ | 10.94 | 14.81 | 22.36 | - |
| YUV | 93.61 | 146.84 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 127 | 0.74 | 0.07 | 0 | 0.50 | 185.74 | 0.59 | 0.31 |
| Hex | 21 | 76 | 7F | 4A | 7 | 0 | 32 | BA | 3B | 1F |
| Octal | 41 | 166 | 177 | 112 | 7 | 0 | 62 | 272 | 73 | 37 |
| Binary | 100001 | 1110110 | 1111111 | 1001010 | 111 | 0 | 110010 | 10111010 | 111011 | 11111 |
Color Harmonies of #21767F
Complementary color
Monochromatic Colors of #21767F
Black with #21767F
Text Example
Text Example
White with #21767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21767F; }
p { color: rgb(33,118,127); }
H1.HeaderClassName
{
color: #21767F;
}
.AnyTagClassName
{
color: #21767F;
}
</style>
background-color css
<style>
a { background-color: #21767F; }
a { background-color: rgb(33,118,127); }
div.DivClassName
{
background-color: #21767F;
}
.BgClassName
{
background-color: #21767F;
}
</style>
border-color css
<style>
span { border-color: #21767F; }
span { border-color: rgb(33,118,127); }
td.TdClassName
{
border-color: #21767F;
}
.TagClassName
{
border-color: #21767F;
}
</style>