Shades of Scooter #2986AF
Tints of Scooter #2986AF
RGB
CMYK
RGB Variations
Color information
#2986AF (or 0x2986AF) is known color: Scooter. HEX triplet: 29, 86 and AF. RGB value is (41,134,175). Sum of RGB (Red+Green+Blue) = 41+134+175=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #2986AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2986AF is #D67950. Grayscale: #6E6E6E. Windows color (decimal): -14055761 or 11503145. OLE color: 11503145.
HSL color Cylindrical-coordinate representation of color #2986AF: hue angle of 198.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2986AF is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 134 | 175 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.31 |
| HSL | 198.36º | 0.62% | 0.42% | - |
| HSV(B) | 198.36º | 0.77% | 0.69% | - |
| XYZ | 17.18 | 20.62 | 43.63 | - |
| YUV | 110.87 | 164.19 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 175 | 0.77 | 0.23 | 0 | 0.31 | 198.36 | 0.62 | 0.42 |
| Hex | 29 | 86 | AF | 4D | 17 | 0 | 1F | C6 | 3E | 2A |
| Octal | 51 | 206 | 257 | 115 | 27 | 0 | 37 | 306 | 76 | 52 |
| Binary | 101001 | 10000110 | 10101111 | 1001101 | 10111 | 0 | 11111 | 11000110 | 111110 | 101010 |
Color Harmonies of #2986AF
Complementary color
Monochromatic Colors of #2986AF
Black with #2986AF
Text Example
Text Example
White with #2986AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2986AF; }
p { color: rgb(41,134,175); }
H1.HeaderClassName
{
color: #2986AF;
}
.AnyTagClassName
{
color: #2986AF;
}
</style>
background-color css
<style>
a { background-color: #2986AF; }
a { background-color: rgb(41,134,175); }
div.DivClassName
{
background-color: #2986AF;
}
.BgClassName
{
background-color: #2986AF;
}
</style>
border-color css
<style>
span { border-color: #2986AF; }
span { border-color: rgb(41,134,175); }
td.TdClassName
{
border-color: #2986AF;
}
.TagClassName
{
border-color: #2986AF;
}
</style>