Shades of Scooter #32949E
Tints of Scooter #32949E
RGB
CMYK
RGB Variations
Color information
#32949E (or 0x32949E) is known color: Scooter. HEX triplet: 32, 94 and 9E. RGB value is (50,148,158). Sum of RGB (Red+Green+Blue) = 50+148+158=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #32949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32949E is #CD6B61. Grayscale: #777777. Windows color (decimal): -13462370 or 10392626. OLE color: 10392626.
HSL color Cylindrical-coordinate representation of color #32949E: hue angle of 185.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32949E is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 148 | 158 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.38 |
| HSL | 185.56º | 0.52% | 0.41% | - |
| HSV(B) | 185.56º | 0.68% | 0.62% | - |
| XYZ | 18.08 | 24.33 | 36.09 | - |
| YUV | 119.84 | 149.53 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 158 | 0.68 | 0.06 | 0 | 0.38 | 185.56 | 0.52 | 0.41 |
| Hex | 32 | 94 | 9E | 44 | 6 | 0 | 26 | BA | 34 | 29 |
| Octal | 62 | 224 | 236 | 104 | 6 | 0 | 46 | 272 | 64 | 51 |
| Binary | 110010 | 10010100 | 10011110 | 1000100 | 110 | 0 | 100110 | 10111010 | 110100 | 101001 |
Color Harmonies of #32949E
Complementary color
Monochromatic Colors of #32949E
Black with #32949E
Text Example
Text Example
White with #32949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32949E; }
p { color: rgb(50,148,158); }
H1.HeaderClassName
{
color: #32949E;
}
.AnyTagClassName
{
color: #32949E;
}
</style>
background-color css
<style>
a { background-color: #32949E; }
a { background-color: rgb(50,148,158); }
div.DivClassName
{
background-color: #32949E;
}
.BgClassName
{
background-color: #32949E;
}
</style>
border-color css
<style>
span { border-color: #32949E; }
span { border-color: rgb(50,148,158); }
td.TdClassName
{
border-color: #32949E;
}
.TagClassName
{
border-color: #32949E;
}
</style>