Shades of Atoll #297E84
Tints of Atoll #297E84
RGB
CMYK
RGB Variations
Color information
#297E84 (or 0x297E84) is known color: Atoll. HEX triplet: 29, 7E and 84. RGB value is (41,126,132). Sum of RGB (Red+Green+Blue) = 41+126+132=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #297E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E84 is #D6817B. Grayscale: #656565. Windows color (decimal): -14057852 or 8683049. OLE color: 8683049.
HSL color Cylindrical-coordinate representation of color #297E84: hue angle of 183.96º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #297E84 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 126 | 132 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.48 |
| HSL | 183.96º | 0.53% | 0.34% | - |
| HSV(B) | 183.96º | 0.69% | 0.52% | - |
| XYZ | 12.54 | 17.06 | 24.46 | - |
| YUV | 101.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 132 | 0.69 | 0.05 | 0 | 0.48 | 183.96 | 0.53 | 0.34 |
| Hex | 29 | 7E | 84 | 45 | 5 | 0 | 30 | B8 | 35 | 22 |
| Octal | 51 | 176 | 204 | 105 | 5 | 0 | 60 | 270 | 65 | 42 |
| Binary | 101001 | 1111110 | 10000100 | 1000101 | 101 | 0 | 110000 | 10111000 | 110101 | 100010 |
Color Harmonies of #297E84
Complementary color
Monochromatic Colors of #297E84
Black with #297E84
Text Example
Text Example
White with #297E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E84; }
p { color: rgb(41,126,132); }
H1.HeaderClassName
{
color: #297E84;
}
.AnyTagClassName
{
color: #297E84;
}
</style>
background-color css
<style>
a { background-color: #297E84; }
a { background-color: rgb(41,126,132); }
div.DivClassName
{
background-color: #297E84;
}
.BgClassName
{
background-color: #297E84;
}
</style>
border-color css
<style>
span { border-color: #297E84; }
span { border-color: rgb(41,126,132); }
td.TdClassName
{
border-color: #297E84;
}
.TagClassName
{
border-color: #297E84;
}
</style>