Shades of Atoll #2B7275
Tints of Atoll #2B7275
RGB
CMYK
RGB Variations
Color information
#2B7275 (or 0x2B7275) is known color: Atoll. HEX triplet: 2B, 72 and 75. RGB value is (43,114,117). Sum of RGB (Red+Green+Blue) = 43+114+117=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B7275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7275 is #D48D8A. Grayscale: #5D5D5D. Windows color (decimal): -13929867 or 7696939. OLE color: 7696939.
HSL color Cylindrical-coordinate representation of color #2B7275: hue angle of 182.43º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7275 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 114 | 117 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.54 |
| HSL | 182.43º | 0.46% | 0.31% | - |
| HSV(B) | 182.43º | 0.63% | 0.46% | - |
| XYZ | 10.22 | 13.83 | 18.96 | - |
| YUV | 93.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 117 | 0.63 | 0.03 | 0 | 0.54 | 182.43 | 0.46 | 0.31 |
| Hex | 2B | 72 | 75 | 3F | 3 | 0 | 36 | B6 | 2E | 1F |
| Octal | 53 | 162 | 165 | 77 | 3 | 0 | 66 | 266 | 56 | 37 |
| Binary | 101011 | 1110010 | 1110101 | 111111 | 11 | 0 | 110110 | 10110110 | 101110 | 11111 |
Color Harmonies of #2B7275
Complementary color
Monochromatic Colors of #2B7275
Black with #2B7275
Text Example
Text Example
White with #2B7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7275; }
p { color: rgb(43,114,117); }
H1.HeaderClassName
{
color: #2B7275;
}
.AnyTagClassName
{
color: #2B7275;
}
</style>
background-color css
<style>
a { background-color: #2B7275; }
a { background-color: rgb(43,114,117); }
div.DivClassName
{
background-color: #2B7275;
}
.BgClassName
{
background-color: #2B7275;
}
</style>
border-color css
<style>
span { border-color: #2B7275; }
span { border-color: rgb(43,114,117); }
td.TdClassName
{
border-color: #2B7275;
}
.TagClassName
{
border-color: #2B7275;
}
</style>