Shades of Scooter #2F89AC
Tints of Scooter #2F89AC
RGB
CMYK
RGB Variations
Color information
#2F89AC (or 0x2F89AC) is known color: Scooter. HEX triplet: 2F, 89 and AC. RGB value is (47,137,172). Sum of RGB (Red+Green+Blue) = 47+137+172=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F89AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F89AC is #D07653. Grayscale: #717171. Windows color (decimal): -13661780 or 11307311. OLE color: 11307311.
HSL color Cylindrical-coordinate representation of color #2F89AC: hue angle of 196.8º 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 #2F89AC is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 137 | 172 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.33 |
| HSL | 196.8º | 0.57% | 0.43% | - |
| HSV(B) | 196.8º | 0.73% | 0.67% | - |
| XYZ | 17.56 | 21.47 | 42.25 | - |
| YUV | 114.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 172 | 0.73 | 0.20 | 0 | 0.33 | 196.8 | 0.57 | 0.43 |
| Hex | 2F | 89 | AC | 49 | 14 | 0 | 21 | C5 | 39 | 2B |
| Octal | 57 | 211 | 254 | 111 | 24 | 0 | 41 | 305 | 71 | 53 |
| Binary | 101111 | 10001001 | 10101100 | 1001001 | 10100 | 0 | 100001 | 11000101 | 111001 | 101011 |
Color Harmonies of #2F89AC
Complementary color
Monochromatic Colors of #2F89AC
Black with #2F89AC
Text Example
Text Example
White with #2F89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F89AC; }
p { color: rgb(47,137,172); }
H1.HeaderClassName
{
color: #2F89AC;
}
.AnyTagClassName
{
color: #2F89AC;
}
</style>
background-color css
<style>
a { background-color: #2F89AC; }
a { background-color: rgb(47,137,172); }
div.DivClassName
{
background-color: #2F89AC;
}
.BgClassName
{
background-color: #2F89AC;
}
</style>
border-color css
<style>
span { border-color: #2F89AC; }
span { border-color: rgb(47,137,172); }
td.TdClassName
{
border-color: #2F89AC;
}
.TagClassName
{
border-color: #2F89AC;
}
</style>