Shades of Atoll #296D74
Tints of Atoll #296D74
RGB
CMYK
RGB Variations
Color information
#296D74 (or 0x296D74) is known color: Atoll. HEX triplet: 29, 6D and 74. RGB value is (41,109,116). Sum of RGB (Red+Green+Blue) = 41+109+116=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #296D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D74 is #D6928B. Grayscale: #595959. Windows color (decimal): -14062220 or 7630121. OLE color: 7630121.
HSL color Cylindrical-coordinate representation of color #296D74: hue angle of 185.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296D74 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 109 | 116 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.55 |
| HSL | 185.6º | 0.48% | 0.31% | - |
| HSV(B) | 185.6º | 0.65% | 0.45% | - |
| XYZ | 9.54 | 12.67 | 18.47 | - |
| YUV | 89.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 116 | 0.65 | 0.06 | 0 | 0.55 | 185.6 | 0.48 | 0.31 |
| Hex | 29 | 6D | 74 | 41 | 6 | 0 | 37 | BA | 30 | 1F |
| Octal | 51 | 155 | 164 | 101 | 6 | 0 | 67 | 272 | 60 | 37 |
| Binary | 101001 | 1101101 | 1110100 | 1000001 | 110 | 0 | 110111 | 10111010 | 110000 | 11111 |
Color Harmonies of #296D74
Complementary color
Monochromatic Colors of #296D74
Black with #296D74
Text Example
Text Example
White with #296D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D74; }
p { color: rgb(41,109,116); }
H1.HeaderClassName
{
color: #296D74;
}
.AnyTagClassName
{
color: #296D74;
}
</style>
background-color css
<style>
a { background-color: #296D74; }
a { background-color: rgb(41,109,116); }
div.DivClassName
{
background-color: #296D74;
}
.BgClassName
{
background-color: #296D74;
}
</style>
border-color css
<style>
span { border-color: #296D74; }
span { border-color: rgb(41,109,116); }
td.TdClassName
{
border-color: #296D74;
}
.TagClassName
{
border-color: #296D74;
}
</style>