Shades of Atoll #2E717B
Tints of Atoll #2E717B
RGB
CMYK
RGB Variations
Color information
#2E717B (or 0x2E717B) is known color: Atoll. HEX triplet: 2E, 71 and 7B. RGB value is (46,113,123). Sum of RGB (Red+Green+Blue) = 46+113+123=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E717B is #D18E84. Grayscale: #5E5E5E. Windows color (decimal): -13733509 or 8089902. OLE color: 8089902.
HSL color Cylindrical-coordinate representation of color #2E717B: hue angle of 187.79º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E717B is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 113 | 123 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.52 |
| HSL | 187.79º | 0.46% | 0.33% | - |
| HSV(B) | 187.79º | 0.63% | 0.48% | - |
| XYZ | 10.61 | 13.82 | 20.85 | - |
| YUV | 94.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 123 | 0.63 | 0.08 | 0 | 0.52 | 187.79 | 0.46 | 0.33 |
| Hex | 2E | 71 | 7B | 3F | 8 | 0 | 34 | BC | 2E | 21 |
| Octal | 56 | 161 | 173 | 77 | 10 | 0 | 64 | 274 | 56 | 41 |
| Binary | 101110 | 1110001 | 1111011 | 111111 | 1000 | 0 | 110100 | 10111100 | 101110 | 100001 |
Color Harmonies of #2E717B
Complementary color
Monochromatic Colors of #2E717B
Black with #2E717B
Text Example
Text Example
White with #2E717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E717B; }
p { color: rgb(46,113,123); }
H1.HeaderClassName
{
color: #2E717B;
}
.AnyTagClassName
{
color: #2E717B;
}
</style>
background-color css
<style>
a { background-color: #2E717B; }
a { background-color: rgb(46,113,123); }
div.DivClassName
{
background-color: #2E717B;
}
.BgClassName
{
background-color: #2E717B;
}
</style>
border-color css
<style>
span { border-color: #2E717B; }
span { border-color: rgb(46,113,123); }
td.TdClassName
{
border-color: #2E717B;
}
.TagClassName
{
border-color: #2E717B;
}
</style>