Shades of Scooter #328A9E
Tints of Scooter #328A9E
RGB
CMYK
RGB Variations
Color information
#328A9E (or 0x328A9E) is known color: Scooter. HEX triplet: 32, 8A and 9E. RGB value is (50,138,158). Sum of RGB (Red+Green+Blue) = 50+138+158=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #328A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A9E is #CD7561. Grayscale: #717171. Windows color (decimal): -13464930 or 10390066. OLE color: 10390066.
HSL color Cylindrical-coordinate representation of color #328A9E: hue angle of 191.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #328A9E is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 138 | 158 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.38 |
| HSL | 191.11º | 0.52% | 0.41% | - |
| HSV(B) | 191.11º | 0.68% | 0.62% | - |
| XYZ | 16.58 | 21.32 | 35.59 | - |
| YUV | 113.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 158 | 0.68 | 0.13 | 0 | 0.38 | 191.11 | 0.52 | 0.41 |
| Hex | 32 | 8A | 9E | 44 | D | 0 | 26 | BF | 34 | 29 |
| Octal | 62 | 212 | 236 | 104 | 15 | 0 | 46 | 277 | 64 | 51 |
| Binary | 110010 | 10001010 | 10011110 | 1000100 | 1101 | 0 | 100110 | 10111111 | 110100 | 101001 |
Color Harmonies of #328A9E
Complementary color
Monochromatic Colors of #328A9E
Black with #328A9E
Text Example
Text Example
White with #328A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A9E; }
p { color: rgb(50,138,158); }
H1.HeaderClassName
{
color: #328A9E;
}
.AnyTagClassName
{
color: #328A9E;
}
</style>
background-color css
<style>
a { background-color: #328A9E; }
a { background-color: rgb(50,138,158); }
div.DivClassName
{
background-color: #328A9E;
}
.BgClassName
{
background-color: #328A9E;
}
</style>
border-color css
<style>
span { border-color: #328A9E; }
span { border-color: rgb(50,138,158); }
td.TdClassName
{
border-color: #328A9E;
}
.TagClassName
{
border-color: #328A9E;
}
</style>