Shades of Scooter #328494
Tints of Scooter #328494
RGB
CMYK
RGB Variations
Color information
#328494 (or 0x328494) is known color: Scooter. HEX triplet: 32, 84 and 94. RGB value is (50,132,148). Sum of RGB (Red+Green+Blue) = 50+132+148=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #328494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328494 is #CD7B6B. Grayscale: #6D6D6D. Windows color (decimal): -13466476 or 9733170. OLE color: 9733170.
HSL color Cylindrical-coordinate representation of color #328494: hue angle of 189.8º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328494 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 132 | 148 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.42 |
| HSL | 189.8º | 0.49% | 0.39% | - |
| HSV(B) | 189.8º | 0.66% | 0.58% | - |
| XYZ | 14.91 | 19.32 | 30.96 | - |
| YUV | 109.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 148 | 0.66 | 0.11 | 0 | 0.42 | 189.8 | 0.49 | 0.39 |
| Hex | 32 | 84 | 94 | 42 | B | 0 | 2A | BE | 31 | 27 |
| Octal | 62 | 204 | 224 | 102 | 13 | 0 | 52 | 276 | 61 | 47 |
| Binary | 110010 | 10000100 | 10010100 | 1000010 | 1011 | 0 | 101010 | 10111110 | 110001 | 100111 |
Color Harmonies of #328494
Complementary color
Monochromatic Colors of #328494
Black with #328494
Text Example
Text Example
White with #328494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328494; }
p { color: rgb(50,132,148); }
H1.HeaderClassName
{
color: #328494;
}
.AnyTagClassName
{
color: #328494;
}
</style>
background-color css
<style>
a { background-color: #328494; }
a { background-color: rgb(50,132,148); }
div.DivClassName
{
background-color: #328494;
}
.BgClassName
{
background-color: #328494;
}
</style>
border-color css
<style>
span { border-color: #328494; }
span { border-color: rgb(50,132,148); }
td.TdClassName
{
border-color: #328494;
}
.TagClassName
{
border-color: #328494;
}
</style>