Shades of Scooter #2887AD
Tints of Scooter #2887AD
RGB
CMYK
RGB Variations
Color information
#2887AD (or 0x2887AD) is known color: Scooter. HEX triplet: 28, 87 and AD. RGB value is (40,135,173). Sum of RGB (Red+Green+Blue) = 40+135+173=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #2887AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2887AD is #D77852. Grayscale: #6E6E6E. Windows color (decimal): -14121043 or 11372328. OLE color: 11372328.
HSL color Cylindrical-coordinate representation of color #2887AD: hue angle of 197.14º 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 #2887AD is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 135 | 173 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.32 |
| HSL | 197.14º | 0.62% | 0.42% | - |
| HSV(B) | 197.14º | 0.77% | 0.68% | - |
| XYZ | 17.08 | 20.8 | 42.65 | - |
| YUV | 110.93 | 163.03 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 173 | 0.77 | 0.22 | 0 | 0.32 | 197.14 | 0.62 | 0.42 |
| Hex | 28 | 87 | AD | 4D | 16 | 0 | 20 | C5 | 3E | 2A |
| Octal | 50 | 207 | 255 | 115 | 26 | 0 | 40 | 305 | 76 | 52 |
| Binary | 101000 | 10000111 | 10101101 | 1001101 | 10110 | 0 | 100000 | 11000101 | 111110 | 101010 |
Color Harmonies of #2887AD
Complementary color
Monochromatic Colors of #2887AD
Black with #2887AD
Text Example
Text Example
White with #2887AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2887AD; }
p { color: rgb(40,135,173); }
H1.HeaderClassName
{
color: #2887AD;
}
.AnyTagClassName
{
color: #2887AD;
}
</style>
background-color css
<style>
a { background-color: #2887AD; }
a { background-color: rgb(40,135,173); }
div.DivClassName
{
background-color: #2887AD;
}
.BgClassName
{
background-color: #2887AD;
}
</style>
border-color css
<style>
span { border-color: #2887AD; }
span { border-color: rgb(40,135,173); }
td.TdClassName
{
border-color: #2887AD;
}
.TagClassName
{
border-color: #2887AD;
}
</style>