Shades of Scooter #32859E
Tints of Scooter #32859E
RGB
CMYK
RGB Variations
Color information
#32859E (or 0x32859E) is known color: Scooter. HEX triplet: 32, 85 and 9E. RGB value is (50,133,158). Sum of RGB (Red+Green+Blue) = 50+133+158=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #32859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32859E is #CD7A61. Grayscale: #6E6E6E. Windows color (decimal): -13466210 or 10388786. OLE color: 10388786.
HSL color Cylindrical-coordinate representation of color #32859E: hue angle of 193.89º 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 #32859E is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 133 | 158 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.38 |
| HSL | 193.89º | 0.52% | 0.41% | - |
| HSV(B) | 193.89º | 0.68% | 0.62% | - |
| XYZ | 15.87 | 19.92 | 35.36 | - |
| YUV | 111.03 | 154.5 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 158 | 0.68 | 0.16 | 0 | 0.38 | 193.89 | 0.52 | 0.41 |
| Hex | 32 | 85 | 9E | 44 | 10 | 0 | 26 | C2 | 34 | 29 |
| Octal | 62 | 205 | 236 | 104 | 20 | 0 | 46 | 302 | 64 | 51 |
| Binary | 110010 | 10000101 | 10011110 | 1000100 | 10000 | 0 | 100110 | 11000010 | 110100 | 101001 |
Color Harmonies of #32859E
Complementary color
Monochromatic Colors of #32859E
Black with #32859E
Text Example
Text Example
White with #32859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32859E; }
p { color: rgb(50,133,158); }
H1.HeaderClassName
{
color: #32859E;
}
.AnyTagClassName
{
color: #32859E;
}
</style>
background-color css
<style>
a { background-color: #32859E; }
a { background-color: rgb(50,133,158); }
div.DivClassName
{
background-color: #32859E;
}
.BgClassName
{
background-color: #32859E;
}
</style>
border-color css
<style>
span { border-color: #32859E; }
span { border-color: rgb(50,133,158); }
td.TdClassName
{
border-color: #32859E;
}
.TagClassName
{
border-color: #32859E;
}
</style>