Shades of Scooter #2884AB
Tints of Scooter #2884AB
RGB
CMYK
RGB Variations
Color information
#2884AB (or 0x2884AB) is known color: Scooter. HEX triplet: 28, 84 and AB. RGB value is (40,132,171). Sum of RGB (Red+Green+Blue) = 40+132+171=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #2884AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2884AB is #D77B54. Grayscale: #6C6C6C. Windows color (decimal): -14121813 or 11240488. OLE color: 11240488.
HSL color Cylindrical-coordinate representation of color #2884AB: hue angle of 197.86º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2884AB is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 132 | 171 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.33 |
| HSL | 197.86º | 0.62% | 0.41% | - |
| HSV(B) | 197.86º | 0.77% | 0.67% | - |
| XYZ | 16.48 | 19.89 | 41.5 | - |
| YUV | 108.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 171 | 0.77 | 0.23 | 0 | 0.33 | 197.86 | 0.62 | 0.41 |
| Hex | 28 | 84 | AB | 4D | 17 | 0 | 21 | C6 | 3E | 29 |
| Octal | 50 | 204 | 253 | 115 | 27 | 0 | 41 | 306 | 76 | 51 |
| Binary | 101000 | 10000100 | 10101011 | 1001101 | 10111 | 0 | 100001 | 11000110 | 111110 | 101001 |
Color Harmonies of #2884AB
Complementary color
Monochromatic Colors of #2884AB
Black with #2884AB
Text Example
Text Example
White with #2884AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884AB; }
p { color: rgb(40,132,171); }
H1.HeaderClassName
{
color: #2884AB;
}
.AnyTagClassName
{
color: #2884AB;
}
</style>
background-color css
<style>
a { background-color: #2884AB; }
a { background-color: rgb(40,132,171); }
div.DivClassName
{
background-color: #2884AB;
}
.BgClassName
{
background-color: #2884AB;
}
</style>
border-color css
<style>
span { border-color: #2884AB; }
span { border-color: rgb(40,132,171); }
td.TdClassName
{
border-color: #2884AB;
}
.TagClassName
{
border-color: #2884AB;
}
</style>