Shades of Atoll #2E7E88
Tints of Atoll #2E7E88
RGB
CMYK
RGB Variations
Color information
#2E7E88 (or 0x2E7E88) is known color: Atoll. HEX triplet: 2E, 7E and 88. RGB value is (46,126,136). Sum of RGB (Red+Green+Blue) = 46+126+136=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E7E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7E88 is #D18177. Grayscale: #676767. Windows color (decimal): -13730168 or 8945198. OLE color: 8945198.
HSL color Cylindrical-coordinate representation of color #2E7E88: hue angle of 186.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E7E88 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 126 | 136 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.47 |
| HSL | 186.67º | 0.49% | 0.36% | - |
| HSV(B) | 186.67º | 0.66% | 0.53% | - |
| XYZ | 13.03 | 17.28 | 25.94 | - |
| YUV | 103.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 136 | 0.66 | 0.07 | 0 | 0.47 | 186.67 | 0.49 | 0.36 |
| Hex | 2E | 7E | 88 | 42 | 7 | 0 | 2F | BB | 31 | 24 |
| Octal | 56 | 176 | 210 | 102 | 7 | 0 | 57 | 273 | 61 | 44 |
| Binary | 101110 | 1111110 | 10001000 | 1000010 | 111 | 0 | 101111 | 10111011 | 110001 | 100100 |
Color Harmonies of #2E7E88
Complementary color
Monochromatic Colors of #2E7E88
Black with #2E7E88
Text Example
Text Example
White with #2E7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7E88; }
p { color: rgb(46,126,136); }
H1.HeaderClassName
{
color: #2E7E88;
}
.AnyTagClassName
{
color: #2E7E88;
}
</style>
background-color css
<style>
a { background-color: #2E7E88; }
a { background-color: rgb(46,126,136); }
div.DivClassName
{
background-color: #2E7E88;
}
.BgClassName
{
background-color: #2E7E88;
}
</style>
border-color css
<style>
span { border-color: #2E7E88; }
span { border-color: rgb(46,126,136); }
td.TdClassName
{
border-color: #2E7E88;
}
.TagClassName
{
border-color: #2E7E88;
}
</style>