Shades of Atoll #2C666A
Tints of Atoll #2C666A
RGB
CMYK
RGB Variations
Color information
#2C666A (or 0x2C666A) is known color: Atoll. HEX triplet: 2C, 66 and 6A. RGB value is (44,102,106). Sum of RGB (Red+Green+Blue) = 44+102+106=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C666A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C666A is #D39995. Grayscale: #555555. Windows color (decimal): -13867414 or 6972972. OLE color: 6972972.
HSL color Cylindrical-coordinate representation of color #2C666A: hue angle of 183.87º 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 #2C666A is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 102 | 106 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.58 |
| HSL | 183.87º | 0.41% | 0.29% | - |
| HSV(B) | 183.87º | 0.58% | 0.42% | - |
| XYZ | 8.39 | 11.08 | 15.33 | - |
| YUV | 85.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 106 | 0.58 | 0.04 | 0 | 0.58 | 183.87 | 0.41 | 0.29 |
| Hex | 2C | 66 | 6A | 3A | 4 | 0 | 3A | B8 | 29 | 1D |
| Octal | 54 | 146 | 152 | 72 | 4 | 0 | 72 | 270 | 51 | 35 |
| Binary | 101100 | 1100110 | 1101010 | 111010 | 100 | 0 | 111010 | 10111000 | 101001 | 11101 |
Color Harmonies of #2C666A
Complementary color
Monochromatic Colors of #2C666A
Black with #2C666A
Text Example
Text Example
White with #2C666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C666A; }
p { color: rgb(44,102,106); }
H1.HeaderClassName
{
color: #2C666A;
}
.AnyTagClassName
{
color: #2C666A;
}
</style>
background-color css
<style>
a { background-color: #2C666A; }
a { background-color: rgb(44,102,106); }
div.DivClassName
{
background-color: #2C666A;
}
.BgClassName
{
background-color: #2C666A;
}
</style>
border-color css
<style>
span { border-color: #2C666A; }
span { border-color: rgb(44,102,106); }
td.TdClassName
{
border-color: #2C666A;
}
.TagClassName
{
border-color: #2C666A;
}
</style>