Shades of Scooter #328390
Tints of Scooter #328390
RGB
CMYK
RGB Variations
Color information
#328390 (or 0x328390) is known color: Scooter. HEX triplet: 32, 83 and 90. RGB value is (50,131,144). Sum of RGB (Red+Green+Blue) = 50+131+144=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #328390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328390 is #CD7C6F. Grayscale: #6C6C6C. Windows color (decimal): -13466736 or 9470770. OLE color: 9470770.
HSL color Cylindrical-coordinate representation of color #328390: hue angle of 188.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328390 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 131 | 144 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.44 |
| HSL | 188.3º | 0.48% | 0.38% | - |
| HSV(B) | 188.3º | 0.65% | 0.56% | - |
| XYZ | 14.47 | 18.92 | 29.28 | - |
| YUV | 108.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 144 | 0.65 | 0.09 | 0 | 0.44 | 188.3 | 0.48 | 0.38 |
| Hex | 32 | 83 | 90 | 41 | 9 | 0 | 2C | BC | 30 | 26 |
| Octal | 62 | 203 | 220 | 101 | 11 | 0 | 54 | 274 | 60 | 46 |
| Binary | 110010 | 10000011 | 10010000 | 1000001 | 1001 | 0 | 101100 | 10111100 | 110000 | 100110 |
Color Harmonies of #328390
Complementary color
Monochromatic Colors of #328390
Black with #328390
Text Example
Text Example
White with #328390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328390; }
p { color: rgb(50,131,144); }
H1.HeaderClassName
{
color: #328390;
}
.AnyTagClassName
{
color: #328390;
}
</style>
background-color css
<style>
a { background-color: #328390; }
a { background-color: rgb(50,131,144); }
div.DivClassName
{
background-color: #328390;
}
.BgClassName
{
background-color: #328390;
}
</style>
border-color css
<style>
span { border-color: #328390; }
span { border-color: rgb(50,131,144); }
td.TdClassName
{
border-color: #328390;
}
.TagClassName
{
border-color: #328390;
}
</style>