Shades of Scooter #2F838D
Tints of Scooter #2F838D
RGB
CMYK
RGB Variations
Color information
#2F838D (or 0x2F838D) is known color: Scooter. HEX triplet: 2F, 83 and 8D. RGB value is (47,131,141). Sum of RGB (Red+Green+Blue) = 47+131+141=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F838D is #D07C72. Grayscale: #6A6A6A. Windows color (decimal): -13663347 or 9274159. OLE color: 9274159.
HSL color Cylindrical-coordinate representation of color #2F838D: hue angle of 186.38º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F838D is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 131 | 141 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.45 |
| HSL | 186.38º | 0.5% | 0.37% | - |
| HSV(B) | 186.38º | 0.67% | 0.55% | - |
| XYZ | 14.1 | 18.76 | 28.08 | - |
| YUV | 107.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 141 | 0.67 | 0.07 | 0 | 0.45 | 186.38 | 0.5 | 0.37 |
| Hex | 2F | 83 | 8D | 43 | 7 | 0 | 2D | BA | 32 | 25 |
| Octal | 57 | 203 | 215 | 103 | 7 | 0 | 55 | 272 | 62 | 45 |
| Binary | 101111 | 10000011 | 10001101 | 1000011 | 111 | 0 | 101101 | 10111010 | 110010 | 100101 |
Color Harmonies of #2F838D
Complementary color
Monochromatic Colors of #2F838D
Black with #2F838D
Text Example
Text Example
White with #2F838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F838D; }
p { color: rgb(47,131,141); }
H1.HeaderClassName
{
color: #2F838D;
}
.AnyTagClassName
{
color: #2F838D;
}
</style>
background-color css
<style>
a { background-color: #2F838D; }
a { background-color: rgb(47,131,141); }
div.DivClassName
{
background-color: #2F838D;
}
.BgClassName
{
background-color: #2F838D;
}
</style>
border-color css
<style>
span { border-color: #2F838D; }
span { border-color: rgb(47,131,141); }
td.TdClassName
{
border-color: #2F838D;
}
.TagClassName
{
border-color: #2F838D;
}
</style>