Shades of Scooter #2F8AAB
Tints of Scooter #2F8AAB
RGB
CMYK
RGB Variations
Color information
#2F8AAB (or 0x2F8AAB) is known color: Scooter. HEX triplet: 2F, 8A and AB. RGB value is (47,138,171). Sum of RGB (Red+Green+Blue) = 47+138+171=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F8AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8AAB is #D07554. Grayscale: #727272. Windows color (decimal): -13661525 or 11242031. OLE color: 11242031.
HSL color Cylindrical-coordinate representation of color #2F8AAB: hue angle of 195.97º 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 #2F8AAB is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 138 | 171 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.33 |
| HSL | 195.97º | 0.57% | 0.43% | - |
| HSV(B) | 195.97º | 0.73% | 0.67% | - |
| XYZ | 17.61 | 21.72 | 41.79 | - |
| YUV | 114.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 138 | 171 | 0.73 | 0.19 | 0 | 0.33 | 195.97 | 0.57 | 0.43 |
| Hex | 2F | 8A | AB | 49 | 13 | 0 | 21 | C4 | 39 | 2B |
| Octal | 57 | 212 | 253 | 111 | 23 | 0 | 41 | 304 | 71 | 53 |
| Binary | 101111 | 10001010 | 10101011 | 1001001 | 10011 | 0 | 100001 | 11000100 | 111001 | 101011 |
Color Harmonies of #2F8AAB
Complementary color
Monochromatic Colors of #2F8AAB
Black with #2F8AAB
Text Example
Text Example
White with #2F8AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8AAB; }
p { color: rgb(47,138,171); }
H1.HeaderClassName
{
color: #2F8AAB;
}
.AnyTagClassName
{
color: #2F8AAB;
}
</style>
background-color css
<style>
a { background-color: #2F8AAB; }
a { background-color: rgb(47,138,171); }
div.DivClassName
{
background-color: #2F8AAB;
}
.BgClassName
{
background-color: #2F8AAB;
}
</style>
border-color css
<style>
span { border-color: #2F8AAB; }
span { border-color: rgb(47,138,171); }
td.TdClassName
{
border-color: #2F8AAB;
}
.TagClassName
{
border-color: #2F8AAB;
}
</style>