Shades of Scooter #2E8BAB
Tints of Scooter #2E8BAB
RGB
CMYK
RGB Variations
Color information
#2E8BAB (or 0x2E8BAB) is known color: Scooter. HEX triplet: 2E, 8B and AB. RGB value is (46,139,171). Sum of RGB (Red+Green+Blue) = 46+139+171=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E8BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8BAB is #D17454. Grayscale: #727272. Windows color (decimal): -13726805 or 11242286. OLE color: 11242286.
HSL color Cylindrical-coordinate representation of color #2E8BAB: hue angle of 195.36º 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 #2E8BAB is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 139 | 171 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.33 |
| HSL | 195.36º | 0.58% | 0.43% | - |
| HSV(B) | 195.36º | 0.73% | 0.67% | - |
| XYZ | 17.71 | 21.99 | 41.84 | - |
| YUV | 114.84 | 159.69 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 139 | 171 | 0.73 | 0.19 | 0 | 0.33 | 195.36 | 0.58 | 0.43 |
| Hex | 2E | 8B | AB | 49 | 13 | 0 | 21 | C3 | 3A | 2B |
| Octal | 56 | 213 | 253 | 111 | 23 | 0 | 41 | 303 | 72 | 53 |
| Binary | 101110 | 10001011 | 10101011 | 1001001 | 10011 | 0 | 100001 | 11000011 | 111010 | 101011 |
Color Harmonies of #2E8BAB
Complementary color
Monochromatic Colors of #2E8BAB
Black with #2E8BAB
Text Example
Text Example
White with #2E8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8BAB; }
p { color: rgb(46,139,171); }
H1.HeaderClassName
{
color: #2E8BAB;
}
.AnyTagClassName
{
color: #2E8BAB;
}
</style>
background-color css
<style>
a { background-color: #2E8BAB; }
a { background-color: rgb(46,139,171); }
div.DivClassName
{
background-color: #2E8BAB;
}
.BgClassName
{
background-color: #2E8BAB;
}
</style>
border-color css
<style>
span { border-color: #2E8BAB; }
span { border-color: rgb(46,139,171); }
td.TdClassName
{
border-color: #2E8BAB;
}
.TagClassName
{
border-color: #2E8BAB;
}
</style>