Shades of Scooter #3091A0
Tints of Scooter #3091A0
RGB
CMYK
RGB Variations
Color information
#3091A0 (or 0x3091A0) is known color: Scooter. HEX triplet: 30, 91 and A0. RGB value is (48,145,160). Sum of RGB (Red+Green+Blue) = 48+145+160=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #3091A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3091A0 is #CF6E5F. Grayscale: #757575. Windows color (decimal): -13594208 or 10522928. OLE color: 10522928.
HSL color Cylindrical-coordinate representation of color #3091A0: hue angle of 188.04º 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 #3091A0 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 145 | 160 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.37 |
| HSL | 188.04º | 0.54% | 0.41% | - |
| HSV(B) | 188.04º | 0.7% | 0.63% | - |
| XYZ | 17.69 | 23.42 | 36.85 | - |
| YUV | 117.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 160 | 0.70 | 0.09 | 0 | 0.37 | 188.04 | 0.54 | 0.41 |
| Hex | 30 | 91 | A0 | 46 | 9 | 0 | 25 | BC | 36 | 29 |
| Octal | 60 | 221 | 240 | 106 | 11 | 0 | 45 | 274 | 66 | 51 |
| Binary | 110000 | 10010001 | 10100000 | 1000110 | 1001 | 0 | 100101 | 10111100 | 110110 | 101001 |
Color Harmonies of #3091A0
Complementary color
Monochromatic Colors of #3091A0
Black with #3091A0
Text Example
Text Example
White with #3091A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091A0; }
p { color: rgb(48,145,160); }
H1.HeaderClassName
{
color: #3091A0;
}
.AnyTagClassName
{
color: #3091A0;
}
</style>
background-color css
<style>
a { background-color: #3091A0; }
a { background-color: rgb(48,145,160); }
div.DivClassName
{
background-color: #3091A0;
}
.BgClassName
{
background-color: #3091A0;
}
</style>
border-color css
<style>
span { border-color: #3091A0; }
span { border-color: rgb(48,145,160); }
td.TdClassName
{
border-color: #3091A0;
}
.TagClassName
{
border-color: #3091A0;
}
</style>