Shades of Scooter #3288A0
Tints of Scooter #3288A0
RGB
CMYK
RGB Variations
Color information
#3288A0 (or 0x3288A0) is known color: Scooter. HEX triplet: 32, 88 and A0. RGB value is (50,136,160). Sum of RGB (Red+Green+Blue) = 50+136+160=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 160 - color contains mainly: blue. Hex color #3288A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3288A0 is #CD775F. Grayscale: #707070. Windows color (decimal): -13465440 or 10520626. OLE color: 10520626.
HSL color Cylindrical-coordinate representation of color #3288A0: hue angle of 193.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3288A0 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 136 | 160 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.37 |
| HSL | 193.09º | 0.52% | 0.41% | - |
| HSV(B) | 193.09º | 0.69% | 0.63% | - |
| XYZ | 16.46 | 20.82 | 36.41 | - |
| YUV | 113.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 160 | 0.69 | 0.15 | 0 | 0.37 | 193.09 | 0.52 | 0.41 |
| Hex | 32 | 88 | A0 | 45 | F | 0 | 25 | C1 | 34 | 29 |
| Octal | 62 | 210 | 240 | 105 | 17 | 0 | 45 | 301 | 64 | 51 |
| Binary | 110010 | 10001000 | 10100000 | 1000101 | 1111 | 0 | 100101 | 11000001 | 110100 | 101001 |
Color Harmonies of #3288A0
Complementary color
Monochromatic Colors of #3288A0
Black with #3288A0
Text Example
Text Example
White with #3288A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3288A0; }
p { color: rgb(50,136,160); }
H1.HeaderClassName
{
color: #3288A0;
}
.AnyTagClassName
{
color: #3288A0;
}
</style>
background-color css
<style>
a { background-color: #3288A0; }
a { background-color: rgb(50,136,160); }
div.DivClassName
{
background-color: #3288A0;
}
.BgClassName
{
background-color: #3288A0;
}
</style>
border-color css
<style>
span { border-color: #3288A0; }
span { border-color: rgb(50,136,160); }
td.TdClassName
{
border-color: #3288A0;
}
.TagClassName
{
border-color: #3288A0;
}
</style>