Shades of Scooter #3490AA
Tints of Scooter #3490AA
RGB
CMYK
RGB Variations
Color information
#3490AA (or 0x3490AA) is known color: Scooter. HEX triplet: 34, 90 and AA. RGB value is (52,144,170). Sum of RGB (Red+Green+Blue) = 52+144+170=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #3490AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3490AA is #CB6F55. Grayscale: #777777. Windows color (decimal): -13332310 or 11178036. OLE color: 11178036.
HSL color Cylindrical-coordinate representation of color #3490AA: hue angle of 193.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3490AA is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 144 | 170 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.33 |
| HSL | 193.22º | 0.53% | 0.44% | - |
| HSV(B) | 193.22º | 0.69% | 0.67% | - |
| XYZ | 18.65 | 23.58 | 41.6 | - |
| YUV | 119.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 170 | 0.69 | 0.15 | 0 | 0.33 | 193.22 | 0.53 | 0.44 |
| Hex | 34 | 90 | AA | 45 | F | 0 | 21 | C1 | 35 | 2C |
| Octal | 64 | 220 | 252 | 105 | 17 | 0 | 41 | 301 | 65 | 54 |
| Binary | 110100 | 10010000 | 10101010 | 1000101 | 1111 | 0 | 100001 | 11000001 | 110101 | 101100 |
Color Harmonies of #3490AA
Complementary color
Monochromatic Colors of #3490AA
Black with #3490AA
Text Example
Text Example
White with #3490AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3490AA; }
p { color: rgb(52,144,170); }
H1.HeaderClassName
{
color: #3490AA;
}
.AnyTagClassName
{
color: #3490AA;
}
</style>
background-color css
<style>
a { background-color: #3490AA; }
a { background-color: rgb(52,144,170); }
div.DivClassName
{
background-color: #3490AA;
}
.BgClassName
{
background-color: #3490AA;
}
</style>
border-color css
<style>
span { border-color: #3490AA; }
span { border-color: rgb(52,144,170); }
td.TdClassName
{
border-color: #3490AA;
}
.TagClassName
{
border-color: #3490AA;
}
</style>