Shades of Atoll #2E717F
Tints of Atoll #2E717F
RGB
CMYK
RGB Variations
Color information
#2E717F (or 0x2E717F) is known color: Atoll. HEX triplet: 2E, 71 and 7F. RGB value is (46,113,127). Sum of RGB (Red+Green+Blue) = 46+113+127=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E717F is #D18E80. Grayscale: #5E5E5E. Windows color (decimal): -13733505 or 8352046. OLE color: 8352046.
HSL color Cylindrical-coordinate representation of color #2E717F: hue angle of 190.37º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E717F is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 113 | 127 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.50 |
| HSL | 190.37º | 0.47% | 0.34% | - |
| HSV(B) | 190.37º | 0.64% | 0.5% | - |
| XYZ | 10.86 | 13.92 | 22.19 | - |
| YUV | 94.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 127 | 0.64 | 0.11 | 0 | 0.50 | 190.37 | 0.47 | 0.34 |
| Hex | 2E | 71 | 7F | 40 | B | 0 | 32 | BE | 2F | 22 |
| Octal | 56 | 161 | 177 | 100 | 13 | 0 | 62 | 276 | 57 | 42 |
| Binary | 101110 | 1110001 | 1111111 | 1000000 | 1011 | 0 | 110010 | 10111110 | 101111 | 100010 |
Color Harmonies of #2E717F
Complementary color
Monochromatic Colors of #2E717F
Black with #2E717F
Text Example
Text Example
White with #2E717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E717F; }
p { color: rgb(46,113,127); }
H1.HeaderClassName
{
color: #2E717F;
}
.AnyTagClassName
{
color: #2E717F;
}
</style>
background-color css
<style>
a { background-color: #2E717F; }
a { background-color: rgb(46,113,127); }
div.DivClassName
{
background-color: #2E717F;
}
.BgClassName
{
background-color: #2E717F;
}
</style>
border-color css
<style>
span { border-color: #2E717F; }
span { border-color: rgb(46,113,127); }
td.TdClassName
{
border-color: #2E717F;
}
.TagClassName
{
border-color: #2E717F;
}
</style>