Shades of Scooter #328995
Tints of Scooter #328995
RGB
CMYK
RGB Variations
Color information
#328995 (or 0x328995) is known color: Scooter. HEX triplet: 32, 89 and 95. RGB value is (50,137,149). Sum of RGB (Red+Green+Blue) = 50+137+149=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #328995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328995 is #CD766A. Grayscale: #707070. Windows color (decimal): -13465195 or 9799986. OLE color: 9799986.
HSL color Cylindrical-coordinate representation of color #328995: hue angle of 187.27º degrees, saturation: 0.5, 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 #328995 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 137 | 149 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.42 |
| HSL | 187.27º | 0.5% | 0.39% | - |
| HSV(B) | 187.27º | 0.66% | 0.58% | - |
| XYZ | 15.69 | 20.74 | 31.61 | - |
| YUV | 112.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 149 | 0.66 | 0.08 | 0 | 0.42 | 187.27 | 0.5 | 0.39 |
| Hex | 32 | 89 | 95 | 42 | 8 | 0 | 2A | BB | 32 | 27 |
| Octal | 62 | 211 | 225 | 102 | 10 | 0 | 52 | 273 | 62 | 47 |
| Binary | 110010 | 10001001 | 10010101 | 1000010 | 1000 | 0 | 101010 | 10111011 | 110010 | 100111 |
Color Harmonies of #328995
Complementary color
Monochromatic Colors of #328995
Black with #328995
Text Example
Text Example
White with #328995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328995; }
p { color: rgb(50,137,149); }
H1.HeaderClassName
{
color: #328995;
}
.AnyTagClassName
{
color: #328995;
}
</style>
background-color css
<style>
a { background-color: #328995; }
a { background-color: rgb(50,137,149); }
div.DivClassName
{
background-color: #328995;
}
.BgClassName
{
background-color: #328995;
}
</style>
border-color css
<style>
span { border-color: #328995; }
span { border-color: rgb(50,137,149); }
td.TdClassName
{
border-color: #328995;
}
.TagClassName
{
border-color: #328995;
}
</style>