Shades of Atoll #2E7578
Tints of Atoll #2E7578
RGB
CMYK
RGB Variations
Color information
#2E7578 (or 0x2E7578) is known color: Atoll. HEX triplet: 2E, 75 and 78. RGB value is (46,117,120). Sum of RGB (Red+Green+Blue) = 46+117+120=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E7578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7578 is #D18A87. Grayscale: #606060. Windows color (decimal): -13732488 or 7894318. OLE color: 7894318.
HSL color Cylindrical-coordinate representation of color #2E7578: hue angle of 182.43º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7578 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 117 | 120 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.53 |
| HSL | 182.43º | 0.45% | 0.33% | - |
| HSV(B) | 182.43º | 0.62% | 0.47% | - |
| XYZ | 10.88 | 14.66 | 20.03 | - |
| YUV | 96.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 120 | 0.62 | 0.02 | 0 | 0.53 | 182.43 | 0.45 | 0.33 |
| Hex | 2E | 75 | 78 | 3E | 2 | 0 | 35 | B6 | 2D | 21 |
| Octal | 56 | 165 | 170 | 76 | 2 | 0 | 65 | 266 | 55 | 41 |
| Binary | 101110 | 1110101 | 1111000 | 111110 | 10 | 0 | 110101 | 10110110 | 101101 | 100001 |
Color Harmonies of #2E7578
Complementary color
Monochromatic Colors of #2E7578
Black with #2E7578
Text Example
Text Example
White with #2E7578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7578; }
p { color: rgb(46,117,120); }
H1.HeaderClassName
{
color: #2E7578;
}
.AnyTagClassName
{
color: #2E7578;
}
</style>
background-color css
<style>
a { background-color: #2E7578; }
a { background-color: rgb(46,117,120); }
div.DivClassName
{
background-color: #2E7578;
}
.BgClassName
{
background-color: #2E7578;
}
</style>
border-color css
<style>
span { border-color: #2E7578; }
span { border-color: rgb(46,117,120); }
td.TdClassName
{
border-color: #2E7578;
}
.TagClassName
{
border-color: #2E7578;
}
</style>