Shades of Atoll #2B7F89
Tints of Atoll #2B7F89
RGB
CMYK
RGB Variations
Color information
#2B7F89 (or 0x2B7F89) is known color: Atoll. HEX triplet: 2B, 7F and 89. RGB value is (43,127,137). Sum of RGB (Red+Green+Blue) = 43+127+137=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B7F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7F89 is #D48076. Grayscale: #666666. Windows color (decimal): -13926519 or 9010987. OLE color: 9010987.
HSL color Cylindrical-coordinate representation of color #2B7F89: hue angle of 186.38º 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 #2B7F89 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 127 | 137 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.46 |
| HSL | 186.38º | 0.52% | 0.35% | - |
| HSV(B) | 186.38º | 0.69% | 0.54% | - |
| XYZ | 13.1 | 17.5 | 26.35 | - |
| YUV | 103.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 137 | 0.69 | 0.07 | 0 | 0.46 | 186.38 | 0.52 | 0.35 |
| Hex | 2B | 7F | 89 | 45 | 7 | 0 | 2E | BA | 34 | 23 |
| Octal | 53 | 177 | 211 | 105 | 7 | 0 | 56 | 272 | 64 | 43 |
| Binary | 101011 | 1111111 | 10001001 | 1000101 | 111 | 0 | 101110 | 10111010 | 110100 | 100011 |
Color Harmonies of #2B7F89
Complementary color
Monochromatic Colors of #2B7F89
Black with #2B7F89
Text Example
Text Example
White with #2B7F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7F89; }
p { color: rgb(43,127,137); }
H1.HeaderClassName
{
color: #2B7F89;
}
.AnyTagClassName
{
color: #2B7F89;
}
</style>
background-color css
<style>
a { background-color: #2B7F89; }
a { background-color: rgb(43,127,137); }
div.DivClassName
{
background-color: #2B7F89;
}
.BgClassName
{
background-color: #2B7F89;
}
</style>
border-color css
<style>
span { border-color: #2B7F89; }
span { border-color: rgb(43,127,137); }
td.TdClassName
{
border-color: #2B7F89;
}
.TagClassName
{
border-color: #2B7F89;
}
</style>