Shades of Scooter #2883AB
Tints of Scooter #2883AB
RGB
CMYK
RGB Variations
Color information
#2883AB (or 0x2883AB) is known color: Scooter. HEX triplet: 28, 83 and AB. RGB value is (40,131,171). Sum of RGB (Red+Green+Blue) = 40+131+171=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #2883AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2883AB is #D77C54. Grayscale: #6C6C6C. Windows color (decimal): -14122069 or 11240232. OLE color: 11240232.
HSL color Cylindrical-coordinate representation of color #2883AB: hue angle of 198.32º 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 #2883AB is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 131 | 171 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.33 |
| HSL | 198.32º | 0.62% | 0.41% | - |
| HSV(B) | 198.32º | 0.77% | 0.67% | - |
| XYZ | 16.34 | 19.62 | 41.45 | - |
| YUV | 108.35 | 163.35 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 171 | 0.77 | 0.23 | 0 | 0.33 | 198.32 | 0.62 | 0.41 |
| Hex | 28 | 83 | AB | 4D | 17 | 0 | 21 | C6 | 3E | 29 |
| Octal | 50 | 203 | 253 | 115 | 27 | 0 | 41 | 306 | 76 | 51 |
| Binary | 101000 | 10000011 | 10101011 | 1001101 | 10111 | 0 | 100001 | 11000110 | 111110 | 101001 |
Color Harmonies of #2883AB
Complementary color
Monochromatic Colors of #2883AB
Black with #2883AB
Text Example
Text Example
White with #2883AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2883AB; }
p { color: rgb(40,131,171); }
H1.HeaderClassName
{
color: #2883AB;
}
.AnyTagClassName
{
color: #2883AB;
}
</style>
background-color css
<style>
a { background-color: #2883AB; }
a { background-color: rgb(40,131,171); }
div.DivClassName
{
background-color: #2883AB;
}
.BgClassName
{
background-color: #2883AB;
}
</style>
border-color css
<style>
span { border-color: #2883AB; }
span { border-color: rgb(40,131,171); }
td.TdClassName
{
border-color: #2883AB;
}
.TagClassName
{
border-color: #2883AB;
}
</style>