Shades of Scooter #2F8DAE
Tints of Scooter #2F8DAE
RGB
CMYK
RGB Variations
Color information
#2F8DAE (or 0x2F8DAE) is known color: Scooter. HEX triplet: 2F, 8D and AE. RGB value is (47,141,174). Sum of RGB (Red+Green+Blue) = 47+141+174=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F8DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8DAE is #D07251. Grayscale: #747474. Windows color (decimal): -13660754 or 11439407. OLE color: 11439407.
HSL color Cylindrical-coordinate representation of color #2F8DAE: hue angle of 195.59º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F8DAE is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 141 | 174 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.32 |
| HSL | 195.59º | 0.57% | 0.43% | - |
| HSV(B) | 195.59º | 0.73% | 0.68% | - |
| XYZ | 18.34 | 22.71 | 43.46 | - |
| YUV | 116.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 174 | 0.73 | 0.19 | 0 | 0.32 | 195.59 | 0.57 | 0.43 |
| Hex | 2F | 8D | AE | 49 | 13 | 0 | 20 | C4 | 39 | 2B |
| Octal | 57 | 215 | 256 | 111 | 23 | 0 | 40 | 304 | 71 | 53 |
| Binary | 101111 | 10001101 | 10101110 | 1001001 | 10011 | 0 | 100000 | 11000100 | 111001 | 101011 |
Color Harmonies of #2F8DAE
Complementary color
Monochromatic Colors of #2F8DAE
Black with #2F8DAE
Text Example
Text Example
White with #2F8DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DAE; }
p { color: rgb(47,141,174); }
H1.HeaderClassName
{
color: #2F8DAE;
}
.AnyTagClassName
{
color: #2F8DAE;
}
</style>
background-color css
<style>
a { background-color: #2F8DAE; }
a { background-color: rgb(47,141,174); }
div.DivClassName
{
background-color: #2F8DAE;
}
.BgClassName
{
background-color: #2F8DAE;
}
</style>
border-color css
<style>
span { border-color: #2F8DAE; }
span { border-color: rgb(47,141,174); }
td.TdClassName
{
border-color: #2F8DAE;
}
.TagClassName
{
border-color: #2F8DAE;
}
</style>