Shades of Scooter #328893
Tints of Scooter #328893
RGB
CMYK
RGB Variations
Color information
#328893 (or 0x328893) is known color: Scooter. HEX triplet: 32, 88 and 93. RGB value is (50,136,147). Sum of RGB (Red+Green+Blue) = 50+136+147=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #328893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328893 is #CD776C. Grayscale: #6F6F6F. Windows color (decimal): -13465453 or 9668658. OLE color: 9668658.
HSL color Cylindrical-coordinate representation of color #328893: hue angle of 186.8º 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 #328893 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 136 | 147 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.42 |
| HSL | 186.8º | 0.49% | 0.39% | - |
| HSV(B) | 186.8º | 0.66% | 0.58% | - |
| XYZ | 15.39 | 20.39 | 30.73 | - |
| YUV | 111.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 147 | 0.66 | 0.07 | 0 | 0.42 | 186.8 | 0.49 | 0.39 |
| Hex | 32 | 88 | 93 | 42 | 7 | 0 | 2A | BB | 31 | 27 |
| Octal | 62 | 210 | 223 | 102 | 7 | 0 | 52 | 273 | 61 | 47 |
| Binary | 110010 | 10001000 | 10010011 | 1000010 | 111 | 0 | 101010 | 10111011 | 110001 | 100111 |
Color Harmonies of #328893
Complementary color
Monochromatic Colors of #328893
Black with #328893
Text Example
Text Example
White with #328893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328893; }
p { color: rgb(50,136,147); }
H1.HeaderClassName
{
color: #328893;
}
.AnyTagClassName
{
color: #328893;
}
</style>
background-color css
<style>
a { background-color: #328893; }
a { background-color: rgb(50,136,147); }
div.DivClassName
{
background-color: #328893;
}
.BgClassName
{
background-color: #328893;
}
</style>
border-color css
<style>
span { border-color: #328893; }
span { border-color: rgb(50,136,147); }
td.TdClassName
{
border-color: #328893;
}
.TagClassName
{
border-color: #328893;
}
</style>