Shades of Atoll #2B686B
Tints of Atoll #2B686B
RGB
CMYK
RGB Variations
Color information
#2B686B (or 0x2B686B) is known color: Atoll. HEX triplet: 2B, 68 and 6B. RGB value is (43,104,107). Sum of RGB (Red+Green+Blue) = 43+104+107=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B686B is #D49794. Grayscale: #565656. Windows color (decimal): -13932437 or 7039019. OLE color: 7039019.
HSL color Cylindrical-coordinate representation of color #2B686B: hue angle of 182.81º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B686B is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 104 | 107 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.58 |
| HSL | 182.81º | 0.43% | 0.29% | - |
| HSV(B) | 182.81º | 0.6% | 0.42% | - |
| XYZ | 8.6 | 11.48 | 15.67 | - |
| YUV | 86.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 107 | 0.60 | 0.03 | 0 | 0.58 | 182.81 | 0.43 | 0.29 |
| Hex | 2B | 68 | 6B | 3C | 3 | 0 | 3A | B7 | 2B | 1D |
| Octal | 53 | 150 | 153 | 74 | 3 | 0 | 72 | 267 | 53 | 35 |
| Binary | 101011 | 1101000 | 1101011 | 111100 | 11 | 0 | 111010 | 10110111 | 101011 | 11101 |
Color Harmonies of #2B686B
Complementary color
Monochromatic Colors of #2B686B
Black with #2B686B
Text Example
Text Example
White with #2B686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B686B; }
p { color: rgb(43,104,107); }
H1.HeaderClassName
{
color: #2B686B;
}
.AnyTagClassName
{
color: #2B686B;
}
</style>
background-color css
<style>
a { background-color: #2B686B; }
a { background-color: rgb(43,104,107); }
div.DivClassName
{
background-color: #2B686B;
}
.BgClassName
{
background-color: #2B686B;
}
</style>
border-color css
<style>
span { border-color: #2B686B; }
span { border-color: rgb(43,104,107); }
td.TdClassName
{
border-color: #2B686B;
}
.TagClassName
{
border-color: #2B686B;
}
</style>