Shades of Scooter #2F929D
Tints of Scooter #2F929D
RGB
CMYK
RGB Variations
Color information
#2F929D (or 0x2F929D) is known color: Scooter. HEX triplet: 2F, 92 and 9D. RGB value is (47,146,157). Sum of RGB (Red+Green+Blue) = 47+146+157=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F929D is #D06D62. Grayscale: #757575. Windows color (decimal): -13659491 or 10326575. OLE color: 10326575.
HSL color Cylindrical-coordinate representation of color #2F929D: hue angle of 186º 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 #2F929D is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 146 | 157 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.38 |
| HSL | 186º | 0.54% | 0.4% | - |
| HSV(B) | 186º | 0.7% | 0.62% | - |
| XYZ | 17.54 | 23.6 | 35.53 | - |
| YUV | 117.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 157 | 0.70 | 0.07 | 0 | 0.38 | 186 | 0.54 | 0.4 |
| Hex | 2F | 92 | 9D | 46 | 7 | 0 | 26 | BA | 36 | 28 |
| Octal | 57 | 222 | 235 | 106 | 7 | 0 | 46 | 272 | 66 | 50 |
| Binary | 101111 | 10010010 | 10011101 | 1000110 | 111 | 0 | 100110 | 10111010 | 110110 | 101000 |
Color Harmonies of #2F929D
Complementary color
Monochromatic Colors of #2F929D
Black with #2F929D
Text Example
Text Example
White with #2F929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F929D; }
p { color: rgb(47,146,157); }
H1.HeaderClassName
{
color: #2F929D;
}
.AnyTagClassName
{
color: #2F929D;
}
</style>
background-color css
<style>
a { background-color: #2F929D; }
a { background-color: rgb(47,146,157); }
div.DivClassName
{
background-color: #2F929D;
}
.BgClassName
{
background-color: #2F929D;
}
</style>
border-color css
<style>
span { border-color: #2F929D; }
span { border-color: rgb(47,146,157); }
td.TdClassName
{
border-color: #2F929D;
}
.TagClassName
{
border-color: #2F929D;
}
</style>