Shades of Atoll #2C6C6E
Tints of Atoll #2C6C6E
RGB
CMYK
RGB Variations
Color information
#2C6C6E (or 0x2C6C6E) is known color: Atoll. HEX triplet: 2C, 6C and 6E. RGB value is (44,108,110). Sum of RGB (Red+Green+Blue) = 44+108+110=262 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.79% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C6C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6C6E is #D39391. Grayscale: #595959. Windows color (decimal): -13865874 or 7236652. OLE color: 7236652.
HSL color Cylindrical-coordinate representation of color #2C6C6E: hue angle of 181.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6C6E is Cyan = 0.6, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 108 | 110 | - |
| CMYK | 0.6 | 0.02 | 0 | 0.57 |
| HSL | 181.82º | 0.43% | 0.3% | - |
| HSV(B) | 181.82º | 0.6% | 0.43% | - |
| XYZ | 9.22 | 12.39 | 16.66 | - |
| YUV | 89.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 108 | 110 | 0.6 | 0.02 | 0 | 0.57 | 181.82 | 0.43 | 0.3 |
| Hex | 2C | 6C | 6E | 3C | 2 | 0 | 39 | B6 | 2B | 1E |
| Octal | 54 | 154 | 156 | 74 | 2 | 0 | 71 | 266 | 53 | 36 |
| Binary | 101100 | 1101100 | 1101110 | 111100 | 10 | 0 | 111001 | 10110110 | 101011 | 11110 |
Color Harmonies of #2C6C6E
Complementary color
Monochromatic Colors of #2C6C6E
Black with #2C6C6E
Text Example
Text Example
White with #2C6C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6C6E; }
p { color: rgb(44,108,110); }
H1.HeaderClassName
{
color: #2C6C6E;
}
.AnyTagClassName
{
color: #2C6C6E;
}
</style>
background-color css
<style>
a { background-color: #2C6C6E; }
a { background-color: rgb(44,108,110); }
div.DivClassName
{
background-color: #2C6C6E;
}
.BgClassName
{
background-color: #2C6C6E;
}
</style>
border-color css
<style>
span { border-color: #2C6C6E; }
span { border-color: rgb(44,108,110); }
td.TdClassName
{
border-color: #2C6C6E;
}
.TagClassName
{
border-color: #2C6C6E;
}
</style>