Shades of Scooter #328595
Tints of Scooter #328595
RGB
CMYK
RGB Variations
Color information
#328595 (or 0x328595) is known color: Scooter. HEX triplet: 32, 85 and 95. RGB value is (50,133,149). Sum of RGB (Red+Green+Blue) = 50+133+149=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #328595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328595 is #CD7A6A. Grayscale: #6D6D6D. Windows color (decimal): -13466219 or 9798962. OLE color: 9798962.
HSL color Cylindrical-coordinate representation of color #328595: hue angle of 189.7º 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 #328595 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 133 | 149 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.42 |
| HSL | 189.7º | 0.5% | 0.39% | - |
| HSV(B) | 189.7º | 0.66% | 0.58% | - |
| XYZ | 15.13 | 19.62 | 31.42 | - |
| YUV | 110.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 149 | 0.66 | 0.11 | 0 | 0.42 | 189.7 | 0.5 | 0.39 |
| Hex | 32 | 85 | 95 | 42 | B | 0 | 2A | BE | 32 | 27 |
| Octal | 62 | 205 | 225 | 102 | 13 | 0 | 52 | 276 | 62 | 47 |
| Binary | 110010 | 10000101 | 10010101 | 1000010 | 1011 | 0 | 101010 | 10111110 | 110010 | 100111 |
Color Harmonies of #328595
Complementary color
Monochromatic Colors of #328595
Black with #328595
Text Example
Text Example
White with #328595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328595; }
p { color: rgb(50,133,149); }
H1.HeaderClassName
{
color: #328595;
}
.AnyTagClassName
{
color: #328595;
}
</style>
background-color css
<style>
a { background-color: #328595; }
a { background-color: rgb(50,133,149); }
div.DivClassName
{
background-color: #328595;
}
.BgClassName
{
background-color: #328595;
}
</style>
border-color css
<style>
span { border-color: #328595; }
span { border-color: rgb(50,133,149); }
td.TdClassName
{
border-color: #328595;
}
.TagClassName
{
border-color: #328595;
}
</style>