Shades of Atoll #2E7682
Tints of Atoll #2E7682
RGB
CMYK
RGB Variations
Color information
#2E7682 (or 0x2E7682) is known color: Atoll. HEX triplet: 2E, 76 and 82. RGB value is (46,118,130). Sum of RGB (Red+Green+Blue) = 46+118+130=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E7682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7682 is #D1897D. Grayscale: #616161. Windows color (decimal): -13732222 or 8549934. OLE color: 8549934.
HSL color Cylindrical-coordinate representation of color #2E7682: hue angle of 188.57º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E7682 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 118 | 130 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.49 |
| HSL | 188.57º | 0.48% | 0.35% | - |
| HSV(B) | 188.57º | 0.65% | 0.51% | - |
| XYZ | 11.63 | 15.15 | 23.43 | - |
| YUV | 97.84 | 146.15 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 130 | 0.65 | 0.09 | 0 | 0.49 | 188.57 | 0.48 | 0.35 |
| Hex | 2E | 76 | 82 | 41 | 9 | 0 | 31 | BD | 30 | 23 |
| Octal | 56 | 166 | 202 | 101 | 11 | 0 | 61 | 275 | 60 | 43 |
| Binary | 101110 | 1110110 | 10000010 | 1000001 | 1001 | 0 | 110001 | 10111101 | 110000 | 100011 |
Color Harmonies of #2E7682
Complementary color
Monochromatic Colors of #2E7682
Black with #2E7682
Text Example
Text Example
White with #2E7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7682; }
p { color: rgb(46,118,130); }
H1.HeaderClassName
{
color: #2E7682;
}
.AnyTagClassName
{
color: #2E7682;
}
</style>
background-color css
<style>
a { background-color: #2E7682; }
a { background-color: rgb(46,118,130); }
div.DivClassName
{
background-color: #2E7682;
}
.BgClassName
{
background-color: #2E7682;
}
</style>
border-color css
<style>
span { border-color: #2E7682; }
span { border-color: rgb(46,118,130); }
td.TdClassName
{
border-color: #2E7682;
}
.TagClassName
{
border-color: #2E7682;
}
</style>