Shades of Atoll #21737B
Tints of Atoll #21737B
RGB
CMYK
RGB Variations
Color information
#21737B (or 0x21737B) is known color: Atoll. HEX triplet: 21, 73 and 7B. RGB value is (33,115,123). Sum of RGB (Red+Green+Blue) = 33+115+123=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #21737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21737B is #DE8C84. Grayscale: #5B5B5B. Windows color (decimal): -14584965 or 8090401. OLE color: 8090401.
HSL color Cylindrical-coordinate representation of color #21737B: hue angle of 185.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21737B is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 115 | 123 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.52 |
| HSL | 185.33º | 0.58% | 0.31% | - |
| HSV(B) | 185.33º | 0.73% | 0.48% | - |
| XYZ | 10.33 | 14.01 | 20.9 | - |
| YUV | 91.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 123 | 0.73 | 0.07 | 0 | 0.52 | 185.33 | 0.58 | 0.31 |
| Hex | 21 | 73 | 7B | 49 | 7 | 0 | 34 | B9 | 3A | 1F |
| Octal | 41 | 163 | 173 | 111 | 7 | 0 | 64 | 271 | 72 | 37 |
| Binary | 100001 | 1110011 | 1111011 | 1001001 | 111 | 0 | 110100 | 10111001 | 111010 | 11111 |
Color Harmonies of #21737B
Complementary color
Monochromatic Colors of #21737B
Black with #21737B
Text Example
Text Example
White with #21737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21737B; }
p { color: rgb(33,115,123); }
H1.HeaderClassName
{
color: #21737B;
}
.AnyTagClassName
{
color: #21737B;
}
</style>
background-color css
<style>
a { background-color: #21737B; }
a { background-color: rgb(33,115,123); }
div.DivClassName
{
background-color: #21737B;
}
.BgClassName
{
background-color: #21737B;
}
</style>
border-color css
<style>
span { border-color: #21737B; }
span { border-color: rgb(33,115,123); }
td.TdClassName
{
border-color: #21737B;
}
.TagClassName
{
border-color: #21737B;
}
</style>