Shades of Scooter #32939B
Tints of Scooter #32939B
RGB
CMYK
RGB Variations
Color information
#32939B (or 0x32939B) is known color: Scooter. HEX triplet: 32, 93 and 9B. RGB value is (50,147,155). Sum of RGB (Red+Green+Blue) = 50+147+155=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #32939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32939B is #CD6C64. Grayscale: #767676. Windows color (decimal): -13462629 or 10195762. OLE color: 10195762.
HSL color Cylindrical-coordinate representation of color #32939B: hue angle of 184.57º 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 #32939B is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 147 | 155 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.39 |
| HSL | 184.57º | 0.51% | 0.4% | - |
| HSV(B) | 184.57º | 0.68% | 0.61% | - |
| XYZ | 17.67 | 23.91 | 34.69 | - |
| YUV | 118.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 155 | 0.68 | 0.05 | 0 | 0.39 | 184.57 | 0.51 | 0.4 |
| Hex | 32 | 93 | 9B | 44 | 5 | 0 | 27 | B9 | 33 | 28 |
| Octal | 62 | 223 | 233 | 104 | 5 | 0 | 47 | 271 | 63 | 50 |
| Binary | 110010 | 10010011 | 10011011 | 1000100 | 101 | 0 | 100111 | 10111001 | 110011 | 101000 |
Color Harmonies of #32939B
Complementary color
Monochromatic Colors of #32939B
Black with #32939B
Text Example
Text Example
White with #32939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32939B; }
p { color: rgb(50,147,155); }
H1.HeaderClassName
{
color: #32939B;
}
.AnyTagClassName
{
color: #32939B;
}
</style>
background-color css
<style>
a { background-color: #32939B; }
a { background-color: rgb(50,147,155); }
div.DivClassName
{
background-color: #32939B;
}
.BgClassName
{
background-color: #32939B;
}
</style>
border-color css
<style>
span { border-color: #32939B; }
span { border-color: rgb(50,147,155); }
td.TdClassName
{
border-color: #32939B;
}
.TagClassName
{
border-color: #32939B;
}
</style>