Shades of Atoll #2E696D
Tints of Atoll #2E696D
RGB
CMYK
RGB Variations
Color information
#2E696D (or 0x2E696D) is known color: Atoll. HEX triplet: 2E, 69 and 6D. RGB value is (46,105,109). Sum of RGB (Red+Green+Blue) = 46+105+109=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E696D is #D19692. Grayscale: #575757. Windows color (decimal): -13735571 or 7170350. OLE color: 7170350.
HSL color Cylindrical-coordinate representation of color #2E696D: hue angle of 183.81º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E696D is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 105 | 109 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.57 |
| HSL | 183.81º | 0.41% | 0.3% | - |
| HSV(B) | 183.81º | 0.58% | 0.43% | - |
| XYZ | 8.94 | 11.79 | 16.27 | - |
| YUV | 87.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 109 | 0.58 | 0.04 | 0 | 0.57 | 183.81 | 0.41 | 0.3 |
| Hex | 2E | 69 | 6D | 3A | 4 | 0 | 39 | B8 | 29 | 1E |
| Octal | 56 | 151 | 155 | 72 | 4 | 0 | 71 | 270 | 51 | 36 |
| Binary | 101110 | 1101001 | 1101101 | 111010 | 100 | 0 | 111001 | 10111000 | 101001 | 11110 |
Color Harmonies of #2E696D
Complementary color
Monochromatic Colors of #2E696D
Black with #2E696D
Text Example
Text Example
White with #2E696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E696D; }
p { color: rgb(46,105,109); }
H1.HeaderClassName
{
color: #2E696D;
}
.AnyTagClassName
{
color: #2E696D;
}
</style>
background-color css
<style>
a { background-color: #2E696D; }
a { background-color: rgb(46,105,109); }
div.DivClassName
{
background-color: #2E696D;
}
.BgClassName
{
background-color: #2E696D;
}
</style>
border-color css
<style>
span { border-color: #2E696D; }
span { border-color: rgb(46,105,109); }
td.TdClassName
{
border-color: #2E696D;
}
.TagClassName
{
border-color: #2E696D;
}
</style>