Shades of Atoll #29757C
Tints of Atoll #29757C
RGB
CMYK
RGB Variations
Color information
#29757C (or 0x29757C) is known color: Atoll. HEX triplet: 29, 75 and 7C. RGB value is (41,117,124). Sum of RGB (Red+Green+Blue) = 41+117+124=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #29757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29757C is #D68A83. Grayscale: #5E5E5E. Windows color (decimal): -14060164 or 8156457. OLE color: 8156457.
HSL color Cylindrical-coordinate representation of color #29757C: hue angle of 185.06º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29757C is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 117 | 124 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.51 |
| HSL | 185.06º | 0.5% | 0.32% | - |
| HSV(B) | 185.06º | 0.67% | 0.49% | - |
| XYZ | 10.91 | 14.65 | 21.32 | - |
| YUV | 95.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 117 | 124 | 0.67 | 0.06 | 0 | 0.51 | 185.06 | 0.5 | 0.32 |
| Hex | 29 | 75 | 7C | 43 | 6 | 0 | 33 | B9 | 32 | 20 |
| Octal | 51 | 165 | 174 | 103 | 6 | 0 | 63 | 271 | 62 | 40 |
| Binary | 101001 | 1110101 | 1111100 | 1000011 | 110 | 0 | 110011 | 10111001 | 110010 | 100000 |
Color Harmonies of #29757C
Complementary color
Monochromatic Colors of #29757C
Black with #29757C
Text Example
Text Example
White with #29757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29757C; }
p { color: rgb(41,117,124); }
H1.HeaderClassName
{
color: #29757C;
}
.AnyTagClassName
{
color: #29757C;
}
</style>
background-color css
<style>
a { background-color: #29757C; }
a { background-color: rgb(41,117,124); }
div.DivClassName
{
background-color: #29757C;
}
.BgClassName
{
background-color: #29757C;
}
</style>
border-color css
<style>
span { border-color: #29757C; }
span { border-color: rgb(41,117,124); }
td.TdClassName
{
border-color: #29757C;
}
.TagClassName
{
border-color: #29757C;
}
</style>