Shades of Scooter #2E86AB
Tints of Scooter #2E86AB
RGB
CMYK
RGB Variations
Color information
#2E86AB (or 0x2E86AB) is known color: Scooter. HEX triplet: 2E, 86 and AB. RGB value is (46,134,171). Sum of RGB (Red+Green+Blue) = 46+134+171=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E86AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E86AB is #D17954. Grayscale: #6F6F6F. Windows color (decimal): -13728085 or 11241006. OLE color: 11241006.
HSL color Cylindrical-coordinate representation of color #2E86AB: hue angle of 197.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E86AB is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 134 | 171 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.33 |
| HSL | 197.76º | 0.58% | 0.43% | - |
| HSV(B) | 197.76º | 0.73% | 0.67% | - |
| XYZ | 17 | 20.57 | 41.6 | - |
| YUV | 111.91 | 161.35 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 134 | 171 | 0.73 | 0.22 | 0 | 0.33 | 197.76 | 0.58 | 0.43 |
| Hex | 2E | 86 | AB | 49 | 16 | 0 | 21 | C6 | 3A | 2B |
| Octal | 56 | 206 | 253 | 111 | 26 | 0 | 41 | 306 | 72 | 53 |
| Binary | 101110 | 10000110 | 10101011 | 1001001 | 10110 | 0 | 100001 | 11000110 | 111010 | 101011 |
Color Harmonies of #2E86AB
Complementary color
Monochromatic Colors of #2E86AB
Black with #2E86AB
Text Example
Text Example
White with #2E86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E86AB; }
p { color: rgb(46,134,171); }
H1.HeaderClassName
{
color: #2E86AB;
}
.AnyTagClassName
{
color: #2E86AB;
}
</style>
background-color css
<style>
a { background-color: #2E86AB; }
a { background-color: rgb(46,134,171); }
div.DivClassName
{
background-color: #2E86AB;
}
.BgClassName
{
background-color: #2E86AB;
}
</style>
border-color css
<style>
span { border-color: #2E86AB; }
span { border-color: rgb(46,134,171); }
td.TdClassName
{
border-color: #2E86AB;
}
.TagClassName
{
border-color: #2E86AB;
}
</style>