Shades of Scooter #2F909C
Tints of Scooter #2F909C
RGB
CMYK
RGB Variations
Color information
#2F909C (or 0x2F909C) is known color: Scooter. HEX triplet: 2F, 90 and 9C. RGB value is (47,144,156). Sum of RGB (Red+Green+Blue) = 47+144+156=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F909C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F909C is #D06F63. Grayscale: #747474. Windows color (decimal): -13660004 or 10260527. OLE color: 10260527.
HSL color Cylindrical-coordinate representation of color #2F909C: hue angle of 186.61º 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 #2F909C is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 144 | 156 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.39 |
| HSL | 186.61º | 0.54% | 0.4% | - |
| HSV(B) | 186.61º | 0.7% | 0.61% | - |
| XYZ | 17.15 | 22.95 | 34.98 | - |
| YUV | 116.37 | 150.36 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 156 | 0.70 | 0.08 | 0 | 0.39 | 186.61 | 0.54 | 0.4 |
| Hex | 2F | 90 | 9C | 46 | 8 | 0 | 27 | BB | 36 | 28 |
| Octal | 57 | 220 | 234 | 106 | 10 | 0 | 47 | 273 | 66 | 50 |
| Binary | 101111 | 10010000 | 10011100 | 1000110 | 1000 | 0 | 100111 | 10111011 | 110110 | 101000 |
Color Harmonies of #2F909C
Complementary color
Monochromatic Colors of #2F909C
Black with #2F909C
Text Example
Text Example
White with #2F909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F909C; }
p { color: rgb(47,144,156); }
H1.HeaderClassName
{
color: #2F909C;
}
.AnyTagClassName
{
color: #2F909C;
}
</style>
background-color css
<style>
a { background-color: #2F909C; }
a { background-color: rgb(47,144,156); }
div.DivClassName
{
background-color: #2F909C;
}
.BgClassName
{
background-color: #2F909C;
}
</style>
border-color css
<style>
span { border-color: #2F909C; }
span { border-color: rgb(47,144,156); }
td.TdClassName
{
border-color: #2F909C;
}
.TagClassName
{
border-color: #2F909C;
}
</style>