Shades of Scooter #2E87AB
Tints of Scooter #2E87AB
RGB
CMYK
RGB Variations
Color information
#2E87AB (or 0x2E87AB) is known color: Scooter. HEX triplet: 2E, 87 and AB. RGB value is (46,135,171). Sum of RGB (Red+Green+Blue) = 46+135+171=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E87AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E87AB is #D17854. Grayscale: #707070. Windows color (decimal): -13727829 or 11241262. OLE color: 11241262.
HSL color Cylindrical-coordinate representation of color #2E87AB: hue angle of 197.28º 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 #2E87AB is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 135 | 171 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.33 |
| HSL | 197.28º | 0.58% | 0.43% | - |
| HSV(B) | 197.28º | 0.73% | 0.67% | - |
| XYZ | 17.14 | 20.85 | 41.65 | - |
| YUV | 112.49 | 161.01 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 171 | 0.73 | 0.21 | 0 | 0.33 | 197.28 | 0.58 | 0.43 |
| Hex | 2E | 87 | AB | 49 | 15 | 0 | 21 | C5 | 3A | 2B |
| Octal | 56 | 207 | 253 | 111 | 25 | 0 | 41 | 305 | 72 | 53 |
| Binary | 101110 | 10000111 | 10101011 | 1001001 | 10101 | 0 | 100001 | 11000101 | 111010 | 101011 |
Color Harmonies of #2E87AB
Complementary color
Monochromatic Colors of #2E87AB
Black with #2E87AB
Text Example
Text Example
White with #2E87AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E87AB; }
p { color: rgb(46,135,171); }
H1.HeaderClassName
{
color: #2E87AB;
}
.AnyTagClassName
{
color: #2E87AB;
}
</style>
background-color css
<style>
a { background-color: #2E87AB; }
a { background-color: rgb(46,135,171); }
div.DivClassName
{
background-color: #2E87AB;
}
.BgClassName
{
background-color: #2E87AB;
}
</style>
border-color css
<style>
span { border-color: #2E87AB; }
span { border-color: rgb(46,135,171); }
td.TdClassName
{
border-color: #2E87AB;
}
.TagClassName
{
border-color: #2E87AB;
}
</style>