Shades of Atoll #297D88
Tints of Atoll #297D88
RGB
CMYK
RGB Variations
Color information
#297D88 (or 0x297D88) is known color: Atoll. HEX triplet: 29, 7D and 88. RGB value is (41,125,136). Sum of RGB (Red+Green+Blue) = 41+125+136=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #297D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297D88 is #D68277. Grayscale: #656565. Windows color (decimal): -14058104 or 8944937. OLE color: 8944937.
HSL color Cylindrical-coordinate representation of color #297D88: hue angle of 186.95º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #297D88 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 125 | 136 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.47 |
| HSL | 186.95º | 0.54% | 0.35% | - |
| HSV(B) | 186.95º | 0.7% | 0.53% | - |
| XYZ | 12.69 | 16.92 | 25.89 | - |
| YUV | 101.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 136 | 0.70 | 0.08 | 0 | 0.47 | 186.95 | 0.54 | 0.35 |
| Hex | 29 | 7D | 88 | 46 | 8 | 0 | 2F | BB | 36 | 23 |
| Octal | 51 | 175 | 210 | 106 | 10 | 0 | 57 | 273 | 66 | 43 |
| Binary | 101001 | 1111101 | 10001000 | 1000110 | 1000 | 0 | 101111 | 10111011 | 110110 | 100011 |
Color Harmonies of #297D88
Complementary color
Monochromatic Colors of #297D88
Black with #297D88
Text Example
Text Example
White with #297D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D88; }
p { color: rgb(41,125,136); }
H1.HeaderClassName
{
color: #297D88;
}
.AnyTagClassName
{
color: #297D88;
}
</style>
background-color css
<style>
a { background-color: #297D88; }
a { background-color: rgb(41,125,136); }
div.DivClassName
{
background-color: #297D88;
}
.BgClassName
{
background-color: #297D88;
}
</style>
border-color css
<style>
span { border-color: #297D88; }
span { border-color: rgb(41,125,136); }
td.TdClassName
{
border-color: #297D88;
}
.TagClassName
{
border-color: #297D88;
}
</style>