Shades of Atoll #2E7275
Tints of Atoll #2E7275
RGB
CMYK
RGB Variations
Color information
#2E7275 (or 0x2E7275) is known color: Atoll. HEX triplet: 2E, 72 and 75. RGB value is (46,114,117). Sum of RGB (Red+Green+Blue) = 46+114+117=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E7275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7275 is #D18D8A. Grayscale: #5D5D5D. Windows color (decimal): -13733259 or 7696942. OLE color: 7696942.
HSL color Cylindrical-coordinate representation of color #2E7275: hue angle of 182.54º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7275 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 114 | 117 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.54 |
| HSL | 182.54º | 0.44% | 0.32% | - |
| HSV(B) | 182.54º | 0.61% | 0.46% | - |
| XYZ | 10.35 | 13.9 | 18.97 | - |
| YUV | 94.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 117 | 0.61 | 0.03 | 0 | 0.54 | 182.54 | 0.44 | 0.32 |
| Hex | 2E | 72 | 75 | 3D | 3 | 0 | 36 | B7 | 2C | 20 |
| Octal | 56 | 162 | 165 | 75 | 3 | 0 | 66 | 267 | 54 | 40 |
| Binary | 101110 | 1110010 | 1110101 | 111101 | 11 | 0 | 110110 | 10110111 | 101100 | 100000 |
Color Harmonies of #2E7275
Complementary color
Monochromatic Colors of #2E7275
Black with #2E7275
Text Example
Text Example
White with #2E7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7275; }
p { color: rgb(46,114,117); }
H1.HeaderClassName
{
color: #2E7275;
}
.AnyTagClassName
{
color: #2E7275;
}
</style>
background-color css
<style>
a { background-color: #2E7275; }
a { background-color: rgb(46,114,117); }
div.DivClassName
{
background-color: #2E7275;
}
.BgClassName
{
background-color: #2E7275;
}
</style>
border-color css
<style>
span { border-color: #2E7275; }
span { border-color: rgb(46,114,117); }
td.TdClassName
{
border-color: #2E7275;
}
.TagClassName
{
border-color: #2E7275;
}
</style>