Shades of Scooter #2E7D96
Tints of Scooter #2E7D96
RGB
CMYK
RGB Variations
Color information
#2E7D96 (or 0x2E7D96) is known color: Scooter. HEX triplet: 2E, 7D and 96. RGB value is (46,125,150). Sum of RGB (Red+Green+Blue) = 46+125+150=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E7D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7D96 is #D18269. Grayscale: #686868. Windows color (decimal): -13730410 or 9862446. OLE color: 9862446.
HSL color Cylindrical-coordinate representation of color #2E7D96: hue angle of 194.42º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7D96 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 125 | 150 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.41 |
| HSL | 194.42º | 0.53% | 0.38% | - |
| HSV(B) | 194.42º | 0.69% | 0.59% | - |
| XYZ | 13.97 | 17.45 | 31.49 | - |
| YUV | 104.23 | 153.83 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 150 | 0.69 | 0.17 | 0 | 0.41 | 194.42 | 0.53 | 0.38 |
| Hex | 2E | 7D | 96 | 45 | 11 | 0 | 29 | C2 | 35 | 26 |
| Octal | 56 | 175 | 226 | 105 | 21 | 0 | 51 | 302 | 65 | 46 |
| Binary | 101110 | 1111101 | 10010110 | 1000101 | 10001 | 0 | 101001 | 11000010 | 110101 | 100110 |
Color Harmonies of #2E7D96
Complementary color
Monochromatic Colors of #2E7D96
Black with #2E7D96
Text Example
Text Example
White with #2E7D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D96; }
p { color: rgb(46,125,150); }
H1.HeaderClassName
{
color: #2E7D96;
}
.AnyTagClassName
{
color: #2E7D96;
}
</style>
background-color css
<style>
a { background-color: #2E7D96; }
a { background-color: rgb(46,125,150); }
div.DivClassName
{
background-color: #2E7D96;
}
.BgClassName
{
background-color: #2E7D96;
}
</style>
border-color css
<style>
span { border-color: #2E7D96; }
span { border-color: rgb(46,125,150); }
td.TdClassName
{
border-color: #2E7D96;
}
.TagClassName
{
border-color: #2E7D96;
}
</style>