Shades of Scooter #32939A
Tints of Scooter #32939A
RGB
CMYK
RGB Variations
Color information
#32939A (or 0x32939A) is known color: Scooter. HEX triplet: 32, 93 and 9A. RGB value is (50,147,154). Sum of RGB (Red+Green+Blue) = 50+147+154=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #32939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32939A is #CD6C65. Grayscale: #767676. Windows color (decimal): -13462630 or 10130226. OLE color: 10130226.
HSL color Cylindrical-coordinate representation of color #32939A: hue angle of 184.04º 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 #32939A is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 147 | 154 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.40 |
| HSL | 184.04º | 0.51% | 0.4% | - |
| HSV(B) | 184.04º | 0.68% | 0.6% | - |
| XYZ | 17.58 | 23.88 | 34.25 | - |
| YUV | 118.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 154 | 0.68 | 0.05 | 0 | 0.40 | 184.04 | 0.51 | 0.4 |
| Hex | 32 | 93 | 9A | 44 | 5 | 0 | 28 | B8 | 33 | 28 |
| Octal | 62 | 223 | 232 | 104 | 5 | 0 | 50 | 270 | 63 | 50 |
| Binary | 110010 | 10010011 | 10011010 | 1000100 | 101 | 0 | 101000 | 10111000 | 110011 | 101000 |
Color Harmonies of #32939A
Complementary color
Monochromatic Colors of #32939A
Black with #32939A
Text Example
Text Example
White with #32939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32939A; }
p { color: rgb(50,147,154); }
H1.HeaderClassName
{
color: #32939A;
}
.AnyTagClassName
{
color: #32939A;
}
</style>
background-color css
<style>
a { background-color: #32939A; }
a { background-color: rgb(50,147,154); }
div.DivClassName
{
background-color: #32939A;
}
.BgClassName
{
background-color: #32939A;
}
</style>
border-color css
<style>
span { border-color: #32939A; }
span { border-color: rgb(50,147,154); }
td.TdClassName
{
border-color: #32939A;
}
.TagClassName
{
border-color: #32939A;
}
</style>