Shades of Atoll #2A777B
Tints of Atoll #2A777B
RGB
CMYK
RGB Variations
Color information
#2A777B (or 0x2A777B) is known color: Atoll. HEX triplet: 2A, 77 and 7B. RGB value is (42,119,123). Sum of RGB (Red+Green+Blue) = 42+119+123=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A777B is #D58884. Grayscale: #606060. Windows color (decimal): -13994117 or 8091434. OLE color: 8091434.
HSL color Cylindrical-coordinate representation of color #2A777B: hue angle of 182.96º 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 #2A777B is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 119 | 123 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.52 |
| HSL | 182.96º | 0.49% | 0.32% | - |
| HSV(B) | 182.96º | 0.66% | 0.48% | - |
| XYZ | 11.13 | 15.12 | 21.07 | - |
| YUV | 96.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 119 | 123 | 0.66 | 0.03 | 0 | 0.52 | 182.96 | 0.49 | 0.32 |
| Hex | 2A | 77 | 7B | 42 | 3 | 0 | 34 | B7 | 31 | 20 |
| Octal | 52 | 167 | 173 | 102 | 3 | 0 | 64 | 267 | 61 | 40 |
| Binary | 101010 | 1110111 | 1111011 | 1000010 | 11 | 0 | 110100 | 10110111 | 110001 | 100000 |
Color Harmonies of #2A777B
Complementary color
Monochromatic Colors of #2A777B
Black with #2A777B
Text Example
Text Example
White with #2A777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A777B; }
p { color: rgb(42,119,123); }
H1.HeaderClassName
{
color: #2A777B;
}
.AnyTagClassName
{
color: #2A777B;
}
</style>
background-color css
<style>
a { background-color: #2A777B; }
a { background-color: rgb(42,119,123); }
div.DivClassName
{
background-color: #2A777B;
}
.BgClassName
{
background-color: #2A777B;
}
</style>
border-color css
<style>
span { border-color: #2A777B; }
span { border-color: rgb(42,119,123); }
td.TdClassName
{
border-color: #2A777B;
}
.TagClassName
{
border-color: #2A777B;
}
</style>