Shades of Scooter #3288AB
Tints of Scooter #3288AB
RGB
CMYK
RGB Variations
Color information
#3288AB (or 0x3288AB) is known color: Scooter. HEX triplet: 32, 88 and AB. RGB value is (50,136,171). Sum of RGB (Red+Green+Blue) = 50+136+171=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #3288AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3288AB is #CD7754. Grayscale: #727272. Windows color (decimal): -13465429 or 11241522. OLE color: 11241522.
HSL color Cylindrical-coordinate representation of color #3288AB: hue angle of 197.36º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3288AB is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 136 | 171 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.33 |
| HSL | 197.36º | 0.55% | 0.43% | - |
| HSV(B) | 197.36º | 0.71% | 0.67% | - |
| XYZ | 17.47 | 21.23 | 41.7 | - |
| YUV | 114.28 | 160.01 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 171 | 0.71 | 0.20 | 0 | 0.33 | 197.36 | 0.55 | 0.43 |
| Hex | 32 | 88 | AB | 47 | 14 | 0 | 21 | C5 | 37 | 2B |
| Octal | 62 | 210 | 253 | 107 | 24 | 0 | 41 | 305 | 67 | 53 |
| Binary | 110010 | 10001000 | 10101011 | 1000111 | 10100 | 0 | 100001 | 11000101 | 110111 | 101011 |
Color Harmonies of #3288AB
Complementary color
Monochromatic Colors of #3288AB
Black with #3288AB
Text Example
Text Example
White with #3288AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3288AB; }
p { color: rgb(50,136,171); }
H1.HeaderClassName
{
color: #3288AB;
}
.AnyTagClassName
{
color: #3288AB;
}
</style>
background-color css
<style>
a { background-color: #3288AB; }
a { background-color: rgb(50,136,171); }
div.DivClassName
{
background-color: #3288AB;
}
.BgClassName
{
background-color: #3288AB;
}
</style>
border-color css
<style>
span { border-color: #3288AB; }
span { border-color: rgb(50,136,171); }
td.TdClassName
{
border-color: #3288AB;
}
.TagClassName
{
border-color: #3288AB;
}
</style>