Shades of Scooter #2F869B
Tints of Scooter #2F869B
RGB
CMYK
RGB Variations
Color information
#2F869B (or 0x2F869B) is known color: Scooter. HEX triplet: 2F, 86 and 9B. RGB value is (47,134,155). Sum of RGB (Red+Green+Blue) = 47+134+155=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F869B is #D07964. Grayscale: #6E6E6E. Windows color (decimal): -13662565 or 10192431. OLE color: 10192431.
HSL color Cylindrical-coordinate representation of color #2F869B: hue angle of 191.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F869B is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 134 | 155 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.39 |
| HSL | 191.67º | 0.53% | 0.4% | - |
| HSV(B) | 191.67º | 0.7% | 0.61% | - |
| XYZ | 15.61 | 20.02 | 34.05 | - |
| YUV | 110.38 | 153.18 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 155 | 0.70 | 0.14 | 0 | 0.39 | 191.67 | 0.53 | 0.4 |
| Hex | 2F | 86 | 9B | 46 | E | 0 | 27 | C0 | 35 | 28 |
| Octal | 57 | 206 | 233 | 106 | 16 | 0 | 47 | 300 | 65 | 50 |
| Binary | 101111 | 10000110 | 10011011 | 1000110 | 1110 | 0 | 100111 | 11000000 | 110101 | 101000 |
Color Harmonies of #2F869B
Complementary color
Monochromatic Colors of #2F869B
Black with #2F869B
Text Example
Text Example
White with #2F869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F869B; }
p { color: rgb(47,134,155); }
H1.HeaderClassName
{
color: #2F869B;
}
.AnyTagClassName
{
color: #2F869B;
}
</style>
background-color css
<style>
a { background-color: #2F869B; }
a { background-color: rgb(47,134,155); }
div.DivClassName
{
background-color: #2F869B;
}
.BgClassName
{
background-color: #2F869B;
}
</style>
border-color css
<style>
span { border-color: #2F869B; }
span { border-color: rgb(47,134,155); }
td.TdClassName
{
border-color: #2F869B;
}
.TagClassName
{
border-color: #2F869B;
}
</style>