Shades of Scooter #2883AD
Tints of Scooter #2883AD
RGB
CMYK
RGB Variations
Color information
#2883AD (or 0x2883AD) is known color: Scooter. HEX triplet: 28, 83 and AD. RGB value is (40,131,173). Sum of RGB (Red+Green+Blue) = 40+131+173=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #2883AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2883AD is #D77C52. Grayscale: #6C6C6C. Windows color (decimal): -14122067 or 11371304. OLE color: 11371304.
HSL color Cylindrical-coordinate representation of color #2883AD: hue angle of 198.95º 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 #2883AD is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 131 | 173 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.32 |
| HSL | 198.95º | 0.62% | 0.42% | - |
| HSV(B) | 198.95º | 0.77% | 0.68% | - |
| XYZ | 16.53 | 19.7 | 42.47 | - |
| YUV | 108.58 | 164.35 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 173 | 0.77 | 0.24 | 0 | 0.32 | 198.95 | 0.62 | 0.42 |
| Hex | 28 | 83 | AD | 4D | 18 | 0 | 20 | C7 | 3E | 2A |
| Octal | 50 | 203 | 255 | 115 | 30 | 0 | 40 | 307 | 76 | 52 |
| Binary | 101000 | 10000011 | 10101101 | 1001101 | 11000 | 0 | 100000 | 11000111 | 111110 | 101010 |
Color Harmonies of #2883AD
Complementary color
Monochromatic Colors of #2883AD
Black with #2883AD
Text Example
Text Example
White with #2883AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2883AD; }
p { color: rgb(40,131,173); }
H1.HeaderClassName
{
color: #2883AD;
}
.AnyTagClassName
{
color: #2883AD;
}
</style>
background-color css
<style>
a { background-color: #2883AD; }
a { background-color: rgb(40,131,173); }
div.DivClassName
{
background-color: #2883AD;
}
.BgClassName
{
background-color: #2883AD;
}
</style>
border-color css
<style>
span { border-color: #2883AD; }
span { border-color: rgb(40,131,173); }
td.TdClassName
{
border-color: #2883AD;
}
.TagClassName
{
border-color: #2883AD;
}
</style>