Shades of Scooter #2E7E94
Tints of Scooter #2E7E94
RGB
CMYK
RGB Variations
Color information
#2E7E94 (or 0x2E7E94) is known color: Scooter. HEX triplet: 2E, 7E and 94. RGB value is (46,126,148). Sum of RGB (Red+Green+Blue) = 46+126+148=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E7E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7E94 is #D1816B. Grayscale: #686868. Windows color (decimal): -13730156 or 9731630. OLE color: 9731630.
HSL color Cylindrical-coordinate representation of color #2E7E94: hue angle of 192.94º 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 #2E7E94 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 126 | 148 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.42 |
| HSL | 192.94º | 0.53% | 0.38% | - |
| HSV(B) | 192.94º | 0.69% | 0.58% | - |
| XYZ | 13.93 | 17.64 | 30.69 | - |
| YUV | 104.59 | 152.5 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 148 | 0.69 | 0.15 | 0 | 0.42 | 192.94 | 0.53 | 0.38 |
| Hex | 2E | 7E | 94 | 45 | F | 0 | 2A | C1 | 35 | 26 |
| Octal | 56 | 176 | 224 | 105 | 17 | 0 | 52 | 301 | 65 | 46 |
| Binary | 101110 | 1111110 | 10010100 | 1000101 | 1111 | 0 | 101010 | 11000001 | 110101 | 100110 |
Color Harmonies of #2E7E94
Complementary color
Monochromatic Colors of #2E7E94
Black with #2E7E94
Text Example
Text Example
White with #2E7E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7E94; }
p { color: rgb(46,126,148); }
H1.HeaderClassName
{
color: #2E7E94;
}
.AnyTagClassName
{
color: #2E7E94;
}
</style>
background-color css
<style>
a { background-color: #2E7E94; }
a { background-color: rgb(46,126,148); }
div.DivClassName
{
background-color: #2E7E94;
}
.BgClassName
{
background-color: #2E7E94;
}
</style>
border-color css
<style>
span { border-color: #2E7E94; }
span { border-color: rgb(46,126,148); }
td.TdClassName
{
border-color: #2E7E94;
}
.TagClassName
{
border-color: #2E7E94;
}
</style>