Shades of Atoll #2E707C
Tints of Atoll #2E707C
RGB
CMYK
RGB Variations
Color information
#2E707C (or 0x2E707C) is known color: Atoll. HEX triplet: 2E, 70 and 7C. RGB value is (46,112,124). Sum of RGB (Red+Green+Blue) = 46+112+124=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E707C is #D18F83. Grayscale: #5D5D5D. Windows color (decimal): -13733764 or 8155182. OLE color: 8155182.
HSL color Cylindrical-coordinate representation of color #2E707C: hue angle of 189.23º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E707C is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 112 | 124 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.51 |
| HSL | 189.23º | 0.46% | 0.33% | - |
| HSV(B) | 189.23º | 0.63% | 0.49% | - |
| XYZ | 10.56 | 13.62 | 21.14 | - |
| YUV | 93.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 124 | 0.63 | 0.10 | 0 | 0.51 | 189.23 | 0.46 | 0.33 |
| Hex | 2E | 70 | 7C | 3F | A | 0 | 33 | BD | 2E | 21 |
| Octal | 56 | 160 | 174 | 77 | 12 | 0 | 63 | 275 | 56 | 41 |
| Binary | 101110 | 1110000 | 1111100 | 111111 | 1010 | 0 | 110011 | 10111101 | 101110 | 100001 |
Color Harmonies of #2E707C
Complementary color
Monochromatic Colors of #2E707C
Black with #2E707C
Text Example
Text Example
White with #2E707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E707C; }
p { color: rgb(46,112,124); }
H1.HeaderClassName
{
color: #2E707C;
}
.AnyTagClassName
{
color: #2E707C;
}
</style>
background-color css
<style>
a { background-color: #2E707C; }
a { background-color: rgb(46,112,124); }
div.DivClassName
{
background-color: #2E707C;
}
.BgClassName
{
background-color: #2E707C;
}
</style>
border-color css
<style>
span { border-color: #2E707C; }
span { border-color: rgb(46,112,124); }
td.TdClassName
{
border-color: #2E707C;
}
.TagClassName
{
border-color: #2E707C;
}
</style>