Shades of Scooter #32869A
Tints of Scooter #32869A
RGB
CMYK
RGB Variations
Color information
#32869A (or 0x32869A) is known color: Scooter. HEX triplet: 32, 86 and 9A. RGB value is (50,134,154). Sum of RGB (Red+Green+Blue) = 50+134+154=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #32869A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32869A is #CD7965. Grayscale: #6F6F6F. Windows color (decimal): -13465958 or 10126898. OLE color: 10126898.
HSL color Cylindrical-coordinate representation of color #32869A: hue angle of 191.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32869A is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 134 | 154 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.40 |
| HSL | 191.54º | 0.51% | 0.4% | - |
| HSV(B) | 191.54º | 0.68% | 0.6% | - |
| XYZ | 15.67 | 20.06 | 33.62 | - |
| YUV | 111.16 | 152.17 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 154 | 0.68 | 0.13 | 0 | 0.40 | 191.54 | 0.51 | 0.4 |
| Hex | 32 | 86 | 9A | 44 | D | 0 | 28 | C0 | 33 | 28 |
| Octal | 62 | 206 | 232 | 104 | 15 | 0 | 50 | 300 | 63 | 50 |
| Binary | 110010 | 10000110 | 10011010 | 1000100 | 1101 | 0 | 101000 | 11000000 | 110011 | 101000 |
Color Harmonies of #32869A
Complementary color
Monochromatic Colors of #32869A
Black with #32869A
Text Example
Text Example
White with #32869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32869A; }
p { color: rgb(50,134,154); }
H1.HeaderClassName
{
color: #32869A;
}
.AnyTagClassName
{
color: #32869A;
}
</style>
background-color css
<style>
a { background-color: #32869A; }
a { background-color: rgb(50,134,154); }
div.DivClassName
{
background-color: #32869A;
}
.BgClassName
{
background-color: #32869A;
}
</style>
border-color css
<style>
span { border-color: #32869A; }
span { border-color: rgb(50,134,154); }
td.TdClassName
{
border-color: #32869A;
}
.TagClassName
{
border-color: #32869A;
}
</style>