Shades of Atoll #2B6C71
Tints of Atoll #2B6C71
RGB
CMYK
RGB Variations
Color information
#2B6C71 (or 0x2B6C71) is known color: Atoll. HEX triplet: 2B, 6C and 71. RGB value is (43,108,113). Sum of RGB (Red+Green+Blue) = 43+108+113=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B6C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6C71 is #D4938E. Grayscale: #595959. Windows color (decimal): -13931407 or 7433259. OLE color: 7433259.
HSL color Cylindrical-coordinate representation of color #2B6C71: hue angle of 184.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B6C71 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 108 | 113 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.56 |
| HSL | 184.29º | 0.45% | 0.31% | - |
| HSV(B) | 184.29º | 0.62% | 0.44% | - |
| XYZ | 9.34 | 12.43 | 17.53 | - |
| YUV | 89.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 113 | 0.62 | 0.04 | 0 | 0.56 | 184.29 | 0.45 | 0.31 |
| Hex | 2B | 6C | 71 | 3E | 4 | 0 | 38 | B8 | 2D | 1F |
| Octal | 53 | 154 | 161 | 76 | 4 | 0 | 70 | 270 | 55 | 37 |
| Binary | 101011 | 1101100 | 1110001 | 111110 | 100 | 0 | 111000 | 10111000 | 101101 | 11111 |
Color Harmonies of #2B6C71
Complementary color
Monochromatic Colors of #2B6C71
Black with #2B6C71
Text Example
Text Example
White with #2B6C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6C71; }
p { color: rgb(43,108,113); }
H1.HeaderClassName
{
color: #2B6C71;
}
.AnyTagClassName
{
color: #2B6C71;
}
</style>
background-color css
<style>
a { background-color: #2B6C71; }
a { background-color: rgb(43,108,113); }
div.DivClassName
{
background-color: #2B6C71;
}
.BgClassName
{
background-color: #2B6C71;
}
</style>
border-color css
<style>
span { border-color: #2B6C71; }
span { border-color: rgb(43,108,113); }
td.TdClassName
{
border-color: #2B6C71;
}
.TagClassName
{
border-color: #2B6C71;
}
</style>