Shades of Scooter #3090A4
Tints of Scooter #3090A4
RGB
CMYK
RGB Variations
Color information
#3090A4 (or 0x3090A4) is known color: Scooter. HEX triplet: 30, 90 and A4. RGB value is (48,144,164). Sum of RGB (Red+Green+Blue) = 48+144+164=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #3090A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3090A4 is #CF6F5B. Grayscale: #757575. Windows color (decimal): -13594460 or 10784816. OLE color: 10784816.
HSL color Cylindrical-coordinate representation of color #3090A4: hue angle of 190.34º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3090A4 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 144 | 164 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.36 |
| HSL | 190.34º | 0.55% | 0.42% | - |
| HSV(B) | 190.34º | 0.71% | 0.64% | - |
| XYZ | 17.89 | 23.26 | 38.67 | - |
| YUV | 117.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 164 | 0.71 | 0.12 | 0 | 0.36 | 190.34 | 0.55 | 0.42 |
| Hex | 30 | 90 | A4 | 47 | C | 0 | 24 | BE | 37 | 2A |
| Octal | 60 | 220 | 244 | 107 | 14 | 0 | 44 | 276 | 67 | 52 |
| Binary | 110000 | 10010000 | 10100100 | 1000111 | 1100 | 0 | 100100 | 10111110 | 110111 | 101010 |
Color Harmonies of #3090A4
Complementary color
Monochromatic Colors of #3090A4
Black with #3090A4
Text Example
Text Example
White with #3090A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090A4; }
p { color: rgb(48,144,164); }
H1.HeaderClassName
{
color: #3090A4;
}
.AnyTagClassName
{
color: #3090A4;
}
</style>
background-color css
<style>
a { background-color: #3090A4; }
a { background-color: rgb(48,144,164); }
div.DivClassName
{
background-color: #3090A4;
}
.BgClassName
{
background-color: #3090A4;
}
</style>
border-color css
<style>
span { border-color: #3090A4; }
span { border-color: rgb(48,144,164); }
td.TdClassName
{
border-color: #3090A4;
}
.TagClassName
{
border-color: #3090A4;
}
</style>