Shades of Scooter #2882AC
Tints of Scooter #2882AC
RGB
CMYK
RGB Variations
Color information
#2882AC (or 0x2882AC) is known color: Scooter. HEX triplet: 28, 82 and AC. RGB value is (40,130,172). Sum of RGB (Red+Green+Blue) = 40+130+172=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #2882AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2882AC is #D77D53. Grayscale: #6B6B6B. Windows color (decimal): -14122324 or 11305512. OLE color: 11305512.
HSL color Cylindrical-coordinate representation of color #2882AC: hue angle of 199.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2882AC is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 130 | 172 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.33 |
| HSL | 199.09º | 0.62% | 0.42% | - |
| HSV(B) | 199.09º | 0.77% | 0.67% | - |
| XYZ | 16.3 | 19.39 | 41.91 | - |
| YUV | 107.88 | 164.18 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 172 | 0.77 | 0.24 | 0 | 0.33 | 199.09 | 0.62 | 0.42 |
| Hex | 28 | 82 | AC | 4D | 18 | 0 | 21 | C7 | 3E | 2A |
| Octal | 50 | 202 | 254 | 115 | 30 | 0 | 41 | 307 | 76 | 52 |
| Binary | 101000 | 10000010 | 10101100 | 1001101 | 11000 | 0 | 100001 | 11000111 | 111110 | 101010 |
Color Harmonies of #2882AC
Complementary color
Monochromatic Colors of #2882AC
Black with #2882AC
Text Example
Text Example
White with #2882AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882AC; }
p { color: rgb(40,130,172); }
H1.HeaderClassName
{
color: #2882AC;
}
.AnyTagClassName
{
color: #2882AC;
}
</style>
background-color css
<style>
a { background-color: #2882AC; }
a { background-color: rgb(40,130,172); }
div.DivClassName
{
background-color: #2882AC;
}
.BgClassName
{
background-color: #2882AC;
}
</style>
border-color css
<style>
span { border-color: #2882AC; }
span { border-color: rgb(40,130,172); }
td.TdClassName
{
border-color: #2882AC;
}
.TagClassName
{
border-color: #2882AC;
}
</style>