Shades of Scooter #328898
Tints of Scooter #328898
RGB
CMYK
RGB Variations
Color information
#328898 (or 0x328898) is known color: Scooter. HEX triplet: 32, 88 and 98. RGB value is (50,136,152). Sum of RGB (Red+Green+Blue) = 50+136+152=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #328898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328898 is #CD7767. Grayscale: #6F6F6F. Windows color (decimal): -13465448 or 9996338. OLE color: 9996338.
HSL color Cylindrical-coordinate representation of color #328898: hue angle of 189.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328898 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 136 | 152 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.40 |
| HSL | 189.41º | 0.5% | 0.4% | - |
| HSV(B) | 189.41º | 0.67% | 0.6% | - |
| XYZ | 15.79 | 20.55 | 32.84 | - |
| YUV | 112.11 | 150.51 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 152 | 0.67 | 0.11 | 0 | 0.40 | 189.41 | 0.5 | 0.4 |
| Hex | 32 | 88 | 98 | 43 | B | 0 | 28 | BD | 32 | 28 |
| Octal | 62 | 210 | 230 | 103 | 13 | 0 | 50 | 275 | 62 | 50 |
| Binary | 110010 | 10001000 | 10011000 | 1000011 | 1011 | 0 | 101000 | 10111101 | 110010 | 101000 |
Color Harmonies of #328898
Complementary color
Monochromatic Colors of #328898
Black with #328898
Text Example
Text Example
White with #328898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328898; }
p { color: rgb(50,136,152); }
H1.HeaderClassName
{
color: #328898;
}
.AnyTagClassName
{
color: #328898;
}
</style>
background-color css
<style>
a { background-color: #328898; }
a { background-color: rgb(50,136,152); }
div.DivClassName
{
background-color: #328898;
}
.BgClassName
{
background-color: #328898;
}
</style>
border-color css
<style>
span { border-color: #328898; }
span { border-color: rgb(50,136,152); }
td.TdClassName
{
border-color: #328898;
}
.TagClassName
{
border-color: #328898;
}
</style>