Shades of Atoll #2B7D8A
Tints of Atoll #2B7D8A
RGB
CMYK
RGB Variations
Color information
#2B7D8A (or 0x2B7D8A) is known color: Atoll. HEX triplet: 2B, 7D and 8A. RGB value is (43,125,138). Sum of RGB (Red+Green+Blue) = 43+125+138=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B7D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7D8A is #D48275. Grayscale: #656565. Windows color (decimal): -13927030 or 9076011. OLE color: 9076011.
HSL color Cylindrical-coordinate representation of color #2B7D8A: hue angle of 188.21º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B7D8A is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 125 | 138 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.46 |
| HSL | 188.21º | 0.52% | 0.35% | - |
| HSV(B) | 188.21º | 0.69% | 0.54% | - |
| XYZ | 12.92 | 17.02 | 26.65 | - |
| YUV | 101.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 138 | 0.69 | 0.09 | 0 | 0.46 | 188.21 | 0.52 | 0.35 |
| Hex | 2B | 7D | 8A | 45 | 9 | 0 | 2E | BC | 34 | 23 |
| Octal | 53 | 175 | 212 | 105 | 11 | 0 | 56 | 274 | 64 | 43 |
| Binary | 101011 | 1111101 | 10001010 | 1000101 | 1001 | 0 | 101110 | 10111100 | 110100 | 100011 |
Color Harmonies of #2B7D8A
Complementary color
Monochromatic Colors of #2B7D8A
Black with #2B7D8A
Text Example
Text Example
White with #2B7D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D8A; }
p { color: rgb(43,125,138); }
H1.HeaderClassName
{
color: #2B7D8A;
}
.AnyTagClassName
{
color: #2B7D8A;
}
</style>
background-color css
<style>
a { background-color: #2B7D8A; }
a { background-color: rgb(43,125,138); }
div.DivClassName
{
background-color: #2B7D8A;
}
.BgClassName
{
background-color: #2B7D8A;
}
</style>
border-color css
<style>
span { border-color: #2B7D8A; }
span { border-color: rgb(43,125,138); }
td.TdClassName
{
border-color: #2B7D8A;
}
.TagClassName
{
border-color: #2B7D8A;
}
</style>