Shades of Atoll #297B86
Tints of Atoll #297B86
RGB
CMYK
RGB Variations
Color information
#297B86 (or 0x297B86) is known color: Atoll. HEX triplet: 29, 7B and 86. RGB value is (41,123,134). Sum of RGB (Red+Green+Blue) = 41+123+134=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #297B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B86 is #D68479. Grayscale: #636363. Windows color (decimal): -14058618 or 8813353. OLE color: 8813353.
HSL color Cylindrical-coordinate representation of color #297B86: hue angle of 187.1º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #297B86 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 123 | 134 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.47 |
| HSL | 187.1º | 0.53% | 0.34% | - |
| HSV(B) | 187.1º | 0.69% | 0.53% | - |
| XYZ | 12.3 | 16.36 | 25.06 | - |
| YUV | 99.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 134 | 0.69 | 0.08 | 0 | 0.47 | 187.1 | 0.53 | 0.34 |
| Hex | 29 | 7B | 86 | 45 | 8 | 0 | 2F | BB | 35 | 22 |
| Octal | 51 | 173 | 206 | 105 | 10 | 0 | 57 | 273 | 65 | 42 |
| Binary | 101001 | 1111011 | 10000110 | 1000101 | 1000 | 0 | 101111 | 10111011 | 110101 | 100010 |
Color Harmonies of #297B86
Complementary color
Monochromatic Colors of #297B86
Black with #297B86
Text Example
Text Example
White with #297B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B86; }
p { color: rgb(41,123,134); }
H1.HeaderClassName
{
color: #297B86;
}
.AnyTagClassName
{
color: #297B86;
}
</style>
background-color css
<style>
a { background-color: #297B86; }
a { background-color: rgb(41,123,134); }
div.DivClassName
{
background-color: #297B86;
}
.BgClassName
{
background-color: #297B86;
}
</style>
border-color css
<style>
span { border-color: #297B86; }
span { border-color: rgb(41,123,134); }
td.TdClassName
{
border-color: #297B86;
}
.TagClassName
{
border-color: #297B86;
}
</style>