Shades of Atoll #2E858B
Tints of Atoll #2E858B
RGB
CMYK
RGB Variations
Color information
#2E858B (or 0x2E858B) is known color: Atoll. HEX triplet: 2E, 85 and 8B. RGB value is (46,133,139). Sum of RGB (Red+Green+Blue) = 46+133+139=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E858B is #D17A74. Grayscale: #6B6B6B. Windows color (decimal): -13728373 or 9143598. OLE color: 9143598.
HSL color Cylindrical-coordinate representation of color #2E858B: hue angle of 183.87º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E858B is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 133 | 139 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.45 |
| HSL | 183.87º | 0.5% | 0.36% | - |
| HSV(B) | 183.87º | 0.67% | 0.55% | - |
| XYZ | 14.17 | 19.22 | 27.39 | - |
| YUV | 107.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 139 | 0.67 | 0.04 | 0 | 0.45 | 183.87 | 0.5 | 0.36 |
| Hex | 2E | 85 | 8B | 43 | 4 | 0 | 2D | B8 | 32 | 24 |
| Octal | 56 | 205 | 213 | 103 | 4 | 0 | 55 | 270 | 62 | 44 |
| Binary | 101110 | 10000101 | 10001011 | 1000011 | 100 | 0 | 101101 | 10111000 | 110010 | 100100 |
Color Harmonies of #2E858B
Complementary color
Monochromatic Colors of #2E858B
Black with #2E858B
Text Example
Text Example
White with #2E858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E858B; }
p { color: rgb(46,133,139); }
H1.HeaderClassName
{
color: #2E858B;
}
.AnyTagClassName
{
color: #2E858B;
}
</style>
background-color css
<style>
a { background-color: #2E858B; }
a { background-color: rgb(46,133,139); }
div.DivClassName
{
background-color: #2E858B;
}
.BgClassName
{
background-color: #2E858B;
}
</style>
border-color css
<style>
span { border-color: #2E858B; }
span { border-color: rgb(46,133,139); }
td.TdClassName
{
border-color: #2E858B;
}
.TagClassName
{
border-color: #2E858B;
}
</style>