Shades of Atoll #2E7077
Tints of Atoll #2E7077
RGB
CMYK
RGB Variations
Color information
#2E7077 (or 0x2E7077) is known color: Atoll. HEX triplet: 2E, 70 and 77. RGB value is (46,112,119). Sum of RGB (Red+Green+Blue) = 46+112+119=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 112 (44.14% from 255 or 40.43% 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 #2E7077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7077 is #D18F88. Grayscale: #5C5C5C. Windows color (decimal): -13733769 or 7827502. OLE color: 7827502.
HSL color Cylindrical-coordinate representation of color #2E7077: hue angle of 185.75º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7077 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 112 | 119 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.53 |
| HSL | 185.75º | 0.44% | 0.32% | - |
| HSV(B) | 185.75º | 0.61% | 0.47% | - |
| XYZ | 10.25 | 13.5 | 19.52 | - |
| YUV | 93.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 119 | 0.61 | 0.06 | 0 | 0.53 | 185.75 | 0.44 | 0.32 |
| Hex | 2E | 70 | 77 | 3D | 6 | 0 | 35 | BA | 2C | 20 |
| Octal | 56 | 160 | 167 | 75 | 6 | 0 | 65 | 272 | 54 | 40 |
| Binary | 101110 | 1110000 | 1110111 | 111101 | 110 | 0 | 110101 | 10111010 | 101100 | 100000 |
Color Harmonies of #2E7077
Complementary color
Monochromatic Colors of #2E7077
Black with #2E7077
Text Example
Text Example
White with #2E7077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7077; }
p { color: rgb(46,112,119); }
H1.HeaderClassName
{
color: #2E7077;
}
.AnyTagClassName
{
color: #2E7077;
}
</style>
background-color css
<style>
a { background-color: #2E7077; }
a { background-color: rgb(46,112,119); }
div.DivClassName
{
background-color: #2E7077;
}
.BgClassName
{
background-color: #2E7077;
}
</style>
border-color css
<style>
span { border-color: #2E7077; }
span { border-color: rgb(46,112,119); }
td.TdClassName
{
border-color: #2E7077;
}
.TagClassName
{
border-color: #2E7077;
}
</style>