Shades of Atoll #2E707B
Tints of Atoll #2E707B
RGB
CMYK
RGB Variations
Color information
#2E707B (or 0x2E707B) is known color: Atoll. HEX triplet: 2E, 70 and 7B. RGB value is (46,112,123). Sum of RGB (Red+Green+Blue) = 46+112+123=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E707B is #D18F84. Grayscale: #5D5D5D. Windows color (decimal): -13733765 or 8089646. OLE color: 8089646.
HSL color Cylindrical-coordinate representation of color #2E707B: hue angle of 188.57º 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 #2E707B is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 112 | 123 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.52 |
| HSL | 188.57º | 0.46% | 0.33% | - |
| HSV(B) | 188.57º | 0.63% | 0.48% | - |
| XYZ | 10.5 | 13.6 | 20.81 | - |
| YUV | 93.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 123 | 0.63 | 0.09 | 0 | 0.52 | 188.57 | 0.46 | 0.33 |
| Hex | 2E | 70 | 7B | 3F | 9 | 0 | 34 | BD | 2E | 21 |
| Octal | 56 | 160 | 173 | 77 | 11 | 0 | 64 | 275 | 56 | 41 |
| Binary | 101110 | 1110000 | 1111011 | 111111 | 1001 | 0 | 110100 | 10111101 | 101110 | 100001 |
Color Harmonies of #2E707B
Complementary color
Monochromatic Colors of #2E707B
Black with #2E707B
Text Example
Text Example
White with #2E707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E707B; }
p { color: rgb(46,112,123); }
H1.HeaderClassName
{
color: #2E707B;
}
.AnyTagClassName
{
color: #2E707B;
}
</style>
background-color css
<style>
a { background-color: #2E707B; }
a { background-color: rgb(46,112,123); }
div.DivClassName
{
background-color: #2E707B;
}
.BgClassName
{
background-color: #2E707B;
}
</style>
border-color css
<style>
span { border-color: #2E707B; }
span { border-color: rgb(46,112,123); }
td.TdClassName
{
border-color: #2E707B;
}
.TagClassName
{
border-color: #2E707B;
}
</style>