Shades of Scooter #2F889F
Tints of Scooter #2F889F
RGB
CMYK
RGB Variations
Color information
#2F889F (or 0x2F889F) is known color: Scooter. HEX triplet: 2F, 88 and 9F. RGB value is (47,136,159). Sum of RGB (Red+Green+Blue) = 47+136+159=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F889F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F889F is #D07760. Grayscale: #6F6F6F. Windows color (decimal): -13662049 or 10455087. OLE color: 10455087.
HSL color Cylindrical-coordinate representation of color #2F889F: hue angle of 192.32º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F889F is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 136 | 159 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.38 |
| HSL | 192.32º | 0.54% | 0.4% | - |
| HSV(B) | 192.32º | 0.7% | 0.62% | - |
| XYZ | 16.23 | 20.72 | 35.94 | - |
| YUV | 112.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 159 | 0.70 | 0.14 | 0 | 0.38 | 192.32 | 0.54 | 0.4 |
| Hex | 2F | 88 | 9F | 46 | E | 0 | 26 | C0 | 36 | 28 |
| Octal | 57 | 210 | 237 | 106 | 16 | 0 | 46 | 300 | 66 | 50 |
| Binary | 101111 | 10001000 | 10011111 | 1000110 | 1110 | 0 | 100110 | 11000000 | 110110 | 101000 |
Color Harmonies of #2F889F
Complementary color
Monochromatic Colors of #2F889F
Black with #2F889F
Text Example
Text Example
White with #2F889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F889F; }
p { color: rgb(47,136,159); }
H1.HeaderClassName
{
color: #2F889F;
}
.AnyTagClassName
{
color: #2F889F;
}
</style>
background-color css
<style>
a { background-color: #2F889F; }
a { background-color: rgb(47,136,159); }
div.DivClassName
{
background-color: #2F889F;
}
.BgClassName
{
background-color: #2F889F;
}
</style>
border-color css
<style>
span { border-color: #2F889F; }
span { border-color: rgb(47,136,159); }
td.TdClassName
{
border-color: #2F889F;
}
.TagClassName
{
border-color: #2F889F;
}
</style>