Shades of Atoll #297F8A
Tints of Atoll #297F8A
RGB
CMYK
RGB Variations
Color information
#297F8A (or 0x297F8A) is known color: Atoll. HEX triplet: 29, 7F and 8A. RGB value is (41,127,138). Sum of RGB (Red+Green+Blue) = 41+127+138=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #297F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297F8A is #D68075. Grayscale: #666666. Windows color (decimal): -14057590 or 9076521. OLE color: 9076521.
HSL color Cylindrical-coordinate representation of color #297F8A: hue angle of 186.8º 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 #297F8A is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 127 | 138 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.46 |
| HSL | 186.8º | 0.54% | 0.35% | - |
| HSV(B) | 186.8º | 0.7% | 0.54% | - |
| XYZ | 13.09 | 17.49 | 26.73 | - |
| YUV | 102.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 138 | 0.70 | 0.08 | 0 | 0.46 | 186.8 | 0.54 | 0.35 |
| Hex | 29 | 7F | 8A | 46 | 8 | 0 | 2E | BB | 36 | 23 |
| Octal | 51 | 177 | 212 | 106 | 10 | 0 | 56 | 273 | 66 | 43 |
| Binary | 101001 | 1111111 | 10001010 | 1000110 | 1000 | 0 | 101110 | 10111011 | 110110 | 100011 |
Color Harmonies of #297F8A
Complementary color
Monochromatic Colors of #297F8A
Black with #297F8A
Text Example
Text Example
White with #297F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297F8A; }
p { color: rgb(41,127,138); }
H1.HeaderClassName
{
color: #297F8A;
}
.AnyTagClassName
{
color: #297F8A;
}
</style>
background-color css
<style>
a { background-color: #297F8A; }
a { background-color: rgb(41,127,138); }
div.DivClassName
{
background-color: #297F8A;
}
.BgClassName
{
background-color: #297F8A;
}
</style>
border-color css
<style>
span { border-color: #297F8A; }
span { border-color: rgb(41,127,138); }
td.TdClassName
{
border-color: #297F8A;
}
.TagClassName
{
border-color: #297F8A;
}
</style>