Shades of Scooter #2F92AB
Tints of Scooter #2F92AB
RGB
CMYK
RGB Variations
Color information
#2F92AB (or 0x2F92AB) is known color: Scooter. HEX triplet: 2F, 92 and AB. RGB value is (47,146,171). Sum of RGB (Red+Green+Blue) = 47+146+171=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F92AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F92AB is #D06D54. Grayscale: #777777. Windows color (decimal): -13659477 or 11244079. OLE color: 11244079.
HSL color Cylindrical-coordinate representation of color #2F92AB: hue angle of 192.1º 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 #2F92AB is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 146 | 171 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.33 |
| HSL | 192.1º | 0.57% | 0.43% | - |
| HSV(B) | 192.1º | 0.73% | 0.67% | - |
| XYZ | 18.8 | 24.1 | 42.19 | - |
| YUV | 119.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 146 | 171 | 0.73 | 0.15 | 0 | 0.33 | 192.1 | 0.57 | 0.43 |
| Hex | 2F | 92 | AB | 49 | F | 0 | 21 | C0 | 39 | 2B |
| Octal | 57 | 222 | 253 | 111 | 17 | 0 | 41 | 300 | 71 | 53 |
| Binary | 101111 | 10010010 | 10101011 | 1001001 | 1111 | 0 | 100001 | 11000000 | 111001 | 101011 |
Color Harmonies of #2F92AB
Complementary color
Monochromatic Colors of #2F92AB
Black with #2F92AB
Text Example
Text Example
White with #2F92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F92AB; }
p { color: rgb(47,146,171); }
H1.HeaderClassName
{
color: #2F92AB;
}
.AnyTagClassName
{
color: #2F92AB;
}
</style>
background-color css
<style>
a { background-color: #2F92AB; }
a { background-color: rgb(47,146,171); }
div.DivClassName
{
background-color: #2F92AB;
}
.BgClassName
{
background-color: #2F92AB;
}
</style>
border-color css
<style>
span { border-color: #2F92AB; }
span { border-color: rgb(47,146,171); }
td.TdClassName
{
border-color: #2F92AB;
}
.TagClassName
{
border-color: #2F92AB;
}
</style>