Shades of Scooter #2F85AA
Tints of Scooter #2F85AA
RGB
CMYK
RGB Variations
Color information
#2F85AA (or 0x2F85AA) is known color: Scooter. HEX triplet: 2F, 85 and AA. RGB value is (47,133,170). Sum of RGB (Red+Green+Blue) = 47+133+170=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F85AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F85AA is #D07A55. Grayscale: #6F6F6F. Windows color (decimal): -13662806 or 11175215. OLE color: 11175215.
HSL color Cylindrical-coordinate representation of color #2F85AA: hue angle of 198.05º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F85AA is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 133 | 170 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.33 |
| HSL | 198.05º | 0.57% | 0.43% | - |
| HSV(B) | 198.05º | 0.72% | 0.67% | - |
| XYZ | 16.82 | 20.28 | 41.06 | - |
| YUV | 111.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 133 | 170 | 0.72 | 0.22 | 0 | 0.33 | 198.05 | 0.57 | 0.43 |
| Hex | 2F | 85 | AA | 48 | 16 | 0 | 21 | C6 | 39 | 2B |
| Octal | 57 | 205 | 252 | 110 | 26 | 0 | 41 | 306 | 71 | 53 |
| Binary | 101111 | 10000101 | 10101010 | 1001000 | 10110 | 0 | 100001 | 11000110 | 111001 | 101011 |
Color Harmonies of #2F85AA
Complementary color
Monochromatic Colors of #2F85AA
Black with #2F85AA
Text Example
Text Example
White with #2F85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F85AA; }
p { color: rgb(47,133,170); }
H1.HeaderClassName
{
color: #2F85AA;
}
.AnyTagClassName
{
color: #2F85AA;
}
</style>
background-color css
<style>
a { background-color: #2F85AA; }
a { background-color: rgb(47,133,170); }
div.DivClassName
{
background-color: #2F85AA;
}
.BgClassName
{
background-color: #2F85AA;
}
</style>
border-color css
<style>
span { border-color: #2F85AA; }
span { border-color: rgb(47,133,170); }
td.TdClassName
{
border-color: #2F85AA;
}
.TagClassName
{
border-color: #2F85AA;
}
</style>