Shades of Scooter #2490A2
Tints of Scooter #2490A2
RGB
CMYK
RGB Variations
Color information
#2490A2 (or 0x2490A2) is known color: Scooter. HEX triplet: 24, 90 and A2. RGB value is (36,144,162). Sum of RGB (Red+Green+Blue) = 36+144+162=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #2490A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2490A2 is #DB6F5D. Grayscale: #717171. Windows color (decimal): -14380894 or 10653732. OLE color: 10653732.
HSL color Cylindrical-coordinate representation of color #2490A2: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2490A2 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 144 | 162 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.36 |
| HSL | 188.57º | 0.64% | 0.39% | - |
| HSV(B) | 188.57º | 0.78% | 0.64% | - |
| XYZ | 17.22 | 22.93 | 37.7 | - |
| YUV | 113.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 162 | 0.78 | 0.11 | 0 | 0.36 | 188.57 | 0.64 | 0.39 |
| Hex | 24 | 90 | A2 | 4E | B | 0 | 24 | BD | 40 | 27 |
| Octal | 44 | 220 | 242 | 116 | 13 | 0 | 44 | 275 | 100 | 47 |
| Binary | 100100 | 10010000 | 10100010 | 1001110 | 1011 | 0 | 100100 | 10111101 | 1000000 | 100111 |
Color Harmonies of #2490A2
Complementary color
Monochromatic Colors of #2490A2
Black with #2490A2
Text Example
Text Example
White with #2490A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2490A2; }
p { color: rgb(36,144,162); }
H1.HeaderClassName
{
color: #2490A2;
}
.AnyTagClassName
{
color: #2490A2;
}
</style>
background-color css
<style>
a { background-color: #2490A2; }
a { background-color: rgb(36,144,162); }
div.DivClassName
{
background-color: #2490A2;
}
.BgClassName
{
background-color: #2490A2;
}
</style>
border-color css
<style>
span { border-color: #2490A2; }
span { border-color: rgb(36,144,162); }
td.TdClassName
{
border-color: #2490A2;
}
.TagClassName
{
border-color: #2490A2;
}
</style>