Shades of Scooter #3283A9
Tints of Scooter #3283A9
RGB
CMYK
RGB Variations
Color information
#3283A9 (or 0x3283A9) is known color: Scooter. HEX triplet: 32, 83 and A9. RGB value is (50,131,169). Sum of RGB (Red+Green+Blue) = 50+131+169=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #3283A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3283A9 is #CD7C56. Grayscale: #6E6E6E. Windows color (decimal): -13466711 or 11109170. OLE color: 11109170.
HSL color Cylindrical-coordinate representation of color #3283A9: hue angle of 199.16º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3283A9 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 131 | 169 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.34 |
| HSL | 199.16º | 0.54% | 0.43% | - |
| HSV(B) | 199.16º | 0.7% | 0.66% | - |
| XYZ | 16.59 | 19.78 | 40.48 | - |
| YUV | 111.11 | 160.66 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 169 | 0.70 | 0.22 | 0 | 0.34 | 199.16 | 0.54 | 0.43 |
| Hex | 32 | 83 | A9 | 46 | 16 | 0 | 22 | C7 | 36 | 2B |
| Octal | 62 | 203 | 251 | 106 | 26 | 0 | 42 | 307 | 66 | 53 |
| Binary | 110010 | 10000011 | 10101001 | 1000110 | 10110 | 0 | 100010 | 11000111 | 110110 | 101011 |
Color Harmonies of #3283A9
Complementary color
Monochromatic Colors of #3283A9
Black with #3283A9
Text Example
Text Example
White with #3283A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3283A9; }
p { color: rgb(50,131,169); }
H1.HeaderClassName
{
color: #3283A9;
}
.AnyTagClassName
{
color: #3283A9;
}
</style>
background-color css
<style>
a { background-color: #3283A9; }
a { background-color: rgb(50,131,169); }
div.DivClassName
{
background-color: #3283A9;
}
.BgClassName
{
background-color: #3283A9;
}
</style>
border-color css
<style>
span { border-color: #3283A9; }
span { border-color: rgb(50,131,169); }
td.TdClassName
{
border-color: #3283A9;
}
.TagClassName
{
border-color: #3283A9;
}
</style>