Shades of Scooter #3090AD
Tints of Scooter #3090AD
RGB
CMYK
RGB Variations
Color information
#3090AD (or 0x3090AD) is known color: Scooter. HEX triplet: 30, 90 and AD. RGB value is (48,144,173). Sum of RGB (Red+Green+Blue) = 48+144+173=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #3090AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3090AD is #CF6F52. Grayscale: #767676. Windows color (decimal): -13594451 or 11374640. OLE color: 11374640.
HSL color Cylindrical-coordinate representation of color #3090AD: hue angle of 193.92º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3090AD is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 144 | 173 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.32 |
| HSL | 193.92º | 0.57% | 0.43% | - |
| HSV(B) | 193.92º | 0.72% | 0.68% | - |
| XYZ | 18.74 | 23.59 | 43.1 | - |
| YUV | 118.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 173 | 0.72 | 0.17 | 0 | 0.32 | 193.92 | 0.57 | 0.43 |
| Hex | 30 | 90 | AD | 48 | 11 | 0 | 20 | C2 | 39 | 2B |
| Octal | 60 | 220 | 255 | 110 | 21 | 0 | 40 | 302 | 71 | 53 |
| Binary | 110000 | 10010000 | 10101101 | 1001000 | 10001 | 0 | 100000 | 11000010 | 111001 | 101011 |
Color Harmonies of #3090AD
Complementary color
Monochromatic Colors of #3090AD
Black with #3090AD
Text Example
Text Example
White with #3090AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090AD; }
p { color: rgb(48,144,173); }
H1.HeaderClassName
{
color: #3090AD;
}
.AnyTagClassName
{
color: #3090AD;
}
</style>
background-color css
<style>
a { background-color: #3090AD; }
a { background-color: rgb(48,144,173); }
div.DivClassName
{
background-color: #3090AD;
}
.BgClassName
{
background-color: #3090AD;
}
</style>
border-color css
<style>
span { border-color: #3090AD; }
span { border-color: rgb(48,144,173); }
td.TdClassName
{
border-color: #3090AD;
}
.TagClassName
{
border-color: #3090AD;
}
</style>