Shades of Scooter #328B9F
Tints of Scooter #328B9F
RGB
CMYK
RGB Variations
Color information
#328B9F (or 0x328B9F) is known color: Scooter. HEX triplet: 32, 8B and 9F. RGB value is (50,139,159). Sum of RGB (Red+Green+Blue) = 50+139+159=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #328B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B9F is #CD7460. Grayscale: #727272. Windows color (decimal): -13464673 or 10455858. OLE color: 10455858.
HSL color Cylindrical-coordinate representation of color #328B9F: hue angle of 191.01º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328B9F is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 139 | 159 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.38 |
| HSL | 191.01º | 0.52% | 0.41% | - |
| HSV(B) | 191.01º | 0.69% | 0.62% | - |
| XYZ | 16.81 | 21.65 | 36.09 | - |
| YUV | 114.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 159 | 0.69 | 0.13 | 0 | 0.38 | 191.01 | 0.52 | 0.41 |
| Hex | 32 | 8B | 9F | 45 | D | 0 | 26 | BF | 34 | 29 |
| Octal | 62 | 213 | 237 | 105 | 15 | 0 | 46 | 277 | 64 | 51 |
| Binary | 110010 | 10001011 | 10011111 | 1000101 | 1101 | 0 | 100110 | 10111111 | 110100 | 101001 |
Color Harmonies of #328B9F
Complementary color
Monochromatic Colors of #328B9F
Black with #328B9F
Text Example
Text Example
White with #328B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B9F; }
p { color: rgb(50,139,159); }
H1.HeaderClassName
{
color: #328B9F;
}
.AnyTagClassName
{
color: #328B9F;
}
</style>
background-color css
<style>
a { background-color: #328B9F; }
a { background-color: rgb(50,139,159); }
div.DivClassName
{
background-color: #328B9F;
}
.BgClassName
{
background-color: #328B9F;
}
</style>
border-color css
<style>
span { border-color: #328B9F; }
span { border-color: rgb(50,139,159); }
td.TdClassName
{
border-color: #328B9F;
}
.TagClassName
{
border-color: #328B9F;
}
</style>