Shades of Scooter #32849F
Tints of Scooter #32849F
RGB
CMYK
RGB Variations
Color information
#32849F (or 0x32849F) is known color: Scooter. HEX triplet: 32, 84 and 9F. RGB value is (50,132,159). Sum of RGB (Red+Green+Blue) = 50+132+159=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #32849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32849F is #CD7B60. Grayscale: #6E6E6E. Windows color (decimal): -13466465 or 10454066. OLE color: 10454066.
HSL color Cylindrical-coordinate representation of color #32849F: hue angle of 194.86º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32849F is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 132 | 159 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.38 |
| HSL | 194.86º | 0.52% | 0.41% | - |
| HSV(B) | 194.86º | 0.69% | 0.62% | - |
| XYZ | 15.82 | 19.68 | 35.77 | - |
| YUV | 110.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 159 | 0.69 | 0.17 | 0 | 0.38 | 194.86 | 0.52 | 0.41 |
| Hex | 32 | 84 | 9F | 45 | 11 | 0 | 26 | C3 | 34 | 29 |
| Octal | 62 | 204 | 237 | 105 | 21 | 0 | 46 | 303 | 64 | 51 |
| Binary | 110010 | 10000100 | 10011111 | 1000101 | 10001 | 0 | 100110 | 11000011 | 110100 | 101001 |
Color Harmonies of #32849F
Complementary color
Monochromatic Colors of #32849F
Black with #32849F
Text Example
Text Example
White with #32849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32849F; }
p { color: rgb(50,132,159); }
H1.HeaderClassName
{
color: #32849F;
}
.AnyTagClassName
{
color: #32849F;
}
</style>
background-color css
<style>
a { background-color: #32849F; }
a { background-color: rgb(50,132,159); }
div.DivClassName
{
background-color: #32849F;
}
.BgClassName
{
background-color: #32849F;
}
</style>
border-color css
<style>
span { border-color: #32849F; }
span { border-color: rgb(50,132,159); }
td.TdClassName
{
border-color: #32849F;
}
.TagClassName
{
border-color: #32849F;
}
</style>