Shades of Scooter #349AA9
Tints of Scooter #349AA9
RGB
CMYK
RGB Variations
Color information
#349AA9 (or 0x349AA9) is known color: Scooter. HEX triplet: 34, 9A and A9. RGB value is (52,154,169). Sum of RGB (Red+Green+Blue) = 52+154+169=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #349AA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349AA9 is #CB6556. Grayscale: #7D7D7D. Windows color (decimal): -13329751 or 11115060. OLE color: 11115060.
HSL color Cylindrical-coordinate representation of color #349AA9: hue angle of 187.69º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #349AA9 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 154 | 169 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.34 |
| HSL | 187.69º | 0.53% | 0.43% | - |
| HSV(B) | 187.69º | 0.69% | 0.66% | - |
| XYZ | 20.13 | 26.71 | 41.63 | - |
| YUV | 125.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 169 | 0.69 | 0.09 | 0 | 0.34 | 187.69 | 0.53 | 0.43 |
| Hex | 34 | 9A | A9 | 45 | 9 | 0 | 22 | BC | 35 | 2B |
| Octal | 64 | 232 | 251 | 105 | 11 | 0 | 42 | 274 | 65 | 53 |
| Binary | 110100 | 10011010 | 10101001 | 1000101 | 1001 | 0 | 100010 | 10111100 | 110101 | 101011 |
Color Harmonies of #349AA9
Complementary color
Monochromatic Colors of #349AA9
Black with #349AA9
Text Example
Text Example
White with #349AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349AA9; }
p { color: rgb(52,154,169); }
H1.HeaderClassName
{
color: #349AA9;
}
.AnyTagClassName
{
color: #349AA9;
}
</style>
background-color css
<style>
a { background-color: #349AA9; }
a { background-color: rgb(52,154,169); }
div.DivClassName
{
background-color: #349AA9;
}
.BgClassName
{
background-color: #349AA9;
}
</style>
border-color css
<style>
span { border-color: #349AA9; }
span { border-color: rgb(52,154,169); }
td.TdClassName
{
border-color: #349AA9;
}
.TagClassName
{
border-color: #349AA9;
}
</style>