Shades of Scooter #32899D
Tints of Scooter #32899D
RGB
CMYK
RGB Variations
Color information
#32899D (or 0x32899D) is known color: Scooter. HEX triplet: 32, 89 and 9D. RGB value is (50,137,157). Sum of RGB (Red+Green+Blue) = 50+137+157=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #32899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32899D is #CD7662. Grayscale: #717171. Windows color (decimal): -13465187 or 10324274. OLE color: 10324274.
HSL color Cylindrical-coordinate representation of color #32899D: hue angle of 191.21º 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 #32899D is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 137 | 157 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.38 |
| HSL | 191.22º | 0.52% | 0.41% | - |
| HSV(B) | 191.22º | 0.68% | 0.62% | - |
| XYZ | 16.35 | 21 | 35.09 | - |
| YUV | 113.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 157 | 0.68 | 0.13 | 0 | 0.38 | 191.22 | 0.52 | 0.41 |
| Hex | 32 | 89 | 9D | 44 | D | 0 | 26 | BF | 34 | 29 |
| Octal | 62 | 211 | 235 | 104 | 15 | 0 | 46 | 277 | 64 | 51 |
| Binary | 110010 | 10001001 | 10011101 | 1000100 | 1101 | 0 | 100110 | 10111111 | 110100 | 101001 |
Color Harmonies of #32899D
Complementary color
Monochromatic Colors of #32899D
Black with #32899D
Text Example
Text Example
White with #32899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32899D; }
p { color: rgb(50,137,157); }
H1.HeaderClassName
{
color: #32899D;
}
.AnyTagClassName
{
color: #32899D;
}
</style>
background-color css
<style>
a { background-color: #32899D; }
a { background-color: rgb(50,137,157); }
div.DivClassName
{
background-color: #32899D;
}
.BgClassName
{
background-color: #32899D;
}
</style>
border-color css
<style>
span { border-color: #32899D; }
span { border-color: rgb(50,137,157); }
td.TdClassName
{
border-color: #32899D;
}
.TagClassName
{
border-color: #32899D;
}
</style>