Shades of Scooter #2F899D
Tints of Scooter #2F899D
RGB
CMYK
RGB Variations
Color information
#2F899D (or 0x2F899D) is known color: Scooter. HEX triplet: 2F, 89 and 9D. RGB value is (47,137,157). Sum of RGB (Red+Green+Blue) = 47+137+157=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F899D is #D07662. Grayscale: #707070. Windows color (decimal): -13661795 or 10324271. OLE color: 10324271.
HSL color Cylindrical-coordinate representation of color #2F899D: hue angle of 190.91º 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 #2F899D is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 137 | 157 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.38 |
| HSL | 190.91º | 0.54% | 0.4% | - |
| HSV(B) | 190.91º | 0.7% | 0.62% | - |
| XYZ | 16.2 | 20.93 | 35.08 | - |
| YUV | 112.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 157 | 0.70 | 0.13 | 0 | 0.38 | 190.91 | 0.54 | 0.4 |
| Hex | 2F | 89 | 9D | 46 | D | 0 | 26 | BF | 36 | 28 |
| Octal | 57 | 211 | 235 | 106 | 15 | 0 | 46 | 277 | 66 | 50 |
| Binary | 101111 | 10001001 | 10011101 | 1000110 | 1101 | 0 | 100110 | 10111111 | 110110 | 101000 |
Color Harmonies of #2F899D
Complementary color
Monochromatic Colors of #2F899D
Black with #2F899D
Text Example
Text Example
White with #2F899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F899D; }
p { color: rgb(47,137,157); }
H1.HeaderClassName
{
color: #2F899D;
}
.AnyTagClassName
{
color: #2F899D;
}
</style>
background-color css
<style>
a { background-color: #2F899D; }
a { background-color: rgb(47,137,157); }
div.DivClassName
{
background-color: #2F899D;
}
.BgClassName
{
background-color: #2F899D;
}
</style>
border-color css
<style>
span { border-color: #2F899D; }
span { border-color: rgb(47,137,157); }
td.TdClassName
{
border-color: #2F899D;
}
.TagClassName
{
border-color: #2F899D;
}
</style>