Shades of Scooter #2E859F
Tints of Scooter #2E859F
RGB
CMYK
RGB Variations
Color information
#2E859F (or 0x2E859F) is known color: Scooter. HEX triplet: 2E, 85 and 9F. RGB value is (46,133,159). Sum of RGB (Red+Green+Blue) = 46+133+159=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E859F is #D17A60. Grayscale: #6D6D6D. Windows color (decimal): -13728353 or 10454318. OLE color: 10454318.
HSL color Cylindrical-coordinate representation of color #2E859F: hue angle of 193.81º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E859F is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 133 | 159 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.38 |
| HSL | 193.81º | 0.55% | 0.4% | - |
| HSV(B) | 193.81º | 0.71% | 0.62% | - |
| XYZ | 15.77 | 19.86 | 35.8 | - |
| YUV | 109.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 159 | 0.71 | 0.16 | 0 | 0.38 | 193.81 | 0.55 | 0.4 |
| Hex | 2E | 85 | 9F | 47 | 10 | 0 | 26 | C2 | 37 | 28 |
| Octal | 56 | 205 | 237 | 107 | 20 | 0 | 46 | 302 | 67 | 50 |
| Binary | 101110 | 10000101 | 10011111 | 1000111 | 10000 | 0 | 100110 | 11000010 | 110111 | 101000 |
Color Harmonies of #2E859F
Complementary color
Monochromatic Colors of #2E859F
Black with #2E859F
Text Example
Text Example
White with #2E859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E859F; }
p { color: rgb(46,133,159); }
H1.HeaderClassName
{
color: #2E859F;
}
.AnyTagClassName
{
color: #2E859F;
}
</style>
background-color css
<style>
a { background-color: #2E859F; }
a { background-color: rgb(46,133,159); }
div.DivClassName
{
background-color: #2E859F;
}
.BgClassName
{
background-color: #2E859F;
}
</style>
border-color css
<style>
span { border-color: #2E859F; }
span { border-color: rgb(46,133,159); }
td.TdClassName
{
border-color: #2E859F;
}
.TagClassName
{
border-color: #2E859F;
}
</style>