Shades of Atoll #2E797D
Tints of Atoll #2E797D
RGB
CMYK
RGB Variations
Color information
#2E797D (or 0x2E797D) is known color: Atoll. HEX triplet: 2E, 79 and 7D. RGB value is (46,121,125). Sum of RGB (Red+Green+Blue) = 46+121+125=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E797D is #D18682. Grayscale: #626262. Windows color (decimal): -13731459 or 8223022. OLE color: 8223022.
HSL color Cylindrical-coordinate representation of color #2E797D: hue angle of 183.04º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E797D is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 121 | 125 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.51 |
| HSL | 183.04º | 0.46% | 0.34% | - |
| HSV(B) | 183.04º | 0.63% | 0.49% | - |
| XYZ | 11.67 | 15.74 | 21.82 | - |
| YUV | 99.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 125 | 0.63 | 0.03 | 0 | 0.51 | 183.04 | 0.46 | 0.34 |
| Hex | 2E | 79 | 7D | 3F | 3 | 0 | 33 | B7 | 2E | 22 |
| Octal | 56 | 171 | 175 | 77 | 3 | 0 | 63 | 267 | 56 | 42 |
| Binary | 101110 | 1111001 | 1111101 | 111111 | 11 | 0 | 110011 | 10110111 | 101110 | 100010 |
Color Harmonies of #2E797D
Complementary color
Monochromatic Colors of #2E797D
Black with #2E797D
Text Example
Text Example
White with #2E797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E797D; }
p { color: rgb(46,121,125); }
H1.HeaderClassName
{
color: #2E797D;
}
.AnyTagClassName
{
color: #2E797D;
}
</style>
background-color css
<style>
a { background-color: #2E797D; }
a { background-color: rgb(46,121,125); }
div.DivClassName
{
background-color: #2E797D;
}
.BgClassName
{
background-color: #2E797D;
}
</style>
border-color css
<style>
span { border-color: #2E797D; }
span { border-color: rgb(46,121,125); }
td.TdClassName
{
border-color: #2E797D;
}
.TagClassName
{
border-color: #2E797D;
}
</style>