Shades of Atoll #2C7078
Tints of Atoll #2C7078
RGB
CMYK
RGB Variations
Color information
#2C7078 (or 0x2C7078) is known color: Atoll. HEX triplet: 2C, 70 and 78. RGB value is (44,112,120). Sum of RGB (Red+Green+Blue) = 44+112+120=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C7078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7078 is #D38F87. Grayscale: #5C5C5C. Windows color (decimal): -13864840 or 7893036. OLE color: 7893036.
HSL color Cylindrical-coordinate representation of color #2C7078: hue angle of 186.32º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7078 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 112 | 120 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.53 |
| HSL | 186.32º | 0.46% | 0.32% | - |
| HSV(B) | 186.32º | 0.63% | 0.47% | - |
| XYZ | 10.22 | 13.48 | 19.83 | - |
| YUV | 92.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 120 | 0.63 | 0.07 | 0 | 0.53 | 186.32 | 0.46 | 0.32 |
| Hex | 2C | 70 | 78 | 3F | 7 | 0 | 35 | BA | 2E | 20 |
| Octal | 54 | 160 | 170 | 77 | 7 | 0 | 65 | 272 | 56 | 40 |
| Binary | 101100 | 1110000 | 1111000 | 111111 | 111 | 0 | 110101 | 10111010 | 101110 | 100000 |
Color Harmonies of #2C7078
Complementary color
Monochromatic Colors of #2C7078
Black with #2C7078
Text Example
Text Example
White with #2C7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7078; }
p { color: rgb(44,112,120); }
H1.HeaderClassName
{
color: #2C7078;
}
.AnyTagClassName
{
color: #2C7078;
}
</style>
background-color css
<style>
a { background-color: #2C7078; }
a { background-color: rgb(44,112,120); }
div.DivClassName
{
background-color: #2C7078;
}
.BgClassName
{
background-color: #2C7078;
}
</style>
border-color css
<style>
span { border-color: #2C7078; }
span { border-color: rgb(44,112,120); }
td.TdClassName
{
border-color: #2C7078;
}
.TagClassName
{
border-color: #2C7078;
}
</style>