Shades of Scooter #328996
Tints of Scooter #328996
RGB
CMYK
RGB Variations
Color information
#328996 (or 0x328996) is known color: Scooter. HEX triplet: 32, 89 and 96. RGB value is (50,137,150). Sum of RGB (Red+Green+Blue) = 50+137+150=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #328996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328996 is #CD7669. Grayscale: #707070. Windows color (decimal): -13465194 or 9865522. OLE color: 9865522.
HSL color Cylindrical-coordinate representation of color #328996: hue angle of 187.8º 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 #328996 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 137 | 150 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.41 |
| HSL | 187.8º | 0.5% | 0.39% | - |
| HSV(B) | 187.8º | 0.67% | 0.59% | - |
| XYZ | 15.77 | 20.77 | 32.03 | - |
| YUV | 112.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 150 | 0.67 | 0.09 | 0 | 0.41 | 187.8 | 0.5 | 0.39 |
| Hex | 32 | 89 | 96 | 43 | 9 | 0 | 29 | BC | 32 | 27 |
| Octal | 62 | 211 | 226 | 103 | 11 | 0 | 51 | 274 | 62 | 47 |
| Binary | 110010 | 10001001 | 10010110 | 1000011 | 1001 | 0 | 101001 | 10111100 | 110010 | 100111 |
Color Harmonies of #328996
Complementary color
Monochromatic Colors of #328996
Black with #328996
Text Example
Text Example
White with #328996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328996; }
p { color: rgb(50,137,150); }
H1.HeaderClassName
{
color: #328996;
}
.AnyTagClassName
{
color: #328996;
}
</style>
background-color css
<style>
a { background-color: #328996; }
a { background-color: rgb(50,137,150); }
div.DivClassName
{
background-color: #328996;
}
.BgClassName
{
background-color: #328996;
}
</style>
border-color css
<style>
span { border-color: #328996; }
span { border-color: rgb(50,137,150); }
td.TdClassName
{
border-color: #328996;
}
.TagClassName
{
border-color: #328996;
}
</style>