Shades of Scooter #2E8495
Tints of Scooter #2E8495
RGB
CMYK
RGB Variations
Color information
#2E8495 (or 0x2E8495) is known color: Scooter. HEX triplet: 2E, 84 and 95. RGB value is (46,132,149). Sum of RGB (Red+Green+Blue) = 46+132+149=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E8495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8495 is #D17B6A. Grayscale: #6C6C6C. Windows color (decimal): -13728619 or 9798702. OLE color: 9798702.
HSL color Cylindrical-coordinate representation of color #2E8495: hue angle of 189.9º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8495 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 132 | 149 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.42 |
| HSL | 189.9º | 0.53% | 0.38% | - |
| HSV(B) | 189.9º | 0.69% | 0.58% | - |
| XYZ | 14.8 | 19.25 | 31.37 | - |
| YUV | 108.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 149 | 0.69 | 0.11 | 0 | 0.42 | 189.9 | 0.53 | 0.38 |
| Hex | 2E | 84 | 95 | 45 | B | 0 | 2A | BE | 35 | 26 |
| Octal | 56 | 204 | 225 | 105 | 13 | 0 | 52 | 276 | 65 | 46 |
| Binary | 101110 | 10000100 | 10010101 | 1000101 | 1011 | 0 | 101010 | 10111110 | 110101 | 100110 |
Color Harmonies of #2E8495
Complementary color
Monochromatic Colors of #2E8495
Black with #2E8495
Text Example
Text Example
White with #2E8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8495; }
p { color: rgb(46,132,149); }
H1.HeaderClassName
{
color: #2E8495;
}
.AnyTagClassName
{
color: #2E8495;
}
</style>
background-color css
<style>
a { background-color: #2E8495; }
a { background-color: rgb(46,132,149); }
div.DivClassName
{
background-color: #2E8495;
}
.BgClassName
{
background-color: #2E8495;
}
</style>
border-color css
<style>
span { border-color: #2E8495; }
span { border-color: rgb(46,132,149); }
td.TdClassName
{
border-color: #2E8495;
}
.TagClassName
{
border-color: #2E8495;
}
</style>