Shades of Scooter #2F8CAA
Tints of Scooter #2F8CAA
RGB
CMYK
RGB Variations
Color information
#2F8CAA (or 0x2F8CAA) is known color: Scooter. HEX triplet: 2F, 8C and AA. RGB value is (47,140,170). Sum of RGB (Red+Green+Blue) = 47+140+170=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F8CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8CAA is #D07355. Grayscale: #737373. Windows color (decimal): -13661014 or 11177007. OLE color: 11177007.
HSL color Cylindrical-coordinate representation of color #2F8CAA: hue angle of 194.63º 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 #2F8CAA is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 140 | 170 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.33 |
| HSL | 194.63º | 0.57% | 0.43% | - |
| HSV(B) | 194.63º | 0.72% | 0.67% | - |
| XYZ | 17.81 | 22.26 | 41.39 | - |
| YUV | 115.61 | 158.69 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 140 | 170 | 0.72 | 0.18 | 0 | 0.33 | 194.63 | 0.57 | 0.43 |
| Hex | 2F | 8C | AA | 48 | 12 | 0 | 21 | C3 | 39 | 2B |
| Octal | 57 | 214 | 252 | 110 | 22 | 0 | 41 | 303 | 71 | 53 |
| Binary | 101111 | 10001100 | 10101010 | 1001000 | 10010 | 0 | 100001 | 11000011 | 111001 | 101011 |
Color Harmonies of #2F8CAA
Complementary color
Monochromatic Colors of #2F8CAA
Black with #2F8CAA
Text Example
Text Example
White with #2F8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8CAA; }
p { color: rgb(47,140,170); }
H1.HeaderClassName
{
color: #2F8CAA;
}
.AnyTagClassName
{
color: #2F8CAA;
}
</style>
background-color css
<style>
a { background-color: #2F8CAA; }
a { background-color: rgb(47,140,170); }
div.DivClassName
{
background-color: #2F8CAA;
}
.BgClassName
{
background-color: #2F8CAA;
}
</style>
border-color css
<style>
span { border-color: #2F8CAA; }
span { border-color: rgb(47,140,170); }
td.TdClassName
{
border-color: #2F8CAA;
}
.TagClassName
{
border-color: #2F8CAA;
}
</style>