Shades of Atoll #2E6F71
Tints of Atoll #2E6F71
RGB
CMYK
RGB Variations
Color information
#2E6F71 (or 0x2E6F71) is known color: Atoll. HEX triplet: 2E, 6F and 71. RGB value is (46,111,113). Sum of RGB (Red+Green+Blue) = 46+111+113=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E6F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6F71 is #D1908E. Grayscale: #5B5B5B. Windows color (decimal): -13734031 or 7434030. OLE color: 7434030.
HSL color Cylindrical-coordinate representation of color #2E6F71: hue angle of 181.79º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6F71 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 111 | 113 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.56 |
| HSL | 181.79º | 0.42% | 0.31% | - |
| HSV(B) | 181.79º | 0.59% | 0.44% | - |
| XYZ | 9.79 | 13.14 | 17.64 | - |
| YUV | 91.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 113 | 0.59 | 0.02 | 0 | 0.56 | 181.79 | 0.42 | 0.31 |
| Hex | 2E | 6F | 71 | 3B | 2 | 0 | 38 | B6 | 2A | 1F |
| Octal | 56 | 157 | 161 | 73 | 2 | 0 | 70 | 266 | 52 | 37 |
| Binary | 101110 | 1101111 | 1110001 | 111011 | 10 | 0 | 111000 | 10110110 | 101010 | 11111 |
Color Harmonies of #2E6F71
Complementary color
Monochromatic Colors of #2E6F71
Black with #2E6F71
Text Example
Text Example
White with #2E6F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6F71; }
p { color: rgb(46,111,113); }
H1.HeaderClassName
{
color: #2E6F71;
}
.AnyTagClassName
{
color: #2E6F71;
}
</style>
background-color css
<style>
a { background-color: #2E6F71; }
a { background-color: rgb(46,111,113); }
div.DivClassName
{
background-color: #2E6F71;
}
.BgClassName
{
background-color: #2E6F71;
}
</style>
border-color css
<style>
span { border-color: #2E6F71; }
span { border-color: rgb(46,111,113); }
td.TdClassName
{
border-color: #2E6F71;
}
.TagClassName
{
border-color: #2E6F71;
}
</style>