Shades of Atoll #2B7476
Tints of Atoll #2B7476
RGB
CMYK
RGB Variations
Color information
#2B7476 (or 0x2B7476) is known color: Atoll. HEX triplet: 2B, 74 and 76. RGB value is (43,116,118). Sum of RGB (Red+Green+Blue) = 43+116+118=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B7476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7476 is #D48B89. Grayscale: #5E5E5E. Windows color (decimal): -13929354 or 7762987. OLE color: 7762987.
HSL color Cylindrical-coordinate representation of color #2B7476: hue angle of 181.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7476 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 116 | 118 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.54 |
| HSL | 181.6º | 0.47% | 0.32% | - |
| HSV(B) | 181.6º | 0.64% | 0.46% | - |
| XYZ | 10.51 | 14.31 | 19.35 | - |
| YUV | 94.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 118 | 0.64 | 0.02 | 0 | 0.54 | 181.6 | 0.47 | 0.32 |
| Hex | 2B | 74 | 76 | 40 | 2 | 0 | 36 | B6 | 2F | 20 |
| Octal | 53 | 164 | 166 | 100 | 2 | 0 | 66 | 266 | 57 | 40 |
| Binary | 101011 | 1110100 | 1110110 | 1000000 | 10 | 0 | 110110 | 10110110 | 101111 | 100000 |
Color Harmonies of #2B7476
Complementary color
Monochromatic Colors of #2B7476
Black with #2B7476
Text Example
Text Example
White with #2B7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7476; }
p { color: rgb(43,116,118); }
H1.HeaderClassName
{
color: #2B7476;
}
.AnyTagClassName
{
color: #2B7476;
}
</style>
background-color css
<style>
a { background-color: #2B7476; }
a { background-color: rgb(43,116,118); }
div.DivClassName
{
background-color: #2B7476;
}
.BgClassName
{
background-color: #2B7476;
}
</style>
border-color css
<style>
span { border-color: #2B7476; }
span { border-color: rgb(43,116,118); }
td.TdClassName
{
border-color: #2B7476;
}
.TagClassName
{
border-color: #2B7476;
}
</style>