Shades of Scooter #2886AD
Tints of Scooter #2886AD
RGB
CMYK
RGB Variations
Color information
#2886AD (or 0x2886AD) is known color: Scooter. HEX triplet: 28, 86 and AD. RGB value is (40,134,173). Sum of RGB (Red+Green+Blue) = 40+134+173=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #2886AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2886AD is #D77952. Grayscale: #6E6E6E. Windows color (decimal): -14121299 or 11372072. OLE color: 11372072.
HSL color Cylindrical-coordinate representation of color #2886AD: hue angle of 197.59º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2886AD is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 134 | 173 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.32 |
| HSL | 197.59º | 0.62% | 0.42% | - |
| HSV(B) | 197.59º | 0.77% | 0.68% | - |
| XYZ | 16.94 | 20.52 | 42.6 | - |
| YUV | 110.34 | 163.36 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 173 | 0.77 | 0.23 | 0 | 0.32 | 197.59 | 0.62 | 0.42 |
| Hex | 28 | 86 | AD | 4D | 17 | 0 | 20 | C6 | 3E | 2A |
| Octal | 50 | 206 | 255 | 115 | 27 | 0 | 40 | 306 | 76 | 52 |
| Binary | 101000 | 10000110 | 10101101 | 1001101 | 10111 | 0 | 100000 | 11000110 | 111110 | 101010 |
Color Harmonies of #2886AD
Complementary color
Monochromatic Colors of #2886AD
Black with #2886AD
Text Example
Text Example
White with #2886AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2886AD; }
p { color: rgb(40,134,173); }
H1.HeaderClassName
{
color: #2886AD;
}
.AnyTagClassName
{
color: #2886AD;
}
</style>
background-color css
<style>
a { background-color: #2886AD; }
a { background-color: rgb(40,134,173); }
div.DivClassName
{
background-color: #2886AD;
}
.BgClassName
{
background-color: #2886AD;
}
</style>
border-color css
<style>
span { border-color: #2886AD; }
span { border-color: rgb(40,134,173); }
td.TdClassName
{
border-color: #2886AD;
}
.TagClassName
{
border-color: #2886AD;
}
</style>