Shades of Scooter #2F899C
Tints of Scooter #2F899C
RGB
CMYK
RGB Variations
Color information
#2F899C (or 0x2F899C) is known color: Scooter. HEX triplet: 2F, 89 and 9C. RGB value is (47,137,156). Sum of RGB (Red+Green+Blue) = 47+137+156=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F899C is #D07663. Grayscale: #707070. Windows color (decimal): -13661796 or 10258735. OLE color: 10258735.
HSL color Cylindrical-coordinate representation of color #2F899C: hue angle of 190.46º degrees, saturation: 0.54, 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 #2F899C is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 137 | 156 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.39 |
| HSL | 190.46º | 0.54% | 0.4% | - |
| HSV(B) | 190.46º | 0.7% | 0.61% | - |
| XYZ | 16.12 | 20.9 | 34.64 | - |
| YUV | 112.26 | 152.68 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 156 | 0.70 | 0.12 | 0 | 0.39 | 190.46 | 0.54 | 0.4 |
| Hex | 2F | 89 | 9C | 46 | C | 0 | 27 | BE | 36 | 28 |
| Octal | 57 | 211 | 234 | 106 | 14 | 0 | 47 | 276 | 66 | 50 |
| Binary | 101111 | 10001001 | 10011100 | 1000110 | 1100 | 0 | 100111 | 10111110 | 110110 | 101000 |
Color Harmonies of #2F899C
Complementary color
Monochromatic Colors of #2F899C
Black with #2F899C
Text Example
Text Example
White with #2F899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F899C; }
p { color: rgb(47,137,156); }
H1.HeaderClassName
{
color: #2F899C;
}
.AnyTagClassName
{
color: #2F899C;
}
</style>
background-color css
<style>
a { background-color: #2F899C; }
a { background-color: rgb(47,137,156); }
div.DivClassName
{
background-color: #2F899C;
}
.BgClassName
{
background-color: #2F899C;
}
</style>
border-color css
<style>
span { border-color: #2F899C; }
span { border-color: rgb(47,137,156); }
td.TdClassName
{
border-color: #2F899C;
}
.TagClassName
{
border-color: #2F899C;
}
</style>