Shades of Scooter #2F7F9C
Tints of Scooter #2F7F9C
RGB
CMYK
RGB Variations
Color information
#2F7F9C (or 0x2F7F9C) is known color: Scooter. HEX triplet: 2F, 7F and 9C. RGB value is (47,127,156). Sum of RGB (Red+Green+Blue) = 47+127+156=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F7F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7F9C is #D08063. Grayscale: #6A6A6A. Windows color (decimal): -13664356 or 10256175. OLE color: 10256175.
HSL color Cylindrical-coordinate representation of color #2F7F9C: hue angle of 195.96º 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 #2F7F9C is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 127 | 156 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.39 |
| HSL | 195.96º | 0.54% | 0.4% | - |
| HSV(B) | 195.96º | 0.7% | 0.61% | - |
| XYZ | 14.76 | 18.18 | 34.18 | - |
| YUV | 106.39 | 156 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 127 | 156 | 0.70 | 0.19 | 0 | 0.39 | 195.96 | 0.54 | 0.4 |
| Hex | 2F | 7F | 9C | 46 | 13 | 0 | 27 | C4 | 36 | 28 |
| Octal | 57 | 177 | 234 | 106 | 23 | 0 | 47 | 304 | 66 | 50 |
| Binary | 101111 | 1111111 | 10011100 | 1000110 | 10011 | 0 | 100111 | 11000100 | 110110 | 101000 |
Color Harmonies of #2F7F9C
Complementary color
Monochromatic Colors of #2F7F9C
Black with #2F7F9C
Text Example
Text Example
White with #2F7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7F9C; }
p { color: rgb(47,127,156); }
H1.HeaderClassName
{
color: #2F7F9C;
}
.AnyTagClassName
{
color: #2F7F9C;
}
</style>
background-color css
<style>
a { background-color: #2F7F9C; }
a { background-color: rgb(47,127,156); }
div.DivClassName
{
background-color: #2F7F9C;
}
.BgClassName
{
background-color: #2F7F9C;
}
</style>
border-color css
<style>
span { border-color: #2F7F9C; }
span { border-color: rgb(47,127,156); }
td.TdClassName
{
border-color: #2F7F9C;
}
.TagClassName
{
border-color: #2F7F9C;
}
</style>