Shades of Atoll #297B89
Tints of Atoll #297B89
RGB
CMYK
RGB Variations
Color information
#297B89 (or 0x297B89) is known color: Atoll. HEX triplet: 29, 7B and 89. RGB value is (41,123,137). Sum of RGB (Red+Green+Blue) = 41+123+137=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #297B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B89 is #D68476. Grayscale: #636363. Windows color (decimal): -14058615 or 9009961. OLE color: 9009961.
HSL color Cylindrical-coordinate representation of color #297B89: hue angle of 188.75º 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 #297B89 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 123 | 137 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.46 |
| HSL | 188.75º | 0.54% | 0.35% | - |
| HSV(B) | 188.75º | 0.7% | 0.54% | - |
| XYZ | 12.51 | 16.44 | 26.18 | - |
| YUV | 100.08 | 148.83 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 137 | 0.70 | 0.10 | 0 | 0.46 | 188.75 | 0.54 | 0.35 |
| Hex | 29 | 7B | 89 | 46 | A | 0 | 2E | BD | 36 | 23 |
| Octal | 51 | 173 | 211 | 106 | 12 | 0 | 56 | 275 | 66 | 43 |
| Binary | 101001 | 1111011 | 10001001 | 1000110 | 1010 | 0 | 101110 | 10111101 | 110110 | 100011 |
Color Harmonies of #297B89
Complementary color
Monochromatic Colors of #297B89
Black with #297B89
Text Example
Text Example
White with #297B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B89; }
p { color: rgb(41,123,137); }
H1.HeaderClassName
{
color: #297B89;
}
.AnyTagClassName
{
color: #297B89;
}
</style>
background-color css
<style>
a { background-color: #297B89; }
a { background-color: rgb(41,123,137); }
div.DivClassName
{
background-color: #297B89;
}
.BgClassName
{
background-color: #297B89;
}
</style>
border-color css
<style>
span { border-color: #297B89; }
span { border-color: rgb(41,123,137); }
td.TdClassName
{
border-color: #297B89;
}
.TagClassName
{
border-color: #297B89;
}
</style>