Shades of Atoll #2C696A
Tints of Atoll #2C696A
RGB
CMYK
RGB Variations
Color information
#2C696A (or 0x2C696A) is known color: Atoll. HEX triplet: 2C, 69 and 6A. RGB value is (44,105,106). Sum of RGB (Red+Green+Blue) = 44+105+106=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C696A is #D39695. Grayscale: #565656. Windows color (decimal): -13866646 or 6973740. OLE color: 6973740.
HSL color Cylindrical-coordinate representation of color #2C696A: hue angle of 180.97º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C696A is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 105 | 106 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.58 |
| HSL | 180.97º | 0.41% | 0.29% | - |
| HSV(B) | 180.97º | 0.58% | 0.42% | - |
| XYZ | 8.69 | 11.68 | 15.43 | - |
| YUV | 86.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 106 | 0.58 | 0.01 | 0 | 0.58 | 180.97 | 0.41 | 0.29 |
| Hex | 2C | 69 | 6A | 3A | 1 | 0 | 3A | B5 | 29 | 1D |
| Octal | 54 | 151 | 152 | 72 | 1 | 0 | 72 | 265 | 51 | 35 |
| Binary | 101100 | 1101001 | 1101010 | 111010 | 1 | 0 | 111010 | 10110101 | 101001 | 11101 |
Color Harmonies of #2C696A
Complementary color
Monochromatic Colors of #2C696A
Black with #2C696A
Text Example
Text Example
White with #2C696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C696A; }
p { color: rgb(44,105,106); }
H1.HeaderClassName
{
color: #2C696A;
}
.AnyTagClassName
{
color: #2C696A;
}
</style>
background-color css
<style>
a { background-color: #2C696A; }
a { background-color: rgb(44,105,106); }
div.DivClassName
{
background-color: #2C696A;
}
.BgClassName
{
background-color: #2C696A;
}
</style>
border-color css
<style>
span { border-color: #2C696A; }
span { border-color: rgb(44,105,106); }
td.TdClassName
{
border-color: #2C696A;
}
.TagClassName
{
border-color: #2C696A;
}
</style>