Shades of Scooter #3091A9
Tints of Scooter #3091A9
RGB
CMYK
RGB Variations
Color information
#3091A9 (or 0x3091A9) is known color: Scooter. HEX triplet: 30, 91 and A9. RGB value is (48,145,169). Sum of RGB (Red+Green+Blue) = 48+145+169=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 169 - color contains mainly: blue. Hex color #3091A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3091A9 is #CF6E56. Grayscale: #767676. Windows color (decimal): -13594199 or 11112752. OLE color: 11112752.
HSL color Cylindrical-coordinate representation of color #3091A9: hue angle of 191.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3091A9 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 145 | 169 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.34 |
| HSL | 191.9º | 0.56% | 0.43% | - |
| HSV(B) | 191.9º | 0.72% | 0.66% | - |
| XYZ | 18.51 | 23.74 | 41.14 | - |
| YUV | 118.73 | 156.36 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 169 | 0.72 | 0.14 | 0 | 0.34 | 191.9 | 0.56 | 0.43 |
| Hex | 30 | 91 | A9 | 48 | E | 0 | 22 | C0 | 38 | 2B |
| Octal | 60 | 221 | 251 | 110 | 16 | 0 | 42 | 300 | 70 | 53 |
| Binary | 110000 | 10010001 | 10101001 | 1001000 | 1110 | 0 | 100010 | 11000000 | 111000 | 101011 |
Color Harmonies of #3091A9
Complementary color
Monochromatic Colors of #3091A9
Black with #3091A9
Text Example
Text Example
White with #3091A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091A9; }
p { color: rgb(48,145,169); }
H1.HeaderClassName
{
color: #3091A9;
}
.AnyTagClassName
{
color: #3091A9;
}
</style>
background-color css
<style>
a { background-color: #3091A9; }
a { background-color: rgb(48,145,169); }
div.DivClassName
{
background-color: #3091A9;
}
.BgClassName
{
background-color: #3091A9;
}
</style>
border-color css
<style>
span { border-color: #3091A9; }
span { border-color: rgb(48,145,169); }
td.TdClassName
{
border-color: #3091A9;
}
.TagClassName
{
border-color: #3091A9;
}
</style>