Shades of Scooter #328994
Tints of Scooter #328994
RGB
CMYK
RGB Variations
Color information
#328994 (or 0x328994) is known color: Scooter. HEX triplet: 32, 89 and 94. RGB value is (50,137,148). Sum of RGB (Red+Green+Blue) = 50+137+148=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #328994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328994 is #CD766B. Grayscale: #707070. Windows color (decimal): -13465196 or 9734450. OLE color: 9734450.
HSL color Cylindrical-coordinate representation of color #328994: hue angle of 186.73º 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 #328994 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 137 | 148 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.42 |
| HSL | 186.73º | 0.49% | 0.39% | - |
| HSV(B) | 186.73º | 0.66% | 0.58% | - |
| XYZ | 15.61 | 20.71 | 31.19 | - |
| YUV | 112.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 148 | 0.66 | 0.07 | 0 | 0.42 | 186.73 | 0.49 | 0.39 |
| Hex | 32 | 89 | 94 | 42 | 7 | 0 | 2A | BB | 31 | 27 |
| Octal | 62 | 211 | 224 | 102 | 7 | 0 | 52 | 273 | 61 | 47 |
| Binary | 110010 | 10001001 | 10010100 | 1000010 | 111 | 0 | 101010 | 10111011 | 110001 | 100111 |
Color Harmonies of #328994
Complementary color
Monochromatic Colors of #328994
Black with #328994
Text Example
Text Example
White with #328994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328994; }
p { color: rgb(50,137,148); }
H1.HeaderClassName
{
color: #328994;
}
.AnyTagClassName
{
color: #328994;
}
</style>
background-color css
<style>
a { background-color: #328994; }
a { background-color: rgb(50,137,148); }
div.DivClassName
{
background-color: #328994;
}
.BgClassName
{
background-color: #328994;
}
</style>
border-color css
<style>
span { border-color: #328994; }
span { border-color: rgb(50,137,148); }
td.TdClassName
{
border-color: #328994;
}
.TagClassName
{
border-color: #328994;
}
</style>