Shades of Scooter #3090A1
Tints of Scooter #3090A1
RGB
CMYK
RGB Variations
Color information
#3090A1 (or 0x3090A1) is known color: Scooter. HEX triplet: 30, 90 and A1. RGB value is (48,144,161). Sum of RGB (Red+Green+Blue) = 48+144+161=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #3090A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3090A1 is #CF6F5E. Grayscale: #757575. Windows color (decimal): -13594463 or 10588208. OLE color: 10588208.
HSL color Cylindrical-coordinate representation of color #3090A1: hue angle of 189.03º 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 #3090A1 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 144 | 161 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.37 |
| HSL | 189.03º | 0.54% | 0.41% | - |
| HSV(B) | 189.03º | 0.7% | 0.63% | - |
| XYZ | 17.63 | 23.15 | 37.26 | - |
| YUV | 117.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 161 | 0.70 | 0.11 | 0 | 0.37 | 189.03 | 0.54 | 0.41 |
| Hex | 30 | 90 | A1 | 46 | B | 0 | 25 | BD | 36 | 29 |
| Octal | 60 | 220 | 241 | 106 | 13 | 0 | 45 | 275 | 66 | 51 |
| Binary | 110000 | 10010000 | 10100001 | 1000110 | 1011 | 0 | 100101 | 10111101 | 110110 | 101001 |
Color Harmonies of #3090A1
Complementary color
Monochromatic Colors of #3090A1
Black with #3090A1
Text Example
Text Example
White with #3090A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090A1; }
p { color: rgb(48,144,161); }
H1.HeaderClassName
{
color: #3090A1;
}
.AnyTagClassName
{
color: #3090A1;
}
</style>
background-color css
<style>
a { background-color: #3090A1; }
a { background-color: rgb(48,144,161); }
div.DivClassName
{
background-color: #3090A1;
}
.BgClassName
{
background-color: #3090A1;
}
</style>
border-color css
<style>
span { border-color: #3090A1; }
span { border-color: rgb(48,144,161); }
td.TdClassName
{
border-color: #3090A1;
}
.TagClassName
{
border-color: #3090A1;
}
</style>