Shades of Scooter #32919A
Tints of Scooter #32919A
RGB
CMYK
RGB Variations
Color information
#32919A (or 0x32919A) is known color: Scooter. HEX triplet: 32, 91 and 9A. RGB value is (50,145,154). Sum of RGB (Red+Green+Blue) = 50+145+154=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #32919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32919A is #CD6E65. Grayscale: #757575. Windows color (decimal): -13463142 or 10129714. OLE color: 10129714.
HSL color Cylindrical-coordinate representation of color #32919A: hue angle of 185.19º 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 #32919A is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 145 | 154 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.40 |
| HSL | 185.19º | 0.51% | 0.4% | - |
| HSV(B) | 185.19º | 0.68% | 0.6% | - |
| XYZ | 17.27 | 23.26 | 34.15 | - |
| YUV | 117.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 154 | 0.68 | 0.06 | 0 | 0.40 | 185.19 | 0.51 | 0.4 |
| Hex | 32 | 91 | 9A | 44 | 6 | 0 | 28 | B9 | 33 | 28 |
| Octal | 62 | 221 | 232 | 104 | 6 | 0 | 50 | 271 | 63 | 50 |
| Binary | 110010 | 10010001 | 10011010 | 1000100 | 110 | 0 | 101000 | 10111001 | 110011 | 101000 |
Color Harmonies of #32919A
Complementary color
Monochromatic Colors of #32919A
Black with #32919A
Text Example
Text Example
White with #32919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32919A; }
p { color: rgb(50,145,154); }
H1.HeaderClassName
{
color: #32919A;
}
.AnyTagClassName
{
color: #32919A;
}
</style>
background-color css
<style>
a { background-color: #32919A; }
a { background-color: rgb(50,145,154); }
div.DivClassName
{
background-color: #32919A;
}
.BgClassName
{
background-color: #32919A;
}
</style>
border-color css
<style>
span { border-color: #32919A; }
span { border-color: rgb(50,145,154); }
td.TdClassName
{
border-color: #32919A;
}
.TagClassName
{
border-color: #32919A;
}
</style>