Shades of Scooter #2880A4
Tints of Scooter #2880A4
RGB
CMYK
RGB Variations
Color information
#2880A4 (or 0x2880A4) is known color: Scooter. HEX triplet: 28, 80 and A4. RGB value is (40,128,164). Sum of RGB (Red+Green+Blue) = 40+128+164=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #2880A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2880A4 is #D77F5B. Grayscale: #696969. Windows color (decimal): -14122844 or 10780712. OLE color: 10780712.
HSL color Cylindrical-coordinate representation of color #2880A4: hue angle of 197.42º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2880A4 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 128 | 164 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.36 |
| HSL | 197.42º | 0.61% | 0.4% | - |
| HSV(B) | 197.42º | 0.76% | 0.64% | - |
| XYZ | 15.3 | 18.57 | 37.9 | - |
| YUV | 105.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 164 | 0.76 | 0.22 | 0 | 0.36 | 197.42 | 0.61 | 0.4 |
| Hex | 28 | 80 | A4 | 4C | 16 | 0 | 24 | C5 | 3D | 28 |
| Octal | 50 | 200 | 244 | 114 | 26 | 0 | 44 | 305 | 75 | 50 |
| Binary | 101000 | 10000000 | 10100100 | 1001100 | 10110 | 0 | 100100 | 11000101 | 111101 | 101000 |
Color Harmonies of #2880A4
Complementary color
Monochromatic Colors of #2880A4
Black with #2880A4
Text Example
Text Example
White with #2880A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880A4; }
p { color: rgb(40,128,164); }
H1.HeaderClassName
{
color: #2880A4;
}
.AnyTagClassName
{
color: #2880A4;
}
</style>
background-color css
<style>
a { background-color: #2880A4; }
a { background-color: rgb(40,128,164); }
div.DivClassName
{
background-color: #2880A4;
}
.BgClassName
{
background-color: #2880A4;
}
</style>
border-color css
<style>
span { border-color: #2880A4; }
span { border-color: rgb(40,128,164); }
td.TdClassName
{
border-color: #2880A4;
}
.TagClassName
{
border-color: #2880A4;
}
</style>