Shades of Scooter #3389AB
Tints of Scooter #3389AB
RGB
CMYK
RGB Variations
Color information
#3389AB (or 0x3389AB) is known color: Scooter. HEX triplet: 33, 89 and AB. RGB value is (51,137,171). Sum of RGB (Red+Green+Blue) = 51+137+171=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #3389AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3389AB is #CC7654. Grayscale: #727272. Windows color (decimal): -13399637 or 11241779. OLE color: 11241779.
HSL color Cylindrical-coordinate representation of color #3389AB: hue angle of 197º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3389AB is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 137 | 171 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.33 |
| HSL | 197º | 0.54% | 0.44% | - |
| HSV(B) | 197º | 0.7% | 0.67% | - |
| XYZ | 17.66 | 21.54 | 41.75 | - |
| YUV | 115.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 171 | 0.70 | 0.20 | 0 | 0.33 | 197 | 0.54 | 0.44 |
| Hex | 33 | 89 | AB | 46 | 14 | 0 | 21 | C5 | 36 | 2C |
| Octal | 63 | 211 | 253 | 106 | 24 | 0 | 41 | 305 | 66 | 54 |
| Binary | 110011 | 10001001 | 10101011 | 1000110 | 10100 | 0 | 100001 | 11000101 | 110110 | 101100 |
Color Harmonies of #3389AB
Complementary color
Monochromatic Colors of #3389AB
Black with #3389AB
Text Example
Text Example
White with #3389AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3389AB; }
p { color: rgb(51,137,171); }
H1.HeaderClassName
{
color: #3389AB;
}
.AnyTagClassName
{
color: #3389AB;
}
</style>
background-color css
<style>
a { background-color: #3389AB; }
a { background-color: rgb(51,137,171); }
div.DivClassName
{
background-color: #3389AB;
}
.BgClassName
{
background-color: #3389AB;
}
</style>
border-color css
<style>
span { border-color: #3389AB; }
span { border-color: rgb(51,137,171); }
td.TdClassName
{
border-color: #3389AB;
}
.TagClassName
{
border-color: #3389AB;
}
</style>