Shades of Atoll #2E6B74
Tints of Atoll #2E6B74
RGB
CMYK
RGB Variations
Color information
#2E6B74 (or 0x2E6B74) is known color: Atoll. HEX triplet: 2E, 6B and 74. RGB value is (46,107,116). Sum of RGB (Red+Green+Blue) = 46+107+116=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E6B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B74 is #D1948B. Grayscale: #595959. Windows color (decimal): -13735052 or 7629614. OLE color: 7629614.
HSL color Cylindrical-coordinate representation of color #2E6B74: hue angle of 187.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6B74 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 107 | 116 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.55 |
| HSL | 187.71º | 0.43% | 0.32% | - |
| HSV(B) | 187.71º | 0.6% | 0.45% | - |
| XYZ | 9.54 | 12.36 | 18.41 | - |
| YUV | 89.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 116 | 0.60 | 0.08 | 0 | 0.55 | 187.71 | 0.43 | 0.32 |
| Hex | 2E | 6B | 74 | 3C | 8 | 0 | 37 | BC | 2B | 20 |
| Octal | 56 | 153 | 164 | 74 | 10 | 0 | 67 | 274 | 53 | 40 |
| Binary | 101110 | 1101011 | 1110100 | 111100 | 1000 | 0 | 110111 | 10111100 | 101011 | 100000 |
Color Harmonies of #2E6B74
Complementary color
Monochromatic Colors of #2E6B74
Black with #2E6B74
Text Example
Text Example
White with #2E6B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B74; }
p { color: rgb(46,107,116); }
H1.HeaderClassName
{
color: #2E6B74;
}
.AnyTagClassName
{
color: #2E6B74;
}
</style>
background-color css
<style>
a { background-color: #2E6B74; }
a { background-color: rgb(46,107,116); }
div.DivClassName
{
background-color: #2E6B74;
}
.BgClassName
{
background-color: #2E6B74;
}
</style>
border-color css
<style>
span { border-color: #2E6B74; }
span { border-color: rgb(46,107,116); }
td.TdClassName
{
border-color: #2E6B74;
}
.TagClassName
{
border-color: #2E6B74;
}
</style>