Shades of Scooter #2482A7
Tints of Scooter #2482A7
RGB
CMYK
RGB Variations
Color information
#2482A7 (or 0x2482A7) is known color: Scooter. HEX triplet: 24, 82 and A7. RGB value is (36,130,167). Sum of RGB (Red+Green+Blue) = 36+130+167=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 167 (65.62% from 255 or 50.15% from 333); Max value from RGB is 167 - color contains mainly: blue. Hex color #2482A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2482A7 is #DB7D58. Grayscale: #696969. Windows color (decimal): -14384473 or 10977828. OLE color: 10977828.
HSL color Cylindrical-coordinate representation of color #2482A7: hue angle of 196.95º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2482A7 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 130 | 167 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.35 |
| HSL | 196.95º | 0.65% | 0.4% | - |
| HSV(B) | 196.95º | 0.78% | 0.65% | - |
| XYZ | 15.69 | 19.13 | 39.43 | - |
| YUV | 106.11 | 162.36 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 167 | 0.78 | 0.22 | 0 | 0.35 | 196.95 | 0.65 | 0.4 |
| Hex | 24 | 82 | A7 | 4E | 16 | 0 | 23 | C5 | 41 | 28 |
| Octal | 44 | 202 | 247 | 116 | 26 | 0 | 43 | 305 | 101 | 50 |
| Binary | 100100 | 10000010 | 10100111 | 1001110 | 10110 | 0 | 100011 | 11000101 | 1000001 | 101000 |
Color Harmonies of #2482A7
Complementary color
Monochromatic Colors of #2482A7
Black with #2482A7
Text Example
Text Example
White with #2482A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2482A7; }
p { color: rgb(36,130,167); }
H1.HeaderClassName
{
color: #2482A7;
}
.AnyTagClassName
{
color: #2482A7;
}
</style>
background-color css
<style>
a { background-color: #2482A7; }
a { background-color: rgb(36,130,167); }
div.DivClassName
{
background-color: #2482A7;
}
.BgClassName
{
background-color: #2482A7;
}
</style>
border-color css
<style>
span { border-color: #2482A7; }
span { border-color: rgb(36,130,167); }
td.TdClassName
{
border-color: #2482A7;
}
.TagClassName
{
border-color: #2482A7;
}
</style>