Shades of Scooter #29859C
Tints of Scooter #29859C
RGB
CMYK
RGB Variations
Color information
#29859C (or 0x29859C) is known color: Scooter. HEX triplet: 29, 85 and 9C. RGB value is (41,133,156). Sum of RGB (Red+Green+Blue) = 41+133+156=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #29859C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29859C is #D67A63. Grayscale: #6B6B6B. Windows color (decimal): -14056036 or 10257705. OLE color: 10257705.
HSL color Cylindrical-coordinate representation of color #29859C: hue angle of 192º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29859C is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 133 | 156 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.39 |
| HSL | 192º | 0.58% | 0.39% | - |
| HSV(B) | 192º | 0.74% | 0.61% | - |
| XYZ | 15.3 | 19.65 | 34.44 | - |
| YUV | 108.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 156 | 0.74 | 0.15 | 0 | 0.39 | 192 | 0.58 | 0.39 |
| Hex | 29 | 85 | 9C | 4A | F | 0 | 27 | C0 | 3A | 27 |
| Octal | 51 | 205 | 234 | 112 | 17 | 0 | 47 | 300 | 72 | 47 |
| Binary | 101001 | 10000101 | 10011100 | 1001010 | 1111 | 0 | 100111 | 11000000 | 111010 | 100111 |
Color Harmonies of #29859C
Complementary color
Monochromatic Colors of #29859C
Black with #29859C
Text Example
Text Example
White with #29859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29859C; }
p { color: rgb(41,133,156); }
H1.HeaderClassName
{
color: #29859C;
}
.AnyTagClassName
{
color: #29859C;
}
</style>
background-color css
<style>
a { background-color: #29859C; }
a { background-color: rgb(41,133,156); }
div.DivClassName
{
background-color: #29859C;
}
.BgClassName
{
background-color: #29859C;
}
</style>
border-color css
<style>
span { border-color: #29859C; }
span { border-color: rgb(41,133,156); }
td.TdClassName
{
border-color: #29859C;
}
.TagClassName
{
border-color: #29859C;
}
</style>