Shades of Scooter #328F9B
Tints of Scooter #328F9B
RGB
CMYK
RGB Variations
Color information
#328F9B (or 0x328F9B) is known color: Scooter. HEX triplet: 32, 8F and 9B. RGB value is (50,143,155). Sum of RGB (Red+Green+Blue) = 50+143+155=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #328F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328F9B is #CD7064. Grayscale: #747474. Windows color (decimal): -13463653 or 10194738. OLE color: 10194738.
HSL color Cylindrical-coordinate representation of color #328F9B: hue angle of 186.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 #328F9B is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 143 | 155 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.39 |
| HSL | 186.86º | 0.51% | 0.4% | - |
| HSV(B) | 186.86º | 0.68% | 0.61% | - |
| XYZ | 17.05 | 22.69 | 34.49 | - |
| YUV | 116.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 155 | 0.68 | 0.08 | 0 | 0.39 | 186.86 | 0.51 | 0.4 |
| Hex | 32 | 8F | 9B | 44 | 8 | 0 | 27 | BB | 33 | 28 |
| Octal | 62 | 217 | 233 | 104 | 10 | 0 | 47 | 273 | 63 | 50 |
| Binary | 110010 | 10001111 | 10011011 | 1000100 | 1000 | 0 | 100111 | 10111011 | 110011 | 101000 |
Color Harmonies of #328F9B
Complementary color
Monochromatic Colors of #328F9B
Black with #328F9B
Text Example
Text Example
White with #328F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F9B; }
p { color: rgb(50,143,155); }
H1.HeaderClassName
{
color: #328F9B;
}
.AnyTagClassName
{
color: #328F9B;
}
</style>
background-color css
<style>
a { background-color: #328F9B; }
a { background-color: rgb(50,143,155); }
div.DivClassName
{
background-color: #328F9B;
}
.BgClassName
{
background-color: #328F9B;
}
</style>
border-color css
<style>
span { border-color: #328F9B; }
span { border-color: rgb(50,143,155); }
td.TdClassName
{
border-color: #328F9B;
}
.TagClassName
{
border-color: #328F9B;
}
</style>