Shades of Scooter #2880AA
Tints of Scooter #2880AA
RGB
CMYK
RGB Variations
Color information
#2880AA (or 0x2880AA) is known color: Scooter. HEX triplet: 28, 80 and AA. RGB value is (40,128,170). Sum of RGB (Red+Green+Blue) = 40+128+170=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #2880AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2880AA is #D77F55. Grayscale: #6A6A6A. Windows color (decimal): -14122838 or 11173928. OLE color: 11173928.
HSL color Cylindrical-coordinate representation of color #2880AA: hue angle of 199.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2880AA is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 128 | 170 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.33 |
| HSL | 199.38º | 0.62% | 0.41% | - |
| HSV(B) | 199.38º | 0.76% | 0.67% | - |
| XYZ | 15.85 | 18.79 | 40.82 | - |
| YUV | 106.48 | 163.85 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 170 | 0.76 | 0.25 | 0 | 0.33 | 199.38 | 0.62 | 0.41 |
| Hex | 28 | 80 | AA | 4C | 19 | 0 | 21 | C7 | 3E | 29 |
| Octal | 50 | 200 | 252 | 114 | 31 | 0 | 41 | 307 | 76 | 51 |
| Binary | 101000 | 10000000 | 10101010 | 1001100 | 11001 | 0 | 100001 | 11000111 | 111110 | 101001 |
Color Harmonies of #2880AA
Complementary color
Monochromatic Colors of #2880AA
Black with #2880AA
Text Example
Text Example
White with #2880AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880AA; }
p { color: rgb(40,128,170); }
H1.HeaderClassName
{
color: #2880AA;
}
.AnyTagClassName
{
color: #2880AA;
}
</style>
background-color css
<style>
a { background-color: #2880AA; }
a { background-color: rgb(40,128,170); }
div.DivClassName
{
background-color: #2880AA;
}
.BgClassName
{
background-color: #2880AA;
}
</style>
border-color css
<style>
span { border-color: #2880AA; }
span { border-color: rgb(40,128,170); }
td.TdClassName
{
border-color: #2880AA;
}
.TagClassName
{
border-color: #2880AA;
}
</style>