Shades of Scooter #32909E
Tints of Scooter #32909E
RGB
CMYK
RGB Variations
Color information
#32909E (or 0x32909E) is known color: Scooter. HEX triplet: 32, 90 and 9E. RGB value is (50,144,158). Sum of RGB (Red+Green+Blue) = 50+144+158=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #32909E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32909E is #CD6F61. Grayscale: #757575. Windows color (decimal): -13463394 or 10391602. OLE color: 10391602.
HSL color Cylindrical-coordinate representation of color #32909E: hue angle of 187.78º 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 #32909E is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 144 | 158 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.38 |
| HSL | 187.78º | 0.52% | 0.41% | - |
| HSV(B) | 187.78º | 0.68% | 0.62% | - |
| XYZ | 17.46 | 23.09 | 35.88 | - |
| YUV | 117.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 158 | 0.68 | 0.09 | 0 | 0.38 | 187.78 | 0.52 | 0.41 |
| Hex | 32 | 90 | 9E | 44 | 9 | 0 | 26 | BC | 34 | 29 |
| Octal | 62 | 220 | 236 | 104 | 11 | 0 | 46 | 274 | 64 | 51 |
| Binary | 110010 | 10010000 | 10011110 | 1000100 | 1001 | 0 | 100110 | 10111100 | 110100 | 101001 |
Color Harmonies of #32909E
Complementary color
Monochromatic Colors of #32909E
Black with #32909E
Text Example
Text Example
White with #32909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32909E; }
p { color: rgb(50,144,158); }
H1.HeaderClassName
{
color: #32909E;
}
.AnyTagClassName
{
color: #32909E;
}
</style>
background-color css
<style>
a { background-color: #32909E; }
a { background-color: rgb(50,144,158); }
div.DivClassName
{
background-color: #32909E;
}
.BgClassName
{
background-color: #32909E;
}
</style>
border-color css
<style>
span { border-color: #32909E; }
span { border-color: rgb(50,144,158); }
td.TdClassName
{
border-color: #32909E;
}
.TagClassName
{
border-color: #32909E;
}
</style>