Shades of Scooter #32959A
Tints of Scooter #32959A
RGB
CMYK
RGB Variations
Color information
#32959A (or 0x32959A) is known color: Scooter. HEX triplet: 32, 95 and 9A. RGB value is (50,149,154). Sum of RGB (Red+Green+Blue) = 50+149+154=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #32959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32959A is #CD6A65. Grayscale: #777777. Windows color (decimal): -13462118 or 10130738. OLE color: 10130738.
HSL color Cylindrical-coordinate representation of color #32959A: hue angle of 182.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32959A is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 149 | 154 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.40 |
| HSL | 182.88º | 0.51% | 0.4% | - |
| HSV(B) | 182.88º | 0.68% | 0.6% | - |
| XYZ | 17.9 | 24.51 | 34.36 | - |
| YUV | 119.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 154 | 0.68 | 0.03 | 0 | 0.40 | 182.88 | 0.51 | 0.4 |
| Hex | 32 | 95 | 9A | 44 | 3 | 0 | 28 | B7 | 33 | 28 |
| Octal | 62 | 225 | 232 | 104 | 3 | 0 | 50 | 267 | 63 | 50 |
| Binary | 110010 | 10010101 | 10011010 | 1000100 | 11 | 0 | 101000 | 10110111 | 110011 | 101000 |
Color Harmonies of #32959A
Complementary color
Monochromatic Colors of #32959A
Black with #32959A
Text Example
Text Example
White with #32959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32959A; }
p { color: rgb(50,149,154); }
H1.HeaderClassName
{
color: #32959A;
}
.AnyTagClassName
{
color: #32959A;
}
</style>
background-color css
<style>
a { background-color: #32959A; }
a { background-color: rgb(50,149,154); }
div.DivClassName
{
background-color: #32959A;
}
.BgClassName
{
background-color: #32959A;
}
</style>
border-color css
<style>
span { border-color: #32959A; }
span { border-color: rgb(50,149,154); }
td.TdClassName
{
border-color: #32959A;
}
.TagClassName
{
border-color: #32959A;
}
</style>