Shades of Atoll #2B7B89
Tints of Atoll #2B7B89
RGB
CMYK
RGB Variations
Color information
#2B7B89 (or 0x2B7B89) is known color: Atoll. HEX triplet: 2B, 7B and 89. RGB value is (43,123,137). Sum of RGB (Red+Green+Blue) = 43+123+137=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B7B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7B89 is #D48476. Grayscale: #646464. Windows color (decimal): -13927543 or 9009963. OLE color: 9009963.
HSL color Cylindrical-coordinate representation of color #2B7B89: hue angle of 188.94º 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 #2B7B89 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 123 | 137 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.46 |
| HSL | 188.94º | 0.52% | 0.35% | - |
| HSV(B) | 188.94º | 0.69% | 0.54% | - |
| XYZ | 12.59 | 16.49 | 26.19 | - |
| YUV | 100.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 137 | 0.69 | 0.10 | 0 | 0.46 | 188.94 | 0.52 | 0.35 |
| Hex | 2B | 7B | 89 | 45 | A | 0 | 2E | BD | 34 | 23 |
| Octal | 53 | 173 | 211 | 105 | 12 | 0 | 56 | 275 | 64 | 43 |
| Binary | 101011 | 1111011 | 10001001 | 1000101 | 1010 | 0 | 101110 | 10111101 | 110100 | 100011 |
Color Harmonies of #2B7B89
Complementary color
Monochromatic Colors of #2B7B89
Black with #2B7B89
Text Example
Text Example
White with #2B7B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7B89; }
p { color: rgb(43,123,137); }
H1.HeaderClassName
{
color: #2B7B89;
}
.AnyTagClassName
{
color: #2B7B89;
}
</style>
background-color css
<style>
a { background-color: #2B7B89; }
a { background-color: rgb(43,123,137); }
div.DivClassName
{
background-color: #2B7B89;
}
.BgClassName
{
background-color: #2B7B89;
}
</style>
border-color css
<style>
span { border-color: #2B7B89; }
span { border-color: rgb(43,123,137); }
td.TdClassName
{
border-color: #2B7B89;
}
.TagClassName
{
border-color: #2B7B89;
}
</style>