Shades of Scooter #2E839B
Tints of Scooter #2E839B
RGB
CMYK
RGB Variations
Color information
#2E839B (or 0x2E839B) is known color: Scooter. HEX triplet: 2E, 83 and 9B. RGB value is (46,131,155). Sum of RGB (Red+Green+Blue) = 46+131+155=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E839B is #D17C64. Grayscale: #6C6C6C. Windows color (decimal): -13728869 or 10191662. OLE color: 10191662.
HSL color Cylindrical-coordinate representation of color #2E839B: hue angle of 193.21º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E839B is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 131 | 155 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.39 |
| HSL | 193.21º | 0.54% | 0.39% | - |
| HSV(B) | 193.21º | 0.7% | 0.61% | - |
| XYZ | 15.16 | 19.18 | 33.91 | - |
| YUV | 108.32 | 154.34 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 155 | 0.70 | 0.15 | 0 | 0.39 | 193.21 | 0.54 | 0.39 |
| Hex | 2E | 83 | 9B | 46 | F | 0 | 27 | C1 | 36 | 27 |
| Octal | 56 | 203 | 233 | 106 | 17 | 0 | 47 | 301 | 66 | 47 |
| Binary | 101110 | 10000011 | 10011011 | 1000110 | 1111 | 0 | 100111 | 11000001 | 110110 | 100111 |
Color Harmonies of #2E839B
Complementary color
Monochromatic Colors of #2E839B
Black with #2E839B
Text Example
Text Example
White with #2E839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E839B; }
p { color: rgb(46,131,155); }
H1.HeaderClassName
{
color: #2E839B;
}
.AnyTagClassName
{
color: #2E839B;
}
</style>
background-color css
<style>
a { background-color: #2E839B; }
a { background-color: rgb(46,131,155); }
div.DivClassName
{
background-color: #2E839B;
}
.BgClassName
{
background-color: #2E839B;
}
</style>
border-color css
<style>
span { border-color: #2E839B; }
span { border-color: rgb(46,131,155); }
td.TdClassName
{
border-color: #2E839B;
}
.TagClassName
{
border-color: #2E839B;
}
</style>