Shades of Atoll #2E707D
Tints of Atoll #2E707D
RGB
CMYK
RGB Variations
Color information
#2E707D (or 0x2E707D) is known color: Atoll. HEX triplet: 2E, 70 and 7D. RGB value is (46,112,125). Sum of RGB (Red+Green+Blue) = 46+112+125=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E707D is #D18F82. Grayscale: #5D5D5D. Windows color (decimal): -13733763 or 8220718. OLE color: 8220718.
HSL color Cylindrical-coordinate representation of color #2E707D: hue angle of 189.87º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E707D is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 112 | 125 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.51 |
| HSL | 189.87º | 0.46% | 0.34% | - |
| HSV(B) | 189.87º | 0.63% | 0.49% | - |
| XYZ | 10.62 | 13.65 | 21.48 | - |
| YUV | 93.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 125 | 0.63 | 0.10 | 0 | 0.51 | 189.87 | 0.46 | 0.34 |
| Hex | 2E | 70 | 7D | 3F | A | 0 | 33 | BE | 2E | 22 |
| Octal | 56 | 160 | 175 | 77 | 12 | 0 | 63 | 276 | 56 | 42 |
| Binary | 101110 | 1110000 | 1111101 | 111111 | 1010 | 0 | 110011 | 10111110 | 101110 | 100010 |
Color Harmonies of #2E707D
Complementary color
Monochromatic Colors of #2E707D
Black with #2E707D
Text Example
Text Example
White with #2E707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E707D; }
p { color: rgb(46,112,125); }
H1.HeaderClassName
{
color: #2E707D;
}
.AnyTagClassName
{
color: #2E707D;
}
</style>
background-color css
<style>
a { background-color: #2E707D; }
a { background-color: rgb(46,112,125); }
div.DivClassName
{
background-color: #2E707D;
}
.BgClassName
{
background-color: #2E707D;
}
</style>
border-color css
<style>
span { border-color: #2E707D; }
span { border-color: rgb(46,112,125); }
td.TdClassName
{
border-color: #2E707D;
}
.TagClassName
{
border-color: #2E707D;
}
</style>