Shades of Scooter #32859B
Tints of Scooter #32859B
RGB
CMYK
RGB Variations
Color information
#32859B (or 0x32859B) is known color: Scooter. HEX triplet: 32, 85 and 9B. RGB value is (50,133,155). Sum of RGB (Red+Green+Blue) = 50+133+155=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #32859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32859B is #CD7A64. Grayscale: #6E6E6E. Windows color (decimal): -13466213 or 10192178. OLE color: 10192178.
HSL color Cylindrical-coordinate representation of color #32859B: hue angle of 192.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32859B is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 133 | 155 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.39 |
| HSL | 192.57º | 0.51% | 0.4% | - |
| HSV(B) | 192.57º | 0.68% | 0.61% | - |
| XYZ | 15.62 | 19.82 | 34.01 | - |
| YUV | 110.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 155 | 0.68 | 0.14 | 0 | 0.39 | 192.57 | 0.51 | 0.4 |
| Hex | 32 | 85 | 9B | 44 | E | 0 | 27 | C1 | 33 | 28 |
| Octal | 62 | 205 | 233 | 104 | 16 | 0 | 47 | 301 | 63 | 50 |
| Binary | 110010 | 10000101 | 10011011 | 1000100 | 1110 | 0 | 100111 | 11000001 | 110011 | 101000 |
Color Harmonies of #32859B
Complementary color
Monochromatic Colors of #32859B
Black with #32859B
Text Example
Text Example
White with #32859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32859B; }
p { color: rgb(50,133,155); }
H1.HeaderClassName
{
color: #32859B;
}
.AnyTagClassName
{
color: #32859B;
}
</style>
background-color css
<style>
a { background-color: #32859B; }
a { background-color: rgb(50,133,155); }
div.DivClassName
{
background-color: #32859B;
}
.BgClassName
{
background-color: #32859B;
}
</style>
border-color css
<style>
span { border-color: #32859B; }
span { border-color: rgb(50,133,155); }
td.TdClassName
{
border-color: #32859B;
}
.TagClassName
{
border-color: #32859B;
}
</style>