Shades of Scooter #339AA0
Tints of Scooter #339AA0
RGB
CMYK
RGB Variations
Color information
#339AA0 (or 0x339AA0) is known color: Scooter. HEX triplet: 33, 9A and A0. RGB value is (51,154,160). Sum of RGB (Red+Green+Blue) = 51+154+160=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #339AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339AA0 is #CC655F. Grayscale: #7B7B7B. Windows color (decimal): -13395296 or 10525235. OLE color: 10525235.
HSL color Cylindrical-coordinate representation of color #339AA0: hue angle of 183.3º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339AA0 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 154 | 160 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.37 |
| HSL | 183.3º | 0.52% | 0.41% | - |
| HSV(B) | 183.3º | 0.68% | 0.63% | - |
| XYZ | 19.27 | 26.35 | 37.33 | - |
| YUV | 123.89 | 148.38 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 154 | 160 | 0.68 | 0.04 | 0 | 0.37 | 183.3 | 0.52 | 0.41 |
| Hex | 33 | 9A | A0 | 44 | 4 | 0 | 25 | B7 | 34 | 29 |
| Octal | 63 | 232 | 240 | 104 | 4 | 0 | 45 | 267 | 64 | 51 |
| Binary | 110011 | 10011010 | 10100000 | 1000100 | 100 | 0 | 100101 | 10110111 | 110100 | 101001 |
Color Harmonies of #339AA0
Complementary color
Monochromatic Colors of #339AA0
Black with #339AA0
Text Example
Text Example
White with #339AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339AA0; }
p { color: rgb(51,154,160); }
H1.HeaderClassName
{
color: #339AA0;
}
.AnyTagClassName
{
color: #339AA0;
}
</style>
background-color css
<style>
a { background-color: #339AA0; }
a { background-color: rgb(51,154,160); }
div.DivClassName
{
background-color: #339AA0;
}
.BgClassName
{
background-color: #339AA0;
}
</style>
border-color css
<style>
span { border-color: #339AA0; }
span { border-color: rgb(51,154,160); }
td.TdClassName
{
border-color: #339AA0;
}
.TagClassName
{
border-color: #339AA0;
}
</style>