Shades of Atoll #2D8789
Tints of Atoll #2D8789
RGB
CMYK
RGB Variations
Color information
#2D8789 (or 0x2D8789) is known color: Atoll. HEX triplet: 2D, 87 and 89. RGB value is (45,135,137). Sum of RGB (Red+Green+Blue) = 45+135+137=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D8789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8789 is #D27876. Grayscale: #6C6C6C. Windows color (decimal): -13793399 or 9013037. OLE color: 9013037.
HSL color Cylindrical-coordinate representation of color #2D8789: hue angle of 181.3º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8789 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 135 | 137 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.46 |
| HSL | 181.3º | 0.51% | 0.36% | - |
| HSV(B) | 181.3º | 0.67% | 0.54% | - |
| XYZ | 14.26 | 19.69 | 26.72 | - |
| YUV | 108.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 137 | 0.67 | 0.01 | 0 | 0.46 | 181.3 | 0.51 | 0.36 |
| Hex | 2D | 87 | 89 | 43 | 1 | 0 | 2E | B5 | 33 | 24 |
| Octal | 55 | 207 | 211 | 103 | 1 | 0 | 56 | 265 | 63 | 44 |
| Binary | 101101 | 10000111 | 10001001 | 1000011 | 1 | 0 | 101110 | 10110101 | 110011 | 100100 |
Color Harmonies of #2D8789
Complementary color
Monochromatic Colors of #2D8789
Black with #2D8789
Text Example
Text Example
White with #2D8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8789; }
p { color: rgb(45,135,137); }
H1.HeaderClassName
{
color: #2D8789;
}
.AnyTagClassName
{
color: #2D8789;
}
</style>
background-color css
<style>
a { background-color: #2D8789; }
a { background-color: rgb(45,135,137); }
div.DivClassName
{
background-color: #2D8789;
}
.BgClassName
{
background-color: #2D8789;
}
</style>
border-color css
<style>
span { border-color: #2D8789; }
span { border-color: rgb(45,135,137); }
td.TdClassName
{
border-color: #2D8789;
}
.TagClassName
{
border-color: #2D8789;
}
</style>