Shades of Scooter #2885AB
Tints of Scooter #2885AB
RGB
CMYK
RGB Variations
Color information
#2885AB (or 0x2885AB) is known color: Scooter. HEX triplet: 28, 85 and AB. RGB value is (40,133,171). Sum of RGB (Red+Green+Blue) = 40+133+171=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #2885AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2885AB is #D77A54. Grayscale: #6D6D6D. Windows color (decimal): -14121557 or 11240744. OLE color: 11240744.
HSL color Cylindrical-coordinate representation of color #2885AB: hue angle of 197.4º 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 #2885AB is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 133 | 171 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.33 |
| HSL | 197.4º | 0.62% | 0.41% | - |
| HSV(B) | 197.4º | 0.77% | 0.67% | - |
| XYZ | 16.61 | 20.17 | 41.54 | - |
| YUV | 109.53 | 162.69 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 171 | 0.77 | 0.22 | 0 | 0.33 | 197.4 | 0.62 | 0.41 |
| Hex | 28 | 85 | AB | 4D | 16 | 0 | 21 | C5 | 3E | 29 |
| Octal | 50 | 205 | 253 | 115 | 26 | 0 | 41 | 305 | 76 | 51 |
| Binary | 101000 | 10000101 | 10101011 | 1001101 | 10110 | 0 | 100001 | 11000101 | 111110 | 101001 |
Color Harmonies of #2885AB
Complementary color
Monochromatic Colors of #2885AB
Black with #2885AB
Text Example
Text Example
White with #2885AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885AB; }
p { color: rgb(40,133,171); }
H1.HeaderClassName
{
color: #2885AB;
}
.AnyTagClassName
{
color: #2885AB;
}
</style>
background-color css
<style>
a { background-color: #2885AB; }
a { background-color: rgb(40,133,171); }
div.DivClassName
{
background-color: #2885AB;
}
.BgClassName
{
background-color: #2885AB;
}
</style>
border-color css
<style>
span { border-color: #2885AB; }
span { border-color: rgb(40,133,171); }
td.TdClassName
{
border-color: #2885AB;
}
.TagClassName
{
border-color: #2885AB;
}
</style>