Shades of Scooter #3096A7
Tints of Scooter #3096A7
RGB
CMYK
RGB Variations
Color information
#3096A7 (or 0x3096A7) is known color: Scooter. HEX triplet: 30, 96 and A7. RGB value is (48,150,167). Sum of RGB (Red+Green+Blue) = 48+150+167=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 167 - color contains mainly: blue. Hex color #3096A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3096A7 is #CF6958. Grayscale: #797979. Windows color (decimal): -13592921 or 10982960. OLE color: 10982960.
HSL color Cylindrical-coordinate representation of color #3096A7: hue angle of 188.57º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3096A7 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 150 | 167 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.35 |
| HSL | 188.57º | 0.55% | 0.42% | - |
| HSV(B) | 188.57º | 0.71% | 0.65% | - |
| XYZ | 19.1 | 25.23 | 40.42 | - |
| YUV | 121.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 167 | 0.71 | 0.10 | 0 | 0.35 | 188.57 | 0.55 | 0.42 |
| Hex | 30 | 96 | A7 | 47 | A | 0 | 23 | BD | 37 | 2A |
| Octal | 60 | 226 | 247 | 107 | 12 | 0 | 43 | 275 | 67 | 52 |
| Binary | 110000 | 10010110 | 10100111 | 1000111 | 1010 | 0 | 100011 | 10111101 | 110111 | 101010 |
Color Harmonies of #3096A7
Complementary color
Monochromatic Colors of #3096A7
Black with #3096A7
Text Example
Text Example
White with #3096A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3096A7; }
p { color: rgb(48,150,167); }
H1.HeaderClassName
{
color: #3096A7;
}
.AnyTagClassName
{
color: #3096A7;
}
</style>
background-color css
<style>
a { background-color: #3096A7; }
a { background-color: rgb(48,150,167); }
div.DivClassName
{
background-color: #3096A7;
}
.BgClassName
{
background-color: #3096A7;
}
</style>
border-color css
<style>
span { border-color: #3096A7; }
span { border-color: rgb(48,150,167); }
td.TdClassName
{
border-color: #3096A7;
}
.TagClassName
{
border-color: #3096A7;
}
</style>