Shades of Scooter #328C93
Tints of Scooter #328C93
RGB
CMYK
RGB Variations
Color information
#328C93 (or 0x328C93) is known color: Scooter. HEX triplet: 32, 8C and 93. RGB value is (50,140,147). Sum of RGB (Red+Green+Blue) = 50+140+147=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #328C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328C93 is #CD736C. Grayscale: #717171. Windows color (decimal): -13464429 or 9669682. OLE color: 9669682.
HSL color Cylindrical-coordinate representation of color #328C93: hue angle of 184.33º degrees, saturation: 0.49, 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 #328C93 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 140 | 147 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.42 |
| HSL | 184.33º | 0.49% | 0.39% | - |
| HSV(B) | 184.33º | 0.66% | 0.58% | - |
| XYZ | 15.96 | 21.54 | 30.92 | - |
| YUV | 113.89 | 146.68 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 147 | 0.66 | 0.05 | 0 | 0.42 | 184.33 | 0.49 | 0.39 |
| Hex | 32 | 8C | 93 | 42 | 5 | 0 | 2A | B8 | 31 | 27 |
| Octal | 62 | 214 | 223 | 102 | 5 | 0 | 52 | 270 | 61 | 47 |
| Binary | 110010 | 10001100 | 10010011 | 1000010 | 101 | 0 | 101010 | 10111000 | 110001 | 100111 |
Color Harmonies of #328C93
Complementary color
Monochromatic Colors of #328C93
Black with #328C93
Text Example
Text Example
White with #328C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328C93; }
p { color: rgb(50,140,147); }
H1.HeaderClassName
{
color: #328C93;
}
.AnyTagClassName
{
color: #328C93;
}
</style>
background-color css
<style>
a { background-color: #328C93; }
a { background-color: rgb(50,140,147); }
div.DivClassName
{
background-color: #328C93;
}
.BgClassName
{
background-color: #328C93;
}
</style>
border-color css
<style>
span { border-color: #328C93; }
span { border-color: rgb(50,140,147); }
td.TdClassName
{
border-color: #328C93;
}
.TagClassName
{
border-color: #328C93;
}
</style>