Shades of Atoll #297E89
Tints of Atoll #297E89
RGB
CMYK
RGB Variations
Color information
#297E89 (or 0x297E89) is known color: Atoll. HEX triplet: 29, 7E and 89. RGB value is (41,126,137). Sum of RGB (Red+Green+Blue) = 41+126+137=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #297E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E89 is #D68176. Grayscale: #656565. Windows color (decimal): -14057847 or 9010729. OLE color: 9010729.
HSL color Cylindrical-coordinate representation of color #297E89: hue angle of 186.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #297E89 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 126 | 137 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.46 |
| HSL | 186.88º | 0.54% | 0.35% | - |
| HSV(B) | 186.88º | 0.7% | 0.54% | - |
| XYZ | 12.89 | 17.2 | 26.31 | - |
| YUV | 101.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 137 | 0.70 | 0.08 | 0 | 0.46 | 186.88 | 0.54 | 0.35 |
| Hex | 29 | 7E | 89 | 46 | 8 | 0 | 2E | BB | 36 | 23 |
| Octal | 51 | 176 | 211 | 106 | 10 | 0 | 56 | 273 | 66 | 43 |
| Binary | 101001 | 1111110 | 10001001 | 1000110 | 1000 | 0 | 101110 | 10111011 | 110110 | 100011 |
Color Harmonies of #297E89
Complementary color
Monochromatic Colors of #297E89
Black with #297E89
Text Example
Text Example
White with #297E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E89; }
p { color: rgb(41,126,137); }
H1.HeaderClassName
{
color: #297E89;
}
.AnyTagClassName
{
color: #297E89;
}
</style>
background-color css
<style>
a { background-color: #297E89; }
a { background-color: rgb(41,126,137); }
div.DivClassName
{
background-color: #297E89;
}
.BgClassName
{
background-color: #297E89;
}
</style>
border-color css
<style>
span { border-color: #297E89; }
span { border-color: rgb(41,126,137); }
td.TdClassName
{
border-color: #297E89;
}
.TagClassName
{
border-color: #297E89;
}
</style>