Shades of Atoll #2B828D
Tints of Atoll #2B828D
RGB
CMYK
RGB Variations
Color information
#2B828D (or 0x2B828D) is known color: Atoll. HEX triplet: 2B, 82 and 8D. RGB value is (43,130,141). Sum of RGB (Red+Green+Blue) = 43+130+141=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B828D is #D47D72. Grayscale: #696969. Windows color (decimal): -13925747 or 9273899. OLE color: 9273899.
HSL color Cylindrical-coordinate representation of color #2B828D: hue angle of 186.73º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B828D is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 130 | 141 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.45 |
| HSL | 186.73º | 0.53% | 0.36% | - |
| HSV(B) | 186.73º | 0.7% | 0.55% | - |
| XYZ | 13.79 | 18.4 | 28.02 | - |
| YUV | 105.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 141 | 0.70 | 0.08 | 0 | 0.45 | 186.73 | 0.53 | 0.36 |
| Hex | 2B | 82 | 8D | 46 | 8 | 0 | 2D | BB | 35 | 24 |
| Octal | 53 | 202 | 215 | 106 | 10 | 0 | 55 | 273 | 65 | 44 |
| Binary | 101011 | 10000010 | 10001101 | 1000110 | 1000 | 0 | 101101 | 10111011 | 110101 | 100100 |
Color Harmonies of #2B828D
Complementary color
Monochromatic Colors of #2B828D
Black with #2B828D
Text Example
Text Example
White with #2B828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B828D; }
p { color: rgb(43,130,141); }
H1.HeaderClassName
{
color: #2B828D;
}
.AnyTagClassName
{
color: #2B828D;
}
</style>
background-color css
<style>
a { background-color: #2B828D; }
a { background-color: rgb(43,130,141); }
div.DivClassName
{
background-color: #2B828D;
}
.BgClassName
{
background-color: #2B828D;
}
</style>
border-color css
<style>
span { border-color: #2B828D; }
span { border-color: rgb(43,130,141); }
td.TdClassName
{
border-color: #2B828D;
}
.TagClassName
{
border-color: #2B828D;
}
</style>