Shades of Atoll #2B7D8C
Tints of Atoll #2B7D8C
RGB
CMYK
RGB Variations
Color information
#2B7D8C (or 0x2B7D8C) is known color: Atoll. HEX triplet: 2B, 7D and 8C. RGB value is (43,125,140). Sum of RGB (Red+Green+Blue) = 43+125+140=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B7D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7D8C is #D48273. Grayscale: #666666. Windows color (decimal): -13927028 or 9207083. OLE color: 9207083.
HSL color Cylindrical-coordinate representation of color #2B7D8C: hue angle of 189.28º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B7D8C is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 125 | 140 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.45 |
| HSL | 189.28º | 0.53% | 0.36% | - |
| HSV(B) | 189.28º | 0.69% | 0.55% | - |
| XYZ | 13.06 | 17.07 | 27.42 | - |
| YUV | 102.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 125 | 140 | 0.69 | 0.11 | 0 | 0.45 | 189.28 | 0.53 | 0.36 |
| Hex | 2B | 7D | 8C | 45 | B | 0 | 2D | BD | 35 | 24 |
| Octal | 53 | 175 | 214 | 105 | 13 | 0 | 55 | 275 | 65 | 44 |
| Binary | 101011 | 1111101 | 10001100 | 1000101 | 1011 | 0 | 101101 | 10111101 | 110101 | 100100 |
Color Harmonies of #2B7D8C
Complementary color
Monochromatic Colors of #2B7D8C
Black with #2B7D8C
Text Example
Text Example
White with #2B7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7D8C; }
p { color: rgb(43,125,140); }
H1.HeaderClassName
{
color: #2B7D8C;
}
.AnyTagClassName
{
color: #2B7D8C;
}
</style>
background-color css
<style>
a { background-color: #2B7D8C; }
a { background-color: rgb(43,125,140); }
div.DivClassName
{
background-color: #2B7D8C;
}
.BgClassName
{
background-color: #2B7D8C;
}
</style>
border-color css
<style>
span { border-color: #2B7D8C; }
span { border-color: rgb(43,125,140); }
td.TdClassName
{
border-color: #2B7D8C;
}
.TagClassName
{
border-color: #2B7D8C;
}
</style>