Shades of Atoll #29838C
Tints of Atoll #29838C
RGB
CMYK
RGB Variations
Color information
#29838C (or 0x29838C) is known color: Atoll. HEX triplet: 29, 83 and 8C. RGB value is (41,131,140). Sum of RGB (Red+Green+Blue) = 41+131+140=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #29838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29838C is #D67C73. Grayscale: #686868. Windows color (decimal): -14056564 or 9208617. OLE color: 9208617.
HSL color Cylindrical-coordinate representation of color #29838C: hue angle of 185.45º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29838C is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 131 | 140 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.45 |
| HSL | 185.45º | 0.55% | 0.35% | - |
| HSV(B) | 185.45º | 0.71% | 0.55% | - |
| XYZ | 13.76 | 18.6 | 27.68 | - |
| YUV | 105.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 131 | 140 | 0.71 | 0.06 | 0 | 0.45 | 185.45 | 0.55 | 0.35 |
| Hex | 29 | 83 | 8C | 47 | 6 | 0 | 2D | B9 | 37 | 23 |
| Octal | 51 | 203 | 214 | 107 | 6 | 0 | 55 | 271 | 67 | 43 |
| Binary | 101001 | 10000011 | 10001100 | 1000111 | 110 | 0 | 101101 | 10111001 | 110111 | 100011 |
Color Harmonies of #29838C
Complementary color
Monochromatic Colors of #29838C
Black with #29838C
Text Example
Text Example
White with #29838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29838C; }
p { color: rgb(41,131,140); }
H1.HeaderClassName
{
color: #29838C;
}
.AnyTagClassName
{
color: #29838C;
}
</style>
background-color css
<style>
a { background-color: #29838C; }
a { background-color: rgb(41,131,140); }
div.DivClassName
{
background-color: #29838C;
}
.BgClassName
{
background-color: #29838C;
}
</style>
border-color css
<style>
span { border-color: #29838C; }
span { border-color: rgb(41,131,140); }
td.TdClassName
{
border-color: #29838C;
}
.TagClassName
{
border-color: #29838C;
}
</style>