Shades of Scooter #32899E
Tints of Scooter #32899E
RGB
CMYK
RGB Variations
Color information
#32899E (or 0x32899E) is known color: Scooter. HEX triplet: 32, 89 and 9E. RGB value is (50,137,158). Sum of RGB (Red+Green+Blue) = 50+137+158=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #32899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32899E is #CD7661. Grayscale: #717171. Windows color (decimal): -13465186 or 10389810. OLE color: 10389810.
HSL color Cylindrical-coordinate representation of color #32899E: hue angle of 191.67º 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 #32899E is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 137 | 158 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.38 |
| HSL | 191.67º | 0.52% | 0.41% | - |
| HSV(B) | 191.67º | 0.68% | 0.62% | - |
| XYZ | 16.43 | 21.04 | 35.54 | - |
| YUV | 113.38 | 153.18 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 158 | 0.68 | 0.13 | 0 | 0.38 | 191.67 | 0.52 | 0.41 |
| Hex | 32 | 89 | 9E | 44 | D | 0 | 26 | C0 | 34 | 29 |
| Octal | 62 | 211 | 236 | 104 | 15 | 0 | 46 | 300 | 64 | 51 |
| Binary | 110010 | 10001001 | 10011110 | 1000100 | 1101 | 0 | 100110 | 11000000 | 110100 | 101001 |
Color Harmonies of #32899E
Complementary color
Monochromatic Colors of #32899E
Black with #32899E
Text Example
Text Example
White with #32899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32899E; }
p { color: rgb(50,137,158); }
H1.HeaderClassName
{
color: #32899E;
}
.AnyTagClassName
{
color: #32899E;
}
</style>
background-color css
<style>
a { background-color: #32899E; }
a { background-color: rgb(50,137,158); }
div.DivClassName
{
background-color: #32899E;
}
.BgClassName
{
background-color: #32899E;
}
</style>
border-color css
<style>
span { border-color: #32899E; }
span { border-color: rgb(50,137,158); }
td.TdClassName
{
border-color: #32899E;
}
.TagClassName
{
border-color: #32899E;
}
</style>