Shades of Scooter #3394A2
Tints of Scooter #3394A2
RGB
CMYK
RGB Variations
Color information
#3394A2 (or 0x3394A2) is known color: Scooter. HEX triplet: 33, 94 and A2. RGB value is (51,148,162). Sum of RGB (Red+Green+Blue) = 51+148+162=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 162 - color contains mainly: blue. Hex color #3394A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3394A2 is #CC6B5D. Grayscale: #787878. Windows color (decimal): -13396830 or 10654771. OLE color: 10654771.
HSL color Cylindrical-coordinate representation of color #3394A2: hue angle of 187.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3394A2 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 148 | 162 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.36 |
| HSL | 187.57º | 0.52% | 0.42% | - |
| HSV(B) | 187.57º | 0.69% | 0.64% | - |
| XYZ | 18.48 | 24.49 | 37.94 | - |
| YUV | 120.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 162 | 0.69 | 0.09 | 0 | 0.36 | 187.57 | 0.52 | 0.42 |
| Hex | 33 | 94 | A2 | 45 | 9 | 0 | 24 | BC | 34 | 2A |
| Octal | 63 | 224 | 242 | 105 | 11 | 0 | 44 | 274 | 64 | 52 |
| Binary | 110011 | 10010100 | 10100010 | 1000101 | 1001 | 0 | 100100 | 10111100 | 110100 | 101010 |
Color Harmonies of #3394A2
Complementary color
Monochromatic Colors of #3394A2
Black with #3394A2
Text Example
Text Example
White with #3394A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3394A2; }
p { color: rgb(51,148,162); }
H1.HeaderClassName
{
color: #3394A2;
}
.AnyTagClassName
{
color: #3394A2;
}
</style>
background-color css
<style>
a { background-color: #3394A2; }
a { background-color: rgb(51,148,162); }
div.DivClassName
{
background-color: #3394A2;
}
.BgClassName
{
background-color: #3394A2;
}
</style>
border-color css
<style>
span { border-color: #3394A2; }
span { border-color: rgb(51,148,162); }
td.TdClassName
{
border-color: #3394A2;
}
.TagClassName
{
border-color: #3394A2;
}
</style>