Shades of Atoll #2F6669
Tints of Atoll #2F6669
RGB
CMYK
RGB Variations
Color information
#2F6669 (or 0x2F6669) is known color: Atoll. HEX triplet: 2F, 66 and 69. RGB value is (47,102,105). Sum of RGB (Red+Green+Blue) = 47+102+105=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F6669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6669 is #D09996. Grayscale: #555555. Windows color (decimal): -13670807 or 6907439. OLE color: 6907439.
HSL color Cylindrical-coordinate representation of color #2F6669: hue angle of 183.1º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6669 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 102 | 105 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.59 |
| HSL | 183.1º | 0.38% | 0.3% | - |
| HSV(B) | 183.1º | 0.55% | 0.41% | - |
| XYZ | 8.47 | 11.13 | 15.07 | - |
| YUV | 85.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 105 | 0.55 | 0.03 | 0 | 0.59 | 183.1 | 0.38 | 0.3 |
| Hex | 2F | 66 | 69 | 37 | 3 | 0 | 3B | B7 | 26 | 1E |
| Octal | 57 | 146 | 151 | 67 | 3 | 0 | 73 | 267 | 46 | 36 |
| Binary | 101111 | 1100110 | 1101001 | 110111 | 11 | 0 | 111011 | 10110111 | 100110 | 11110 |
Color Harmonies of #2F6669
Complementary color
Monochromatic Colors of #2F6669
Black with #2F6669
Text Example
Text Example
White with #2F6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6669; }
p { color: rgb(47,102,105); }
H1.HeaderClassName
{
color: #2F6669;
}
.AnyTagClassName
{
color: #2F6669;
}
</style>
background-color css
<style>
a { background-color: #2F6669; }
a { background-color: rgb(47,102,105); }
div.DivClassName
{
background-color: #2F6669;
}
.BgClassName
{
background-color: #2F6669;
}
</style>
border-color css
<style>
span { border-color: #2F6669; }
span { border-color: rgb(47,102,105); }
td.TdClassName
{
border-color: #2F6669;
}
.TagClassName
{
border-color: #2F6669;
}
</style>