Shades of Atoll #2B7778
Tints of Atoll #2B7778
RGB
CMYK
RGB Variations
Color information
#2B7778 (or 0x2B7778) is known color: Atoll. HEX triplet: 2B, 77 and 78. RGB value is (43,119,120). Sum of RGB (Red+Green+Blue) = 43+119+120=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B7778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7778 is #D48887. Grayscale: #606060. Windows color (decimal): -13928584 or 7894827. OLE color: 7894827.
HSL color Cylindrical-coordinate representation of color #2B7778: hue angle of 180.78º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B7778 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 119 | 120 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.53 |
| HSL | 180.78º | 0.47% | 0.32% | - |
| HSV(B) | 180.78º | 0.64% | 0.47% | - |
| XYZ | 10.98 | 15.06 | 20.1 | - |
| YUV | 96.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 120 | 0.64 | 0.01 | 0 | 0.53 | 180.78 | 0.47 | 0.32 |
| Hex | 2B | 77 | 78 | 40 | 1 | 0 | 35 | B5 | 2F | 20 |
| Octal | 53 | 167 | 170 | 100 | 1 | 0 | 65 | 265 | 57 | 40 |
| Binary | 101011 | 1110111 | 1111000 | 1000000 | 1 | 0 | 110101 | 10110101 | 101111 | 100000 |
Color Harmonies of #2B7778
Complementary color
Monochromatic Colors of #2B7778
Black with #2B7778
Text Example
Text Example
White with #2B7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7778; }
p { color: rgb(43,119,120); }
H1.HeaderClassName
{
color: #2B7778;
}
.AnyTagClassName
{
color: #2B7778;
}
</style>
background-color css
<style>
a { background-color: #2B7778; }
a { background-color: rgb(43,119,120); }
div.DivClassName
{
background-color: #2B7778;
}
.BgClassName
{
background-color: #2B7778;
}
</style>
border-color css
<style>
span { border-color: #2B7778; }
span { border-color: rgb(43,119,120); }
td.TdClassName
{
border-color: #2B7778;
}
.TagClassName
{
border-color: #2B7778;
}
</style>