Shades of Atoll #29757B
Tints of Atoll #29757B
RGB
CMYK
RGB Variations
Color information
#29757B (or 0x29757B) is known color: Atoll. HEX triplet: 29, 75 and 7B. RGB value is (41,117,123). Sum of RGB (Red+Green+Blue) = 41+117+123=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #29757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29757B is #D68A84. Grayscale: #5E5E5E. Windows color (decimal): -14060165 or 8090921. OLE color: 8090921.
HSL color Cylindrical-coordinate representation of color #29757B: hue angle of 184.39º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29757B is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 117 | 123 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.52 |
| HSL | 184.39º | 0.5% | 0.32% | - |
| HSV(B) | 184.39º | 0.67% | 0.48% | - |
| XYZ | 10.85 | 14.62 | 20.99 | - |
| YUV | 94.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 117 | 123 | 0.67 | 0.05 | 0 | 0.52 | 184.39 | 0.5 | 0.32 |
| Hex | 29 | 75 | 7B | 43 | 5 | 0 | 34 | B8 | 32 | 20 |
| Octal | 51 | 165 | 173 | 103 | 5 | 0 | 64 | 270 | 62 | 40 |
| Binary | 101001 | 1110101 | 1111011 | 1000011 | 101 | 0 | 110100 | 10111000 | 110010 | 100000 |
Color Harmonies of #29757B
Complementary color
Monochromatic Colors of #29757B
Black with #29757B
Text Example
Text Example
White with #29757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29757B; }
p { color: rgb(41,117,123); }
H1.HeaderClassName
{
color: #29757B;
}
.AnyTagClassName
{
color: #29757B;
}
</style>
background-color css
<style>
a { background-color: #29757B; }
a { background-color: rgb(41,117,123); }
div.DivClassName
{
background-color: #29757B;
}
.BgClassName
{
background-color: #29757B;
}
</style>
border-color css
<style>
span { border-color: #29757B; }
span { border-color: rgb(41,117,123); }
td.TdClassName
{
border-color: #29757B;
}
.TagClassName
{
border-color: #29757B;
}
</style>