Shades of Scooter #3097AA
Tints of Scooter #3097AA
RGB
CMYK
RGB Variations
Color information
#3097AA (or 0x3097AA) is known color: Scooter. HEX triplet: 30, 97 and AA. RGB value is (48,151,170). Sum of RGB (Red+Green+Blue) = 48+151+170=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #3097AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3097AA is #CF6855. Grayscale: #7A7A7A. Windows color (decimal): -13592662 or 11179824. OLE color: 11179824.
HSL color Cylindrical-coordinate representation of color #3097AA: hue angle of 189.34º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3097AA is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 151 | 170 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.33 |
| HSL | 189.34º | 0.56% | 0.43% | - |
| HSV(B) | 189.34º | 0.72% | 0.67% | - |
| XYZ | 19.54 | 25.66 | 41.95 | - |
| YUV | 122.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 170 | 0.72 | 0.11 | 0 | 0.33 | 189.34 | 0.56 | 0.43 |
| Hex | 30 | 97 | AA | 48 | B | 0 | 21 | BD | 38 | 2B |
| Octal | 60 | 227 | 252 | 110 | 13 | 0 | 41 | 275 | 70 | 53 |
| Binary | 110000 | 10010111 | 10101010 | 1001000 | 1011 | 0 | 100001 | 10111101 | 111000 | 101011 |
Color Harmonies of #3097AA
Complementary color
Monochromatic Colors of #3097AA
Black with #3097AA
Text Example
Text Example
White with #3097AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3097AA; }
p { color: rgb(48,151,170); }
H1.HeaderClassName
{
color: #3097AA;
}
.AnyTagClassName
{
color: #3097AA;
}
</style>
background-color css
<style>
a { background-color: #3097AA; }
a { background-color: rgb(48,151,170); }
div.DivClassName
{
background-color: #3097AA;
}
.BgClassName
{
background-color: #3097AA;
}
</style>
border-color css
<style>
span { border-color: #3097AA; }
span { border-color: rgb(48,151,170); }
td.TdClassName
{
border-color: #3097AA;
}
.TagClassName
{
border-color: #3097AA;
}
</style>