Shades of Scooter #32969B
Tints of Scooter #32969B
RGB
CMYK
RGB Variations
Color information
#32969B (or 0x32969B) is known color: Scooter. HEX triplet: 32, 96 and 9B. RGB value is (50,150,155). Sum of RGB (Red+Green+Blue) = 50+150+155=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #32969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32969B is #CD6964. Grayscale: #787878. Windows color (decimal): -13461861 or 10196530. OLE color: 10196530.
HSL color Cylindrical-coordinate representation of color #32969B: hue angle of 182.86º 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 #32969B is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 150 | 155 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.39 |
| HSL | 182.86º | 0.51% | 0.4% | - |
| HSV(B) | 182.86º | 0.68% | 0.61% | - |
| XYZ | 18.14 | 24.86 | 34.85 | - |
| YUV | 120.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 155 | 0.68 | 0.03 | 0 | 0.39 | 182.86 | 0.51 | 0.4 |
| Hex | 32 | 96 | 9B | 44 | 3 | 0 | 27 | B7 | 33 | 28 |
| Octal | 62 | 226 | 233 | 104 | 3 | 0 | 47 | 267 | 63 | 50 |
| Binary | 110010 | 10010110 | 10011011 | 1000100 | 11 | 0 | 100111 | 10110111 | 110011 | 101000 |
Color Harmonies of #32969B
Complementary color
Monochromatic Colors of #32969B
Black with #32969B
Text Example
Text Example
White with #32969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32969B; }
p { color: rgb(50,150,155); }
H1.HeaderClassName
{
color: #32969B;
}
.AnyTagClassName
{
color: #32969B;
}
</style>
background-color css
<style>
a { background-color: #32969B; }
a { background-color: rgb(50,150,155); }
div.DivClassName
{
background-color: #32969B;
}
.BgClassName
{
background-color: #32969B;
}
</style>
border-color css
<style>
span { border-color: #32969B; }
span { border-color: rgb(50,150,155); }
td.TdClassName
{
border-color: #32969B;
}
.TagClassName
{
border-color: #32969B;
}
</style>