Shades of Scooter #3490AB
Tints of Scooter #3490AB
RGB
CMYK
RGB Variations
Color information
#3490AB (or 0x3490AB) is known color: Scooter. HEX triplet: 34, 90 and AB. RGB value is (52,144,171). Sum of RGB (Red+Green+Blue) = 52+144+171=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #3490AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3490AB is #CB6F54. Grayscale: #777777. Windows color (decimal): -13332309 or 11243572. OLE color: 11243572.
HSL color Cylindrical-coordinate representation of color #3490AB: hue angle of 193.61º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3490AB is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 144 | 171 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.33 |
| HSL | 193.61º | 0.53% | 0.44% | - |
| HSV(B) | 193.61º | 0.7% | 0.67% | - |
| XYZ | 18.74 | 23.62 | 42.1 | - |
| YUV | 119.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 171 | 0.70 | 0.16 | 0 | 0.33 | 193.61 | 0.53 | 0.44 |
| Hex | 34 | 90 | AB | 46 | 10 | 0 | 21 | C2 | 35 | 2C |
| Octal | 64 | 220 | 253 | 106 | 20 | 0 | 41 | 302 | 65 | 54 |
| Binary | 110100 | 10010000 | 10101011 | 1000110 | 10000 | 0 | 100001 | 11000010 | 110101 | 101100 |
Color Harmonies of #3490AB
Complementary color
Monochromatic Colors of #3490AB
Black with #3490AB
Text Example
Text Example
White with #3490AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3490AB; }
p { color: rgb(52,144,171); }
H1.HeaderClassName
{
color: #3490AB;
}
.AnyTagClassName
{
color: #3490AB;
}
</style>
background-color css
<style>
a { background-color: #3490AB; }
a { background-color: rgb(52,144,171); }
div.DivClassName
{
background-color: #3490AB;
}
.BgClassName
{
background-color: #3490AB;
}
</style>
border-color css
<style>
span { border-color: #3490AB; }
span { border-color: rgb(52,144,171); }
td.TdClassName
{
border-color: #3490AB;
}
.TagClassName
{
border-color: #3490AB;
}
</style>