Shades of Scooter #2482AD
Tints of Scooter #2482AD
RGB
CMYK
RGB Variations
Color information
#2482AD (or 0x2482AD) is known color: Scooter. HEX triplet: 24, 82 and AD. RGB value is (36,130,173). Sum of RGB (Red+Green+Blue) = 36+130+173=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #2482AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2482AD is #DB7D52. Grayscale: #6A6A6A. Windows color (decimal): -14384467 or 11371044. OLE color: 11371044.
HSL color Cylindrical-coordinate representation of color #2482AD: hue angle of 198.83º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2482AD is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 130 | 173 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.32 |
| HSL | 198.83º | 0.66% | 0.41% | - |
| HSV(B) | 198.83º | 0.79% | 0.68% | - |
| XYZ | 16.25 | 19.36 | 42.41 | - |
| YUV | 106.8 | 165.36 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 173 | 0.79 | 0.25 | 0 | 0.32 | 198.83 | 0.66 | 0.41 |
| Hex | 24 | 82 | AD | 4F | 19 | 0 | 20 | C7 | 42 | 29 |
| Octal | 44 | 202 | 255 | 117 | 31 | 0 | 40 | 307 | 102 | 51 |
| Binary | 100100 | 10000010 | 10101101 | 1001111 | 11001 | 0 | 100000 | 11000111 | 1000010 | 101001 |
Color Harmonies of #2482AD
Complementary color
Monochromatic Colors of #2482AD
Black with #2482AD
Text Example
Text Example
White with #2482AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2482AD; }
p { color: rgb(36,130,173); }
H1.HeaderClassName
{
color: #2482AD;
}
.AnyTagClassName
{
color: #2482AD;
}
</style>
background-color css
<style>
a { background-color: #2482AD; }
a { background-color: rgb(36,130,173); }
div.DivClassName
{
background-color: #2482AD;
}
.BgClassName
{
background-color: #2482AD;
}
</style>
border-color css
<style>
span { border-color: #2482AD; }
span { border-color: rgb(36,130,173); }
td.TdClassName
{
border-color: #2482AD;
}
.TagClassName
{
border-color: #2482AD;
}
</style>