Shades of Atoll #297777
Tints of Atoll #297777
RGB
CMYK
RGB Variations
Color information
#297777 (or 0x297777) is known color: Atoll. HEX triplet: 29, 77 and 77. RGB value is (41,119,119). Sum of RGB (Red+Green+Blue) = 41+119+119=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #297777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297777 is #D68888. Grayscale: #5F5F5F. Windows color (decimal): -14059657 or 7829289. OLE color: 7829289.
HSL color Cylindrical-coordinate representation of color #297777: hue angle of 180º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297777 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 119 | - |
| CMYK | 0.66 | 0 | 0 | 0.53 |
| HSL | 180º | 0.49% | 0.31% | - |
| HSV(B) | 180º | 0.66% | 0.47% | - |
| XYZ | 10.84 | 15 | 19.78 | - |
| YUV | 95.68 | 141.16 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 119 | 0.66 | 0 | 0 | 0.53 | 180 | 0.49 | 0.31 |
| Hex | 29 | 77 | 77 | 42 | 0 | 0 | 35 | B4 | 31 | 1F |
| Octal | 51 | 167 | 167 | 102 | 0 | 0 | 65 | 264 | 61 | 37 |
| Binary | 101001 | 1110111 | 1110111 | 1000010 | 0 | 0 | 110101 | 10110100 | 110001 | 11111 |
Color Harmonies of #297777
Complementary color
Monochromatic Colors of #297777
Black with #297777
Text Example
Text Example
White with #297777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297777; }
p { color: rgb(41,119,119); }
H1.HeaderClassName
{
color: #297777;
}
.AnyTagClassName
{
color: #297777;
}
</style>
background-color css
<style>
a { background-color: #297777; }
a { background-color: rgb(41,119,119); }
div.DivClassName
{
background-color: #297777;
}
.BgClassName
{
background-color: #297777;
}
</style>
border-color css
<style>
span { border-color: #297777; }
span { border-color: rgb(41,119,119); }
td.TdClassName
{
border-color: #297777;
}
.TagClassName
{
border-color: #297777;
}
</style>