Shades of Scooter #2A82A6
Tints of Scooter #2A82A6
RGB
CMYK
RGB Variations
Color information
#2A82A6 (or 0x2A82A6) is known color: Scooter. HEX triplet: 2A, 82 and A6. RGB value is (42,130,166). Sum of RGB (Red+Green+Blue) = 42+130+166=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #2A82A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A82A6 is #D57D59. Grayscale: #6B6B6B. Windows color (decimal): -13991258 or 10912298. OLE color: 10912298.
HSL color Cylindrical-coordinate representation of color #2A82A6: hue angle of 197.42º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A82A6 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 130 | 166 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.35 |
| HSL | 197.42º | 0.6% | 0.41% | - |
| HSV(B) | 197.42º | 0.75% | 0.65% | - |
| XYZ | 15.82 | 19.21 | 38.95 | - |
| YUV | 107.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 166 | 0.75 | 0.22 | 0 | 0.35 | 197.42 | 0.6 | 0.41 |
| Hex | 2A | 82 | A6 | 4B | 16 | 0 | 23 | C5 | 3C | 29 |
| Octal | 52 | 202 | 246 | 113 | 26 | 0 | 43 | 305 | 74 | 51 |
| Binary | 101010 | 10000010 | 10100110 | 1001011 | 10110 | 0 | 100011 | 11000101 | 111100 | 101001 |
Color Harmonies of #2A82A6
Complementary color
Monochromatic Colors of #2A82A6
Black with #2A82A6
Text Example
Text Example
White with #2A82A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A82A6; }
p { color: rgb(42,130,166); }
H1.HeaderClassName
{
color: #2A82A6;
}
.AnyTagClassName
{
color: #2A82A6;
}
</style>
background-color css
<style>
a { background-color: #2A82A6; }
a { background-color: rgb(42,130,166); }
div.DivClassName
{
background-color: #2A82A6;
}
.BgClassName
{
background-color: #2A82A6;
}
</style>
border-color css
<style>
span { border-color: #2A82A6; }
span { border-color: rgb(42,130,166); }
td.TdClassName
{
border-color: #2A82A6;
}
.TagClassName
{
border-color: #2A82A6;
}
</style>