Shades of Scooter #3289AA
Tints of Scooter #3289AA
RGB
CMYK
RGB Variations
Color information
#3289AA (or 0x3289AA) is known color: Scooter. HEX triplet: 32, 89 and AA. RGB value is (50,137,170). Sum of RGB (Red+Green+Blue) = 50+137+170=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #3289AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3289AA is #CD7655. Grayscale: #727272. Windows color (decimal): -13465174 or 11176242. OLE color: 11176242.
HSL color Cylindrical-coordinate representation of color #3289AA: hue angle of 196.5º 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 #3289AA is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 137 | 170 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.33 |
| HSL | 196.5º | 0.55% | 0.43% | - |
| HSV(B) | 196.5º | 0.71% | 0.67% | - |
| XYZ | 17.52 | 21.47 | 41.25 | - |
| YUV | 114.75 | 159.18 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 170 | 0.71 | 0.19 | 0 | 0.33 | 196.5 | 0.55 | 0.43 |
| Hex | 32 | 89 | AA | 47 | 13 | 0 | 21 | C4 | 37 | 2B |
| Octal | 62 | 211 | 252 | 107 | 23 | 0 | 41 | 304 | 67 | 53 |
| Binary | 110010 | 10001001 | 10101010 | 1000111 | 10011 | 0 | 100001 | 11000100 | 110111 | 101011 |
Color Harmonies of #3289AA
Complementary color
Monochromatic Colors of #3289AA
Black with #3289AA
Text Example
Text Example
White with #3289AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3289AA; }
p { color: rgb(50,137,170); }
H1.HeaderClassName
{
color: #3289AA;
}
.AnyTagClassName
{
color: #3289AA;
}
</style>
background-color css
<style>
a { background-color: #3289AA; }
a { background-color: rgb(50,137,170); }
div.DivClassName
{
background-color: #3289AA;
}
.BgClassName
{
background-color: #3289AA;
}
</style>
border-color css
<style>
span { border-color: #3289AA; }
span { border-color: rgb(50,137,170); }
td.TdClassName
{
border-color: #3289AA;
}
.TagClassName
{
border-color: #3289AA;
}
</style>