Shades of Atoll #2F696F
Tints of Atoll #2F696F
RGB
CMYK
RGB Variations
Color information
#2F696F (or 0x2F696F) is known color: Atoll. HEX triplet: 2F, 69 and 6F. RGB value is (47,105,111). Sum of RGB (Red+Green+Blue) = 47+105+111=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F696F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F696F is #D09690. Grayscale: #585858. Windows color (decimal): -13670033 or 7301423. OLE color: 7301423.
HSL color Cylindrical-coordinate representation of color #2F696F: hue angle of 185.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F696F is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 105 | 111 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.56 |
| HSL | 185.63º | 0.41% | 0.31% | - |
| HSV(B) | 185.63º | 0.58% | 0.44% | - |
| XYZ | 9.09 | 11.86 | 16.85 | - |
| YUV | 88.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 111 | 0.58 | 0.05 | 0 | 0.56 | 185.63 | 0.41 | 0.31 |
| Hex | 2F | 69 | 6F | 3A | 5 | 0 | 38 | BA | 29 | 1F |
| Octal | 57 | 151 | 157 | 72 | 5 | 0 | 70 | 272 | 51 | 37 |
| Binary | 101111 | 1101001 | 1101111 | 111010 | 101 | 0 | 111000 | 10111010 | 101001 | 11111 |
Color Harmonies of #2F696F
Complementary color
Monochromatic Colors of #2F696F
Black with #2F696F
Text Example
Text Example
White with #2F696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F696F; }
p { color: rgb(47,105,111); }
H1.HeaderClassName
{
color: #2F696F;
}
.AnyTagClassName
{
color: #2F696F;
}
</style>
background-color css
<style>
a { background-color: #2F696F; }
a { background-color: rgb(47,105,111); }
div.DivClassName
{
background-color: #2F696F;
}
.BgClassName
{
background-color: #2F696F;
}
</style>
border-color css
<style>
span { border-color: #2F696F; }
span { border-color: rgb(47,105,111); }
td.TdClassName
{
border-color: #2F696F;
}
.TagClassName
{
border-color: #2F696F;
}
</style>