Shades of Atoll #297A8A
Tints of Atoll #297A8A
RGB
CMYK
RGB Variations
Color information
#297A8A (or 0x297A8A) is known color: Atoll. HEX triplet: 29, 7A and 8A. RGB value is (41,122,138). Sum of RGB (Red+Green+Blue) = 41+122+138=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #297A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A8A is #D68575. Grayscale: #636363. Windows color (decimal): -14058870 or 9075241. OLE color: 9075241.
HSL color Cylindrical-coordinate representation of color #297A8A: hue angle of 189.9º 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 #297A8A is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 122 | 138 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.46 |
| HSL | 189.9º | 0.54% | 0.35% | - |
| HSV(B) | 189.9º | 0.7% | 0.54% | - |
| XYZ | 12.46 | 16.23 | 26.52 | - |
| YUV | 99.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 138 | 0.70 | 0.12 | 0 | 0.46 | 189.9 | 0.54 | 0.35 |
| Hex | 29 | 7A | 8A | 46 | C | 0 | 2E | BE | 36 | 23 |
| Octal | 51 | 172 | 212 | 106 | 14 | 0 | 56 | 276 | 66 | 43 |
| Binary | 101001 | 1111010 | 10001010 | 1000110 | 1100 | 0 | 101110 | 10111110 | 110110 | 100011 |
Color Harmonies of #297A8A
Complementary color
Monochromatic Colors of #297A8A
Black with #297A8A
Text Example
Text Example
White with #297A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297A8A; }
p { color: rgb(41,122,138); }
H1.HeaderClassName
{
color: #297A8A;
}
.AnyTagClassName
{
color: #297A8A;
}
</style>
background-color css
<style>
a { background-color: #297A8A; }
a { background-color: rgb(41,122,138); }
div.DivClassName
{
background-color: #297A8A;
}
.BgClassName
{
background-color: #297A8A;
}
</style>
border-color css
<style>
span { border-color: #297A8A; }
span { border-color: rgb(41,122,138); }
td.TdClassName
{
border-color: #297A8A;
}
.TagClassName
{
border-color: #297A8A;
}
</style>