Shades of Atoll #2A7477
Tints of Atoll #2A7477
RGB
CMYK
RGB Variations
Color information
#2A7477 (or 0x2A7477) is known color: Atoll. HEX triplet: 2A, 74 and 77. RGB value is (42,116,119). Sum of RGB (Red+Green+Blue) = 42+116+119=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A7477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7477 is #D58B88. Grayscale: #5E5E5E. Windows color (decimal): -13994889 or 7828522. OLE color: 7828522.
HSL color Cylindrical-coordinate representation of color #2A7477: hue angle of 182.34º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7477 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 116 | 119 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.53 |
| HSL | 182.34º | 0.48% | 0.32% | - |
| HSV(B) | 182.34º | 0.65% | 0.47% | - |
| XYZ | 10.53 | 14.31 | 19.66 | - |
| YUV | 94.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 119 | 0.65 | 0.03 | 0 | 0.53 | 182.34 | 0.48 | 0.32 |
| Hex | 2A | 74 | 77 | 41 | 3 | 0 | 35 | B6 | 30 | 20 |
| Octal | 52 | 164 | 167 | 101 | 3 | 0 | 65 | 266 | 60 | 40 |
| Binary | 101010 | 1110100 | 1110111 | 1000001 | 11 | 0 | 110101 | 10110110 | 110000 | 100000 |
Color Harmonies of #2A7477
Complementary color
Monochromatic Colors of #2A7477
Black with #2A7477
Text Example
Text Example
White with #2A7477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7477; }
p { color: rgb(42,116,119); }
H1.HeaderClassName
{
color: #2A7477;
}
.AnyTagClassName
{
color: #2A7477;
}
</style>
background-color css
<style>
a { background-color: #2A7477; }
a { background-color: rgb(42,116,119); }
div.DivClassName
{
background-color: #2A7477;
}
.BgClassName
{
background-color: #2A7477;
}
</style>
border-color css
<style>
span { border-color: #2A7477; }
span { border-color: rgb(42,116,119); }
td.TdClassName
{
border-color: #2A7477;
}
.TagClassName
{
border-color: #2A7477;
}
</style>