Shades of Scooter #32869D
Tints of Scooter #32869D
RGB
CMYK
RGB Variations
Color information
#32869D (or 0x32869D) is known color: Scooter. HEX triplet: 32, 86 and 9D. RGB value is (50,134,157). Sum of RGB (Red+Green+Blue) = 50+134+157=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #32869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32869D is #CD7962. Grayscale: #6F6F6F. Windows color (decimal): -13465955 or 10323506. OLE color: 10323506.
HSL color Cylindrical-coordinate representation of color #32869D: hue angle of 192.9º 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 #32869D is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 134 | 157 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.38 |
| HSL | 192.9º | 0.52% | 0.41% | - |
| HSV(B) | 192.9º | 0.68% | 0.62% | - |
| XYZ | 15.93 | 20.16 | 34.95 | - |
| YUV | 111.51 | 153.67 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 157 | 0.68 | 0.15 | 0 | 0.38 | 192.9 | 0.52 | 0.41 |
| Hex | 32 | 86 | 9D | 44 | F | 0 | 26 | C1 | 34 | 29 |
| Octal | 62 | 206 | 235 | 104 | 17 | 0 | 46 | 301 | 64 | 51 |
| Binary | 110010 | 10000110 | 10011101 | 1000100 | 1111 | 0 | 100110 | 11000001 | 110100 | 101001 |
Color Harmonies of #32869D
Complementary color
Monochromatic Colors of #32869D
Black with #32869D
Text Example
Text Example
White with #32869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32869D; }
p { color: rgb(50,134,157); }
H1.HeaderClassName
{
color: #32869D;
}
.AnyTagClassName
{
color: #32869D;
}
</style>
background-color css
<style>
a { background-color: #32869D; }
a { background-color: rgb(50,134,157); }
div.DivClassName
{
background-color: #32869D;
}
.BgClassName
{
background-color: #32869D;
}
</style>
border-color css
<style>
span { border-color: #32869D; }
span { border-color: rgb(50,134,157); }
td.TdClassName
{
border-color: #32869D;
}
.TagClassName
{
border-color: #32869D;
}
</style>