Shades of Scooter #328193
Tints of Scooter #328193
RGB
CMYK
RGB Variations
Color information
#328193 (or 0x328193) is known color: Scooter. HEX triplet: 32, 81 and 93. RGB value is (50,129,147). Sum of RGB (Red+Green+Blue) = 50+129+147=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #328193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328193 is #CD7E6C. Grayscale: #6B6B6B. Windows color (decimal): -13467245 or 9666866. OLE color: 9666866.
HSL color Cylindrical-coordinate representation of color #328193: hue angle of 191.13º 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 #328193 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 129 | 147 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.42 |
| HSL | 191.13º | 0.49% | 0.39% | - |
| HSV(B) | 191.13º | 0.66% | 0.58% | - |
| XYZ | 14.43 | 18.49 | 30.41 | - |
| YUV | 107.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 147 | 0.66 | 0.12 | 0 | 0.42 | 191.13 | 0.49 | 0.39 |
| Hex | 32 | 81 | 93 | 42 | C | 0 | 2A | BF | 31 | 27 |
| Octal | 62 | 201 | 223 | 102 | 14 | 0 | 52 | 277 | 61 | 47 |
| Binary | 110010 | 10000001 | 10010011 | 1000010 | 1100 | 0 | 101010 | 10111111 | 110001 | 100111 |
Color Harmonies of #328193
Complementary color
Monochromatic Colors of #328193
Black with #328193
Text Example
Text Example
White with #328193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328193; }
p { color: rgb(50,129,147); }
H1.HeaderClassName
{
color: #328193;
}
.AnyTagClassName
{
color: #328193;
}
</style>
background-color css
<style>
a { background-color: #328193; }
a { background-color: rgb(50,129,147); }
div.DivClassName
{
background-color: #328193;
}
.BgClassName
{
background-color: #328193;
}
</style>
border-color css
<style>
span { border-color: #328193; }
span { border-color: rgb(50,129,147); }
td.TdClassName
{
border-color: #328193;
}
.TagClassName
{
border-color: #328193;
}
</style>