Shades of Scooter #2F8DAC
Tints of Scooter #2F8DAC
RGB
CMYK
RGB Variations
Color information
#2F8DAC (or 0x2F8DAC) is known color: Scooter. HEX triplet: 2F, 8D and AC. RGB value is (47,141,172). Sum of RGB (Red+Green+Blue) = 47+141+172=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F8DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8DAC is #D07253. Grayscale: #747474. Windows color (decimal): -13660756 or 11308335. OLE color: 11308335.
HSL color Cylindrical-coordinate representation of color #2F8DAC: hue angle of 194.88º 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 #2F8DAC is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 141 | 172 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.33 |
| HSL | 194.88º | 0.57% | 0.43% | - |
| HSV(B) | 194.88º | 0.73% | 0.67% | - |
| XYZ | 18.14 | 22.63 | 42.44 | - |
| YUV | 116.43 | 159.36 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 172 | 0.73 | 0.18 | 0 | 0.33 | 194.88 | 0.57 | 0.43 |
| Hex | 2F | 8D | AC | 49 | 12 | 0 | 21 | C3 | 39 | 2B |
| Octal | 57 | 215 | 254 | 111 | 22 | 0 | 41 | 303 | 71 | 53 |
| Binary | 101111 | 10001101 | 10101100 | 1001001 | 10010 | 0 | 100001 | 11000011 | 111001 | 101011 |
Color Harmonies of #2F8DAC
Complementary color
Monochromatic Colors of #2F8DAC
Black with #2F8DAC
Text Example
Text Example
White with #2F8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DAC; }
p { color: rgb(47,141,172); }
H1.HeaderClassName
{
color: #2F8DAC;
}
.AnyTagClassName
{
color: #2F8DAC;
}
</style>
background-color css
<style>
a { background-color: #2F8DAC; }
a { background-color: rgb(47,141,172); }
div.DivClassName
{
background-color: #2F8DAC;
}
.BgClassName
{
background-color: #2F8DAC;
}
</style>
border-color css
<style>
span { border-color: #2F8DAC; }
span { border-color: rgb(47,141,172); }
td.TdClassName
{
border-color: #2F8DAC;
}
.TagClassName
{
border-color: #2F8DAC;
}
</style>