Shades of Scooter #2F8AAA
Tints of Scooter #2F8AAA
RGB
CMYK
RGB Variations
Color information
#2F8AAA (or 0x2F8AAA) is known color: Scooter. HEX triplet: 2F, 8A and AA. RGB value is (47,138,170). Sum of RGB (Red+Green+Blue) = 47+138+170=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F8AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8AAA is #D07555. Grayscale: #727272. Windows color (decimal): -13661526 or 11176495. OLE color: 11176495.
HSL color Cylindrical-coordinate representation of color #2F8AAA: hue angle of 195.61º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F8AAA is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 138 | 170 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.33 |
| HSL | 195.61º | 0.57% | 0.43% | - |
| HSV(B) | 195.61º | 0.72% | 0.67% | - |
| XYZ | 17.52 | 21.68 | 41.29 | - |
| YUV | 114.44 | 159.35 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 138 | 170 | 0.72 | 0.19 | 0 | 0.33 | 195.61 | 0.57 | 0.43 |
| Hex | 2F | 8A | AA | 48 | 13 | 0 | 21 | C4 | 39 | 2B |
| Octal | 57 | 212 | 252 | 110 | 23 | 0 | 41 | 304 | 71 | 53 |
| Binary | 101111 | 10001010 | 10101010 | 1001000 | 10011 | 0 | 100001 | 11000100 | 111001 | 101011 |
Color Harmonies of #2F8AAA
Complementary color
Monochromatic Colors of #2F8AAA
Black with #2F8AAA
Text Example
Text Example
White with #2F8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8AAA; }
p { color: rgb(47,138,170); }
H1.HeaderClassName
{
color: #2F8AAA;
}
.AnyTagClassName
{
color: #2F8AAA;
}
</style>
background-color css
<style>
a { background-color: #2F8AAA; }
a { background-color: rgb(47,138,170); }
div.DivClassName
{
background-color: #2F8AAA;
}
.BgClassName
{
background-color: #2F8AAA;
}
</style>
border-color css
<style>
span { border-color: #2F8AAA; }
span { border-color: rgb(47,138,170); }
td.TdClassName
{
border-color: #2F8AAA;
}
.TagClassName
{
border-color: #2F8AAA;
}
</style>