Shades of Scooter #32949C
Tints of Scooter #32949C
RGB
CMYK
RGB Variations
Color information
#32949C (or 0x32949C) is known color: Scooter. HEX triplet: 32, 94 and 9C. RGB value is (50,148,156). Sum of RGB (Red+Green+Blue) = 50+148+156=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #32949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32949C is #CD6B63. Grayscale: #777777. Windows color (decimal): -13462372 or 10261554. OLE color: 10261554.
HSL color Cylindrical-coordinate representation of color #32949C: hue angle of 184.53º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32949C is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 148 | 156 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.39 |
| HSL | 184.53º | 0.51% | 0.4% | - |
| HSV(B) | 184.53º | 0.68% | 0.61% | - |
| XYZ | 17.91 | 24.26 | 35.19 | - |
| YUV | 119.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 156 | 0.68 | 0.05 | 0 | 0.39 | 184.53 | 0.51 | 0.4 |
| Hex | 32 | 94 | 9C | 44 | 5 | 0 | 27 | B9 | 33 | 28 |
| Octal | 62 | 224 | 234 | 104 | 5 | 0 | 47 | 271 | 63 | 50 |
| Binary | 110010 | 10010100 | 10011100 | 1000100 | 101 | 0 | 100111 | 10111001 | 110011 | 101000 |
Color Harmonies of #32949C
Complementary color
Monochromatic Colors of #32949C
Black with #32949C
Text Example
Text Example
White with #32949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32949C; }
p { color: rgb(50,148,156); }
H1.HeaderClassName
{
color: #32949C;
}
.AnyTagClassName
{
color: #32949C;
}
</style>
background-color css
<style>
a { background-color: #32949C; }
a { background-color: rgb(50,148,156); }
div.DivClassName
{
background-color: #32949C;
}
.BgClassName
{
background-color: #32949C;
}
</style>
border-color css
<style>
span { border-color: #32949C; }
span { border-color: rgb(50,148,156); }
td.TdClassName
{
border-color: #32949C;
}
.TagClassName
{
border-color: #32949C;
}
</style>