Shades of Scooter #2885AC
Tints of Scooter #2885AC
RGB
CMYK
RGB Variations
Color information
#2885AC (or 0x2885AC) is known color: Scooter. HEX triplet: 28, 85 and AC. RGB value is (40,133,172). Sum of RGB (Red+Green+Blue) = 40+133+172=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #2885AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2885AC is #D77A53. Grayscale: #6D6D6D. Windows color (decimal): -14121556 or 11306280. OLE color: 11306280.
HSL color Cylindrical-coordinate representation of color #2885AC: hue angle of 197.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2885AC is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 133 | 172 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.33 |
| HSL | 197.73º | 0.62% | 0.42% | - |
| HSV(B) | 197.73º | 0.77% | 0.67% | - |
| XYZ | 16.71 | 20.2 | 42.05 | - |
| YUV | 109.64 | 163.19 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 172 | 0.77 | 0.23 | 0 | 0.33 | 197.73 | 0.62 | 0.42 |
| Hex | 28 | 85 | AC | 4D | 17 | 0 | 21 | C6 | 3E | 2A |
| Octal | 50 | 205 | 254 | 115 | 27 | 0 | 41 | 306 | 76 | 52 |
| Binary | 101000 | 10000101 | 10101100 | 1001101 | 10111 | 0 | 100001 | 11000110 | 111110 | 101010 |
Color Harmonies of #2885AC
Complementary color
Monochromatic Colors of #2885AC
Black with #2885AC
Text Example
Text Example
White with #2885AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885AC; }
p { color: rgb(40,133,172); }
H1.HeaderClassName
{
color: #2885AC;
}
.AnyTagClassName
{
color: #2885AC;
}
</style>
background-color css
<style>
a { background-color: #2885AC; }
a { background-color: rgb(40,133,172); }
div.DivClassName
{
background-color: #2885AC;
}
.BgClassName
{
background-color: #2885AC;
}
</style>
border-color css
<style>
span { border-color: #2885AC; }
span { border-color: rgb(40,133,172); }
td.TdClassName
{
border-color: #2885AC;
}
.TagClassName
{
border-color: #2885AC;
}
</style>