Shades of Scooter #32949F
Tints of Scooter #32949F
RGB
CMYK
RGB Variations
Color information
#32949F (or 0x32949F) is known color: Scooter. HEX triplet: 32, 94 and 9F. RGB value is (50,148,159). Sum of RGB (Red+Green+Blue) = 50+148+159=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #32949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32949F is #CD6B60. Grayscale: #777777. Windows color (decimal): -13462369 or 10458162. OLE color: 10458162.
HSL color Cylindrical-coordinate representation of color #32949F: hue angle of 186.06º 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 #32949F is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 148 | 159 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.38 |
| HSL | 186.06º | 0.52% | 0.41% | - |
| HSV(B) | 186.06º | 0.69% | 0.62% | - |
| XYZ | 18.16 | 24.36 | 36.55 | - |
| YUV | 119.95 | 150.03 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 159 | 0.69 | 0.07 | 0 | 0.38 | 186.06 | 0.52 | 0.41 |
| Hex | 32 | 94 | 9F | 45 | 7 | 0 | 26 | BA | 34 | 29 |
| Octal | 62 | 224 | 237 | 105 | 7 | 0 | 46 | 272 | 64 | 51 |
| Binary | 110010 | 10010100 | 10011111 | 1000101 | 111 | 0 | 100110 | 10111010 | 110100 | 101001 |
Color Harmonies of #32949F
Complementary color
Monochromatic Colors of #32949F
Black with #32949F
Text Example
Text Example
White with #32949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32949F; }
p { color: rgb(50,148,159); }
H1.HeaderClassName
{
color: #32949F;
}
.AnyTagClassName
{
color: #32949F;
}
</style>
background-color css
<style>
a { background-color: #32949F; }
a { background-color: rgb(50,148,159); }
div.DivClassName
{
background-color: #32949F;
}
.BgClassName
{
background-color: #32949F;
}
</style>
border-color css
<style>
span { border-color: #32949F; }
span { border-color: rgb(50,148,159); }
td.TdClassName
{
border-color: #32949F;
}
.TagClassName
{
border-color: #32949F;
}
</style>