Shades of Scooter #29829B
Tints of Scooter #29829B
RGB
CMYK
RGB Variations
Color information
#29829B (or 0x29829B) is known color: Scooter. HEX triplet: 29, 82 and 9B. RGB value is (41,130,155). Sum of RGB (Red+Green+Blue) = 41+130+155=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #29829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29829B is #D67D64. Grayscale: #6A6A6A. Windows color (decimal): -14056805 or 10191401. OLE color: 10191401.
HSL color Cylindrical-coordinate representation of color #29829B: hue angle of 193.16º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29829B is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 130 | 155 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.39 |
| HSL | 193.16º | 0.58% | 0.38% | - |
| HSV(B) | 193.16º | 0.74% | 0.61% | - |
| XYZ | 14.81 | 18.8 | 33.86 | - |
| YUV | 106.24 | 155.51 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 155 | 0.74 | 0.16 | 0 | 0.39 | 193.16 | 0.58 | 0.38 |
| Hex | 29 | 82 | 9B | 4A | 10 | 0 | 27 | C1 | 3A | 26 |
| Octal | 51 | 202 | 233 | 112 | 20 | 0 | 47 | 301 | 72 | 46 |
| Binary | 101001 | 10000010 | 10011011 | 1001010 | 10000 | 0 | 100111 | 11000001 | 111010 | 100110 |
Color Harmonies of #29829B
Complementary color
Monochromatic Colors of #29829B
Black with #29829B
Text Example
Text Example
White with #29829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29829B; }
p { color: rgb(41,130,155); }
H1.HeaderClassName
{
color: #29829B;
}
.AnyTagClassName
{
color: #29829B;
}
</style>
background-color css
<style>
a { background-color: #29829B; }
a { background-color: rgb(41,130,155); }
div.DivClassName
{
background-color: #29829B;
}
.BgClassName
{
background-color: #29829B;
}
</style>
border-color css
<style>
span { border-color: #29829B; }
span { border-color: rgb(41,130,155); }
td.TdClassName
{
border-color: #29829B;
}
.TagClassName
{
border-color: #29829B;
}
</style>