Shades of Scooter #328792
Tints of Scooter #328792
RGB
CMYK
RGB Variations
Color information
#328792 (or 0x328792) is known color: Scooter. HEX triplet: 32, 87 and 92. RGB value is (50,135,146). Sum of RGB (Red+Green+Blue) = 50+135+146=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #328792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328792 is #CD786D. Grayscale: #6E6E6E. Windows color (decimal): -13465710 or 9602866. OLE color: 9602866.
HSL color Cylindrical-coordinate representation of color #328792: hue angle of 186.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328792 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 135 | 146 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.43 |
| HSL | 186.88º | 0.49% | 0.38% | - |
| HSV(B) | 186.88º | 0.66% | 0.57% | - |
| XYZ | 15.17 | 20.08 | 30.27 | - |
| YUV | 110.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 146 | 0.66 | 0.08 | 0 | 0.43 | 186.88 | 0.49 | 0.38 |
| Hex | 32 | 87 | 92 | 42 | 8 | 0 | 2B | BB | 31 | 26 |
| Octal | 62 | 207 | 222 | 102 | 10 | 0 | 53 | 273 | 61 | 46 |
| Binary | 110010 | 10000111 | 10010010 | 1000010 | 1000 | 0 | 101011 | 10111011 | 110001 | 100110 |
Color Harmonies of #328792
Complementary color
Monochromatic Colors of #328792
Black with #328792
Text Example
Text Example
White with #328792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328792; }
p { color: rgb(50,135,146); }
H1.HeaderClassName
{
color: #328792;
}
.AnyTagClassName
{
color: #328792;
}
</style>
background-color css
<style>
a { background-color: #328792; }
a { background-color: rgb(50,135,146); }
div.DivClassName
{
background-color: #328792;
}
.BgClassName
{
background-color: #328792;
}
</style>
border-color css
<style>
span { border-color: #328792; }
span { border-color: rgb(50,135,146); }
td.TdClassName
{
border-color: #328792;
}
.TagClassName
{
border-color: #328792;
}
</style>