Shades of Atoll #297C88
Tints of Atoll #297C88
RGB
CMYK
RGB Variations
Color information
#297C88 (or 0x297C88) is known color: Atoll. HEX triplet: 29, 7C and 88. RGB value is (41,124,136). Sum of RGB (Red+Green+Blue) = 41+124+136=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #297C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C88 is #D68377. Grayscale: #646464. Windows color (decimal): -14058360 or 8944681. OLE color: 8944681.
HSL color Cylindrical-coordinate representation of color #297C88: hue angle of 187.58º 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 #297C88 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 124 | 136 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.47 |
| HSL | 187.58º | 0.54% | 0.35% | - |
| HSV(B) | 187.58º | 0.7% | 0.53% | - |
| XYZ | 12.57 | 16.66 | 25.85 | - |
| YUV | 100.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 136 | 0.70 | 0.09 | 0 | 0.47 | 187.58 | 0.54 | 0.35 |
| Hex | 29 | 7C | 88 | 46 | 9 | 0 | 2F | BC | 36 | 23 |
| Octal | 51 | 174 | 210 | 106 | 11 | 0 | 57 | 274 | 66 | 43 |
| Binary | 101001 | 1111100 | 10001000 | 1000110 | 1001 | 0 | 101111 | 10111100 | 110110 | 100011 |
Color Harmonies of #297C88
Complementary color
Monochromatic Colors of #297C88
Black with #297C88
Text Example
Text Example
White with #297C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C88; }
p { color: rgb(41,124,136); }
H1.HeaderClassName
{
color: #297C88;
}
.AnyTagClassName
{
color: #297C88;
}
</style>
background-color css
<style>
a { background-color: #297C88; }
a { background-color: rgb(41,124,136); }
div.DivClassName
{
background-color: #297C88;
}
.BgClassName
{
background-color: #297C88;
}
</style>
border-color css
<style>
span { border-color: #297C88; }
span { border-color: rgb(41,124,136); }
td.TdClassName
{
border-color: #297C88;
}
.TagClassName
{
border-color: #297C88;
}
</style>