Shades of Scooter #2E8092
Tints of Scooter #2E8092
RGB
CMYK
RGB Variations
Color information
#2E8092 (or 0x2E8092) is known color: Scooter. HEX triplet: 2E, 80 and 92. RGB value is (46,128,146). Sum of RGB (Red+Green+Blue) = 46+128+146=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E8092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8092 is #D17F6D. Grayscale: #696969. Windows color (decimal): -13729646 or 9601070. OLE color: 9601070.
HSL color Cylindrical-coordinate representation of color #2E8092: hue angle of 190.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8092 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 128 | 146 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.43 |
| HSL | 190.8º | 0.52% | 0.38% | - |
| HSV(B) | 190.8º | 0.68% | 0.57% | - |
| XYZ | 14.03 | 18.09 | 29.95 | - |
| YUV | 105.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 146 | 0.68 | 0.12 | 0 | 0.43 | 190.8 | 0.52 | 0.38 |
| Hex | 2E | 80 | 92 | 44 | C | 0 | 2B | BF | 34 | 26 |
| Octal | 56 | 200 | 222 | 104 | 14 | 0 | 53 | 277 | 64 | 46 |
| Binary | 101110 | 10000000 | 10010010 | 1000100 | 1100 | 0 | 101011 | 10111111 | 110100 | 100110 |
Color Harmonies of #2E8092
Complementary color
Monochromatic Colors of #2E8092
Black with #2E8092
Text Example
Text Example
White with #2E8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8092; }
p { color: rgb(46,128,146); }
H1.HeaderClassName
{
color: #2E8092;
}
.AnyTagClassName
{
color: #2E8092;
}
</style>
background-color css
<style>
a { background-color: #2E8092; }
a { background-color: rgb(46,128,146); }
div.DivClassName
{
background-color: #2E8092;
}
.BgClassName
{
background-color: #2E8092;
}
</style>
border-color css
<style>
span { border-color: #2E8092; }
span { border-color: rgb(46,128,146); }
td.TdClassName
{
border-color: #2E8092;
}
.TagClassName
{
border-color: #2E8092;
}
</style>