Shades of Scooter #2F84AB
Tints of Scooter #2F84AB
RGB
CMYK
RGB Variations
Color information
#2F84AB (or 0x2F84AB) is known color: Scooter. HEX triplet: 2F, 84 and AB. RGB value is (47,132,171). Sum of RGB (Red+Green+Blue) = 47+132+171=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F84AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F84AB is #D07B54. Grayscale: #6E6E6E. Windows color (decimal): -13663061 or 11240495. OLE color: 11240495.
HSL color Cylindrical-coordinate representation of color #2F84AB: hue angle of 198.87º 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 #2F84AB is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 132 | 171 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.33 |
| HSL | 198.87º | 0.57% | 0.43% | - |
| HSV(B) | 198.87º | 0.73% | 0.67% | - |
| XYZ | 16.77 | 20.05 | 41.51 | - |
| YUV | 111.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 171 | 0.73 | 0.23 | 0 | 0.33 | 198.87 | 0.57 | 0.43 |
| Hex | 2F | 84 | AB | 49 | 17 | 0 | 21 | C7 | 39 | 2B |
| Octal | 57 | 204 | 253 | 111 | 27 | 0 | 41 | 307 | 71 | 53 |
| Binary | 101111 | 10000100 | 10101011 | 1001001 | 10111 | 0 | 100001 | 11000111 | 111001 | 101011 |
Color Harmonies of #2F84AB
Complementary color
Monochromatic Colors of #2F84AB
Black with #2F84AB
Text Example
Text Example
White with #2F84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F84AB; }
p { color: rgb(47,132,171); }
H1.HeaderClassName
{
color: #2F84AB;
}
.AnyTagClassName
{
color: #2F84AB;
}
</style>
background-color css
<style>
a { background-color: #2F84AB; }
a { background-color: rgb(47,132,171); }
div.DivClassName
{
background-color: #2F84AB;
}
.BgClassName
{
background-color: #2F84AB;
}
</style>
border-color css
<style>
span { border-color: #2F84AB; }
span { border-color: rgb(47,132,171); }
td.TdClassName
{
border-color: #2F84AB;
}
.TagClassName
{
border-color: #2F84AB;
}
</style>