Shades of Atoll #2A717A
Tints of Atoll #2A717A
RGB
CMYK
RGB Variations
Color information
#2A717A (or 0x2A717A) is known color: Atoll. HEX triplet: 2A, 71 and 7A. RGB value is (42,113,122). Sum of RGB (Red+Green+Blue) = 42+113+122=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A717A is #D58E85. Grayscale: #5C5C5C. Windows color (decimal): -13995654 or 8024362. OLE color: 8024362.
HSL color Cylindrical-coordinate representation of color #2A717A: hue angle of 186.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A717A is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 113 | 122 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.52 |
| HSL | 186.75º | 0.49% | 0.32% | - |
| HSV(B) | 186.75º | 0.66% | 0.48% | - |
| XYZ | 10.37 | 13.71 | 20.51 | - |
| YUV | 92.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 122 | 0.66 | 0.07 | 0 | 0.52 | 186.75 | 0.49 | 0.32 |
| Hex | 2A | 71 | 7A | 42 | 7 | 0 | 34 | BB | 31 | 20 |
| Octal | 52 | 161 | 172 | 102 | 7 | 0 | 64 | 273 | 61 | 40 |
| Binary | 101010 | 1110001 | 1111010 | 1000010 | 111 | 0 | 110100 | 10111011 | 110001 | 100000 |
Color Harmonies of #2A717A
Complementary color
Monochromatic Colors of #2A717A
Black with #2A717A
Text Example
Text Example
White with #2A717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A717A; }
p { color: rgb(42,113,122); }
H1.HeaderClassName
{
color: #2A717A;
}
.AnyTagClassName
{
color: #2A717A;
}
</style>
background-color css
<style>
a { background-color: #2A717A; }
a { background-color: rgb(42,113,122); }
div.DivClassName
{
background-color: #2A717A;
}
.BgClassName
{
background-color: #2A717A;
}
</style>
border-color css
<style>
span { border-color: #2A717A; }
span { border-color: rgb(42,113,122); }
td.TdClassName
{
border-color: #2A717A;
}
.TagClassName
{
border-color: #2A717A;
}
</style>