Shades of Scooter #328393
Tints of Scooter #328393
RGB
CMYK
RGB Variations
Color information
#328393 (or 0x328393) is known color: Scooter. HEX triplet: 32, 83 and 93. RGB value is (50,131,147). Sum of RGB (Red+Green+Blue) = 50+131+147=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #328393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328393 is #CD7C6C. Grayscale: #6C6C6C. Windows color (decimal): -13466733 or 9667378. OLE color: 9667378.
HSL color Cylindrical-coordinate representation of color #328393: hue angle of 189.9º 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 #328393 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 131 | 147 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.42 |
| HSL | 189.9º | 0.49% | 0.39% | - |
| HSV(B) | 189.9º | 0.66% | 0.58% | - |
| XYZ | 14.7 | 19.02 | 30.5 | - |
| YUV | 108.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 147 | 0.66 | 0.11 | 0 | 0.42 | 189.9 | 0.49 | 0.39 |
| Hex | 32 | 83 | 93 | 42 | B | 0 | 2A | BE | 31 | 27 |
| Octal | 62 | 203 | 223 | 102 | 13 | 0 | 52 | 276 | 61 | 47 |
| Binary | 110010 | 10000011 | 10010011 | 1000010 | 1011 | 0 | 101010 | 10111110 | 110001 | 100111 |
Color Harmonies of #328393
Complementary color
Monochromatic Colors of #328393
Black with #328393
Text Example
Text Example
White with #328393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328393; }
p { color: rgb(50,131,147); }
H1.HeaderClassName
{
color: #328393;
}
.AnyTagClassName
{
color: #328393;
}
</style>
background-color css
<style>
a { background-color: #328393; }
a { background-color: rgb(50,131,147); }
div.DivClassName
{
background-color: #328393;
}
.BgClassName
{
background-color: #328393;
}
</style>
border-color css
<style>
span { border-color: #328393; }
span { border-color: rgb(50,131,147); }
td.TdClassName
{
border-color: #328393;
}
.TagClassName
{
border-color: #328393;
}
</style>