Shades of Scooter #328997
Tints of Scooter #328997
RGB
CMYK
RGB Variations
Color information
#328997 (or 0x328997) is known color: Scooter. HEX triplet: 32, 89 and 97. RGB value is (50,137,151). Sum of RGB (Red+Green+Blue) = 50+137+151=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #328997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328997 is #CD7668. Grayscale: #707070. Windows color (decimal): -13465193 or 9931058. OLE color: 9931058.
HSL color Cylindrical-coordinate representation of color #328997: hue angle of 188.32º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328997 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 137 | 151 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.41 |
| HSL | 188.32º | 0.5% | 0.39% | - |
| HSV(B) | 188.32º | 0.67% | 0.59% | - |
| XYZ | 15.85 | 20.8 | 32.46 | - |
| YUV | 112.58 | 149.68 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 151 | 0.67 | 0.09 | 0 | 0.41 | 188.32 | 0.5 | 0.39 |
| Hex | 32 | 89 | 97 | 43 | 9 | 0 | 29 | BC | 32 | 27 |
| Octal | 62 | 211 | 227 | 103 | 11 | 0 | 51 | 274 | 62 | 47 |
| Binary | 110010 | 10001001 | 10010111 | 1000011 | 1001 | 0 | 101001 | 10111100 | 110010 | 100111 |
Color Harmonies of #328997
Complementary color
Monochromatic Colors of #328997
Black with #328997
Text Example
Text Example
White with #328997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328997; }
p { color: rgb(50,137,151); }
H1.HeaderClassName
{
color: #328997;
}
.AnyTagClassName
{
color: #328997;
}
</style>
background-color css
<style>
a { background-color: #328997; }
a { background-color: rgb(50,137,151); }
div.DivClassName
{
background-color: #328997;
}
.BgClassName
{
background-color: #328997;
}
</style>
border-color css
<style>
span { border-color: #328997; }
span { border-color: rgb(50,137,151); }
td.TdClassName
{
border-color: #328997;
}
.TagClassName
{
border-color: #328997;
}
</style>