Shades of Scooter #328097
Tints of Scooter #328097
RGB
CMYK
RGB Variations
Color information
#328097 (or 0x328097) is known color: Scooter. HEX triplet: 32, 80 and 97. RGB value is (50,128,151). Sum of RGB (Red+Green+Blue) = 50+128+151=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #328097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328097 is #CD7F68. Grayscale: #6B6B6B. Windows color (decimal): -13467497 or 9928754. OLE color: 9928754.
HSL color Cylindrical-coordinate representation of color #328097: hue angle of 193.66º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328097 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 128 | 151 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.41 |
| HSL | 193.66º | 0.5% | 0.39% | - |
| HSV(B) | 193.66º | 0.67% | 0.59% | - |
| XYZ | 14.62 | 18.35 | 32.05 | - |
| YUV | 107.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 151 | 0.67 | 0.15 | 0 | 0.41 | 193.66 | 0.5 | 0.39 |
| Hex | 32 | 80 | 97 | 43 | F | 0 | 29 | C2 | 32 | 27 |
| Octal | 62 | 200 | 227 | 103 | 17 | 0 | 51 | 302 | 62 | 47 |
| Binary | 110010 | 10000000 | 10010111 | 1000011 | 1111 | 0 | 101001 | 11000010 | 110010 | 100111 |
Color Harmonies of #328097
Complementary color
Monochromatic Colors of #328097
Black with #328097
Text Example
Text Example
White with #328097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328097; }
p { color: rgb(50,128,151); }
H1.HeaderClassName
{
color: #328097;
}
.AnyTagClassName
{
color: #328097;
}
</style>
background-color css
<style>
a { background-color: #328097; }
a { background-color: rgb(50,128,151); }
div.DivClassName
{
background-color: #328097;
}
.BgClassName
{
background-color: #328097;
}
</style>
border-color css
<style>
span { border-color: #328097; }
span { border-color: rgb(50,128,151); }
td.TdClassName
{
border-color: #328097;
}
.TagClassName
{
border-color: #328097;
}
</style>