Shades of Scooter #2F85AC
Tints of Scooter #2F85AC
RGB
CMYK
RGB Variations
Color information
#2F85AC (or 0x2F85AC) is known color: Scooter. HEX triplet: 2F, 85 and AC. RGB value is (47,133,172). Sum of RGB (Red+Green+Blue) = 47+133+172=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F85AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F85AC is #D07A53. Grayscale: #6F6F6F. Windows color (decimal): -13662804 or 11306287. OLE color: 11306287.
HSL color Cylindrical-coordinate representation of color #2F85AC: hue angle of 198.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F85AC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 133 | 172 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.33 |
| HSL | 198.72º | 0.57% | 0.43% | - |
| HSV(B) | 198.72º | 0.73% | 0.67% | - |
| XYZ | 17.01 | 20.36 | 42.06 | - |
| YUV | 111.73 | 162.01 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 172 | 0.73 | 0.23 | 0 | 0.33 | 198.72 | 0.57 | 0.43 |
| Hex | 2F | 85 | AC | 49 | 17 | 0 | 21 | C7 | 39 | 2B |
| Octal | 57 | 205 | 254 | 111 | 27 | 0 | 41 | 307 | 71 | 53 |
| Binary | 101111 | 10000101 | 10101100 | 1001001 | 10111 | 0 | 100001 | 11000111 | 111001 | 101011 |
Color Harmonies of #2F85AC
Complementary color
Monochromatic Colors of #2F85AC
Black with #2F85AC
Text Example
Text Example
White with #2F85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F85AC; }
p { color: rgb(47,133,172); }
H1.HeaderClassName
{
color: #2F85AC;
}
.AnyTagClassName
{
color: #2F85AC;
}
</style>
background-color css
<style>
a { background-color: #2F85AC; }
a { background-color: rgb(47,133,172); }
div.DivClassName
{
background-color: #2F85AC;
}
.BgClassName
{
background-color: #2F85AC;
}
</style>
border-color css
<style>
span { border-color: #2F85AC; }
span { border-color: rgb(47,133,172); }
td.TdClassName
{
border-color: #2F85AC;
}
.TagClassName
{
border-color: #2F85AC;
}
</style>