Shades of Scooter #2F90AA
Tints of Scooter #2F90AA
RGB
CMYK
RGB Variations
Color information
#2F90AA (or 0x2F90AA) is known color: Scooter. HEX triplet: 2F, 90 and AA. RGB value is (47,144,170). Sum of RGB (Red+Green+Blue) = 47+144+170=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F90AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F90AA is #D06F55. Grayscale: #757575. Windows color (decimal): -13659990 or 11178031. OLE color: 11178031.
HSL color Cylindrical-coordinate representation of color #2F90AA: hue angle of 192.68º 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 #2F90AA is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 144 | 170 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.33 |
| HSL | 192.68º | 0.57% | 0.43% | - |
| HSV(B) | 192.68º | 0.72% | 0.67% | - |
| XYZ | 18.4 | 23.45 | 41.59 | - |
| YUV | 117.96 | 157.36 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 170 | 0.72 | 0.15 | 0 | 0.33 | 192.68 | 0.57 | 0.43 |
| Hex | 2F | 90 | AA | 48 | F | 0 | 21 | C1 | 39 | 2B |
| Octal | 57 | 220 | 252 | 110 | 17 | 0 | 41 | 301 | 71 | 53 |
| Binary | 101111 | 10010000 | 10101010 | 1001000 | 1111 | 0 | 100001 | 11000001 | 111001 | 101011 |
Color Harmonies of #2F90AA
Complementary color
Monochromatic Colors of #2F90AA
Black with #2F90AA
Text Example
Text Example
White with #2F90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F90AA; }
p { color: rgb(47,144,170); }
H1.HeaderClassName
{
color: #2F90AA;
}
.AnyTagClassName
{
color: #2F90AA;
}
</style>
background-color css
<style>
a { background-color: #2F90AA; }
a { background-color: rgb(47,144,170); }
div.DivClassName
{
background-color: #2F90AA;
}
.BgClassName
{
background-color: #2F90AA;
}
</style>
border-color css
<style>
span { border-color: #2F90AA; }
span { border-color: rgb(47,144,170); }
td.TdClassName
{
border-color: #2F90AA;
}
.TagClassName
{
border-color: #2F90AA;
}
</style>