Shades of Scooter #2F8690
Tints of Scooter #2F8690
RGB
CMYK
RGB Variations
Color information
#2F8690 (or 0x2F8690) is known color: Scooter. HEX triplet: 2F, 86 and 90. RGB value is (47,134,144). Sum of RGB (Red+Green+Blue) = 47+134+144=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F8690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8690 is #D0796F. Grayscale: #6D6D6D. Windows color (decimal): -13662576 or 9471535. OLE color: 9471535.
HSL color Cylindrical-coordinate representation of color #2F8690: hue angle of 186.19º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8690 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 134 | 144 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.44 |
| HSL | 186.19º | 0.51% | 0.37% | - |
| HSV(B) | 186.19º | 0.67% | 0.56% | - |
| XYZ | 14.73 | 19.67 | 29.41 | - |
| YUV | 109.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 144 | 0.67 | 0.07 | 0 | 0.44 | 186.19 | 0.51 | 0.37 |
| Hex | 2F | 86 | 90 | 43 | 7 | 0 | 2C | BA | 33 | 25 |
| Octal | 57 | 206 | 220 | 103 | 7 | 0 | 54 | 272 | 63 | 45 |
| Binary | 101111 | 10000110 | 10010000 | 1000011 | 111 | 0 | 101100 | 10111010 | 110011 | 100101 |
Color Harmonies of #2F8690
Complementary color
Monochromatic Colors of #2F8690
Black with #2F8690
Text Example
Text Example
White with #2F8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8690; }
p { color: rgb(47,134,144); }
H1.HeaderClassName
{
color: #2F8690;
}
.AnyTagClassName
{
color: #2F8690;
}
</style>
background-color css
<style>
a { background-color: #2F8690; }
a { background-color: rgb(47,134,144); }
div.DivClassName
{
background-color: #2F8690;
}
.BgClassName
{
background-color: #2F8690;
}
</style>
border-color css
<style>
span { border-color: #2F8690; }
span { border-color: rgb(47,134,144); }
td.TdClassName
{
border-color: #2F8690;
}
.TagClassName
{
border-color: #2F8690;
}
</style>