Shades of Scooter #2E889B
Tints of Scooter #2E889B
RGB
CMYK
RGB Variations
Color information
#2E889B (or 0x2E889B) is known color: Scooter. HEX triplet: 2E, 88 and 9B. RGB value is (46,136,155). Sum of RGB (Red+Green+Blue) = 46+136+155=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E889B is #D17764. Grayscale: #6F6F6F. Windows color (decimal): -13727589 or 10192942. OLE color: 10192942.
HSL color Cylindrical-coordinate representation of color #2E889B: hue angle of 190.46º 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 #2E889B is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 136 | 155 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.39 |
| HSL | 190.46º | 0.54% | 0.39% | - |
| HSV(B) | 190.46º | 0.7% | 0.61% | - |
| XYZ | 15.85 | 20.56 | 34.14 | - |
| YUV | 111.26 | 152.68 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 136 | 155 | 0.70 | 0.12 | 0 | 0.39 | 190.46 | 0.54 | 0.39 |
| Hex | 2E | 88 | 9B | 46 | C | 0 | 27 | BE | 36 | 27 |
| Octal | 56 | 210 | 233 | 106 | 14 | 0 | 47 | 276 | 66 | 47 |
| Binary | 101110 | 10001000 | 10011011 | 1000110 | 1100 | 0 | 100111 | 10111110 | 110110 | 100111 |
Color Harmonies of #2E889B
Complementary color
Monochromatic Colors of #2E889B
Black with #2E889B
Text Example
Text Example
White with #2E889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E889B; }
p { color: rgb(46,136,155); }
H1.HeaderClassName
{
color: #2E889B;
}
.AnyTagClassName
{
color: #2E889B;
}
</style>
background-color css
<style>
a { background-color: #2E889B; }
a { background-color: rgb(46,136,155); }
div.DivClassName
{
background-color: #2E889B;
}
.BgClassName
{
background-color: #2E889B;
}
</style>
border-color css
<style>
span { border-color: #2E889B; }
span { border-color: rgb(46,136,155); }
td.TdClassName
{
border-color: #2E889B;
}
.TagClassName
{
border-color: #2E889B;
}
</style>