Shades of Scooter #32909B
Tints of Scooter #32909B
RGB
CMYK
RGB Variations
Color information
#32909B (or 0x32909B) is known color: Scooter. HEX triplet: 32, 90 and 9B. RGB value is (50,144,155). Sum of RGB (Red+Green+Blue) = 50+144+155=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #32909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32909B is #CD6F64. Grayscale: #757575. Windows color (decimal): -13463397 or 10194994. OLE color: 10194994.
HSL color Cylindrical-coordinate representation of color #32909B: hue angle of 186.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32909B is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 144 | 155 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.39 |
| HSL | 186.29º | 0.51% | 0.4% | - |
| HSV(B) | 186.29º | 0.68% | 0.61% | - |
| XYZ | 17.21 | 22.99 | 34.54 | - |
| YUV | 117.15 | 149.36 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 155 | 0.68 | 0.07 | 0 | 0.39 | 186.29 | 0.51 | 0.4 |
| Hex | 32 | 90 | 9B | 44 | 7 | 0 | 27 | BA | 33 | 28 |
| Octal | 62 | 220 | 233 | 104 | 7 | 0 | 47 | 272 | 63 | 50 |
| Binary | 110010 | 10010000 | 10011011 | 1000100 | 111 | 0 | 100111 | 10111010 | 110011 | 101000 |
Color Harmonies of #32909B
Complementary color
Monochromatic Colors of #32909B
Black with #32909B
Text Example
Text Example
White with #32909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32909B; }
p { color: rgb(50,144,155); }
H1.HeaderClassName
{
color: #32909B;
}
.AnyTagClassName
{
color: #32909B;
}
</style>
background-color css
<style>
a { background-color: #32909B; }
a { background-color: rgb(50,144,155); }
div.DivClassName
{
background-color: #32909B;
}
.BgClassName
{
background-color: #32909B;
}
</style>
border-color css
<style>
span { border-color: #32909B; }
span { border-color: rgb(50,144,155); }
td.TdClassName
{
border-color: #32909B;
}
.TagClassName
{
border-color: #32909B;
}
</style>