Shades of Scooter #339AAA
Tints of Scooter #339AAA
RGB
CMYK
RGB Variations
Color information
#339AAA (or 0x339AAA) is known color: Scooter. HEX triplet: 33, 9A and AA. RGB value is (51,154,170). Sum of RGB (Red+Green+Blue) = 51+154+170=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #339AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339AAA is #CC6555. Grayscale: #7C7C7C. Windows color (decimal): -13395286 or 11180595. OLE color: 11180595.
HSL color Cylindrical-coordinate representation of color #339AAA: hue angle of 188.07º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #339AAA is Cyan = 0.7, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 154 | 170 | - |
| CMYK | 0.7 | 0.09 | 0 | 0.33 |
| HSL | 188.07º | 0.54% | 0.43% | - |
| HSV(B) | 188.07º | 0.7% | 0.67% | - |
| XYZ | 20.18 | 26.72 | 42.12 | - |
| YUV | 125.03 | 153.38 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 170 | 0.7 | 0.09 | 0 | 0.33 | 188.07 | 0.54 | 0.43 |
| Hex | 33 | 9A | AA | 46 | 9 | 0 | 21 | BC | 36 | 2B |
| Octal | 63 | 232 | 252 | 106 | 11 | 0 | 41 | 274 | 66 | 53 |
| Binary | 110011 | 10011010 | 10101010 | 1000110 | 1001 | 0 | 100001 | 10111100 | 110110 | 101011 |
Color Harmonies of #339AAA
Complementary color
Monochromatic Colors of #339AAA
Black with #339AAA
Text Example
Text Example
White with #339AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339AAA; }
p { color: rgb(51,154,170); }
H1.HeaderClassName
{
color: #339AAA;
}
.AnyTagClassName
{
color: #339AAA;
}
</style>
background-color css
<style>
a { background-color: #339AAA; }
a { background-color: rgb(51,154,170); }
div.DivClassName
{
background-color: #339AAA;
}
.BgClassName
{
background-color: #339AAA;
}
</style>
border-color css
<style>
span { border-color: #339AAA; }
span { border-color: rgb(51,154,170); }
td.TdClassName
{
border-color: #339AAA;
}
.TagClassName
{
border-color: #339AAA;
}
</style>