Shades of Scooter #3394AB
Tints of Scooter #3394AB
RGB
CMYK
RGB Variations
Color information
#3394AB (or 0x3394AB) is known color: Scooter. HEX triplet: 33, 94 and AB. RGB value is (51,148,171). Sum of RGB (Red+Green+Blue) = 51+148+171=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #3394AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3394AB is #CC6B54. Grayscale: #797979. Windows color (decimal): -13396821 or 11244595. OLE color: 11244595.
HSL color Cylindrical-coordinate representation of color #3394AB: hue angle of 191.5º 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 #3394AB is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 148 | 171 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.33 |
| HSL | 191.5º | 0.54% | 0.44% | - |
| HSV(B) | 191.5º | 0.7% | 0.67% | - |
| XYZ | 19.31 | 24.82 | 42.3 | - |
| YUV | 121.62 | 155.86 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 171 | 0.70 | 0.13 | 0 | 0.33 | 191.5 | 0.54 | 0.44 |
| Hex | 33 | 94 | AB | 46 | D | 0 | 21 | C0 | 36 | 2C |
| Octal | 63 | 224 | 253 | 106 | 15 | 0 | 41 | 300 | 66 | 54 |
| Binary | 110011 | 10010100 | 10101011 | 1000110 | 1101 | 0 | 100001 | 11000000 | 110110 | 101100 |
Color Harmonies of #3394AB
Complementary color
Monochromatic Colors of #3394AB
Black with #3394AB
Text Example
Text Example
White with #3394AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3394AB; }
p { color: rgb(51,148,171); }
H1.HeaderClassName
{
color: #3394AB;
}
.AnyTagClassName
{
color: #3394AB;
}
</style>
background-color css
<style>
a { background-color: #3394AB; }
a { background-color: rgb(51,148,171); }
div.DivClassName
{
background-color: #3394AB;
}
.BgClassName
{
background-color: #3394AB;
}
</style>
border-color css
<style>
span { border-color: #3394AB; }
span { border-color: rgb(51,148,171); }
td.TdClassName
{
border-color: #3394AB;
}
.TagClassName
{
border-color: #3394AB;
}
</style>