Shades of Scooter #3090A0
Tints of Scooter #3090A0
RGB
CMYK
RGB Variations
Color information
#3090A0 (or 0x3090A0) is known color: Scooter. HEX triplet: 30, 90 and A0. RGB value is (48,144,160). Sum of RGB (Red+Green+Blue) = 48+144+160=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #3090A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3090A0 is #CF6F5F. Grayscale: #747474. Windows color (decimal): -13594464 or 10522672. OLE color: 10522672.
HSL color Cylindrical-coordinate representation of color #3090A0: hue angle of 188.57º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3090A0 is Cyan = 0.70, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 144 | 160 | - |
| CMYK | 0.70 | 0.1 | 0 | 0.37 |
| HSL | 188.57º | 0.54% | 0.41% | - |
| HSV(B) | 188.57º | 0.7% | 0.63% | - |
| XYZ | 17.54 | 23.11 | 36.79 | - |
| YUV | 117.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 160 | 0.70 | 0.1 | 0 | 0.37 | 188.57 | 0.54 | 0.41 |
| Hex | 30 | 90 | A0 | 46 | A | 0 | 25 | BD | 36 | 29 |
| Octal | 60 | 220 | 240 | 106 | 12 | 0 | 45 | 275 | 66 | 51 |
| Binary | 110000 | 10010000 | 10100000 | 1000110 | 1010 | 0 | 100101 | 10111101 | 110110 | 101001 |
Color Harmonies of #3090A0
Complementary color
Monochromatic Colors of #3090A0
Black with #3090A0
Text Example
Text Example
White with #3090A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090A0; }
p { color: rgb(48,144,160); }
H1.HeaderClassName
{
color: #3090A0;
}
.AnyTagClassName
{
color: #3090A0;
}
</style>
background-color css
<style>
a { background-color: #3090A0; }
a { background-color: rgb(48,144,160); }
div.DivClassName
{
background-color: #3090A0;
}
.BgClassName
{
background-color: #3090A0;
}
</style>
border-color css
<style>
span { border-color: #3090A0; }
span { border-color: rgb(48,144,160); }
td.TdClassName
{
border-color: #3090A0;
}
.TagClassName
{
border-color: #3090A0;
}
</style>