Shades of Scooter #2885AA
Tints of Scooter #2885AA
RGB
CMYK
RGB Variations
Color information
#2885AA (or 0x2885AA) is known color: Scooter. HEX triplet: 28, 85 and AA. RGB value is (40,133,170). Sum of RGB (Red+Green+Blue) = 40+133+170=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #2885AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2885AA is #D77A55. Grayscale: #6D6D6D. Windows color (decimal): -14121558 or 11175208. OLE color: 11175208.
HSL color Cylindrical-coordinate representation of color #2885AA: hue angle of 197.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2885AA is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 133 | 170 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.33 |
| HSL | 197.08º | 0.62% | 0.41% | - |
| HSV(B) | 197.08º | 0.76% | 0.67% | - |
| XYZ | 16.52 | 20.13 | 41.04 | - |
| YUV | 109.41 | 162.19 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 170 | 0.76 | 0.22 | 0 | 0.33 | 197.08 | 0.62 | 0.41 |
| Hex | 28 | 85 | AA | 4C | 16 | 0 | 21 | C5 | 3E | 29 |
| Octal | 50 | 205 | 252 | 114 | 26 | 0 | 41 | 305 | 76 | 51 |
| Binary | 101000 | 10000101 | 10101010 | 1001100 | 10110 | 0 | 100001 | 11000101 | 111110 | 101001 |
Color Harmonies of #2885AA
Complementary color
Monochromatic Colors of #2885AA
Black with #2885AA
Text Example
Text Example
White with #2885AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885AA; }
p { color: rgb(40,133,170); }
H1.HeaderClassName
{
color: #2885AA;
}
.AnyTagClassName
{
color: #2885AA;
}
</style>
background-color css
<style>
a { background-color: #2885AA; }
a { background-color: rgb(40,133,170); }
div.DivClassName
{
background-color: #2885AA;
}
.BgClassName
{
background-color: #2885AA;
}
</style>
border-color css
<style>
span { border-color: #2885AA; }
span { border-color: rgb(40,133,170); }
td.TdClassName
{
border-color: #2885AA;
}
.TagClassName
{
border-color: #2885AA;
}
</style>