Shades of Scooter #2882A1
Tints of Scooter #2882A1
RGB
CMYK
RGB Variations
Color information
#2882A1 (or 0x2882A1) is known color: Scooter. HEX triplet: 28, 82 and A1. RGB value is (40,130,161). Sum of RGB (Red+Green+Blue) = 40+130+161=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 161 - color contains mainly: blue. Hex color #2882A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2882A1 is #D77D5E. Grayscale: #6A6A6A. Windows color (decimal): -14122335 or 10584616. OLE color: 10584616.
HSL color Cylindrical-coordinate representation of color #2882A1: hue angle of 195.37º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2882A1 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 130 | 161 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.37 |
| HSL | 195.37º | 0.6% | 0.39% | - |
| HSV(B) | 195.37º | 0.75% | 0.63% | - |
| XYZ | 15.29 | 18.99 | 36.58 | - |
| YUV | 106.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 161 | 0.75 | 0.19 | 0 | 0.37 | 195.37 | 0.6 | 0.39 |
| Hex | 28 | 82 | A1 | 4B | 13 | 0 | 25 | C3 | 3C | 27 |
| Octal | 50 | 202 | 241 | 113 | 23 | 0 | 45 | 303 | 74 | 47 |
| Binary | 101000 | 10000010 | 10100001 | 1001011 | 10011 | 0 | 100101 | 11000011 | 111100 | 100111 |
Color Harmonies of #2882A1
Complementary color
Monochromatic Colors of #2882A1
Black with #2882A1
Text Example
Text Example
White with #2882A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882A1; }
p { color: rgb(40,130,161); }
H1.HeaderClassName
{
color: #2882A1;
}
.AnyTagClassName
{
color: #2882A1;
}
</style>
background-color css
<style>
a { background-color: #2882A1; }
a { background-color: rgb(40,130,161); }
div.DivClassName
{
background-color: #2882A1;
}
.BgClassName
{
background-color: #2882A1;
}
</style>
border-color css
<style>
span { border-color: #2882A1; }
span { border-color: rgb(40,130,161); }
td.TdClassName
{
border-color: #2882A1;
}
.TagClassName
{
border-color: #2882A1;
}
</style>