Shades of Scooter #2F889D
Tints of Scooter #2F889D
RGB
CMYK
RGB Variations
Color information
#2F889D (or 0x2F889D) is known color: Scooter. HEX triplet: 2F, 88 and 9D. RGB value is (47,136,157). Sum of RGB (Red+Green+Blue) = 47+136+157=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F889D is #D07762. Grayscale: #6F6F6F. Windows color (decimal): -13662051 or 10324015. OLE color: 10324015.
HSL color Cylindrical-coordinate representation of color #2F889D: hue angle of 191.45º 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 #2F889D is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 136 | 157 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.38 |
| HSL | 191.45º | 0.54% | 0.4% | - |
| HSV(B) | 191.45º | 0.7% | 0.62% | - |
| XYZ | 16.06 | 20.65 | 35.04 | - |
| YUV | 111.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 157 | 0.70 | 0.13 | 0 | 0.38 | 191.45 | 0.54 | 0.4 |
| Hex | 2F | 88 | 9D | 46 | D | 0 | 26 | BF | 36 | 28 |
| Octal | 57 | 210 | 235 | 106 | 15 | 0 | 46 | 277 | 66 | 50 |
| Binary | 101111 | 10001000 | 10011101 | 1000110 | 1101 | 0 | 100110 | 10111111 | 110110 | 101000 |
Color Harmonies of #2F889D
Complementary color
Monochromatic Colors of #2F889D
Black with #2F889D
Text Example
Text Example
White with #2F889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F889D; }
p { color: rgb(47,136,157); }
H1.HeaderClassName
{
color: #2F889D;
}
.AnyTagClassName
{
color: #2F889D;
}
</style>
background-color css
<style>
a { background-color: #2F889D; }
a { background-color: rgb(47,136,157); }
div.DivClassName
{
background-color: #2F889D;
}
.BgClassName
{
background-color: #2F889D;
}
</style>
border-color css
<style>
span { border-color: #2F889D; }
span { border-color: rgb(47,136,157); }
td.TdClassName
{
border-color: #2F889D;
}
.TagClassName
{
border-color: #2F889D;
}
</style>