Shades of Scooter #3099A3
Tints of Scooter #3099A3
RGB
CMYK
RGB Variations
Color information
#3099A3 (or 0x3099A3) is known color: Scooter. HEX triplet: 30, 99 and A3. RGB value is (48,153,163). Sum of RGB (Red+Green+Blue) = 48+153+163=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 163 - color contains mainly: blue. Hex color #3099A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3099A3 is #CF665C. Grayscale: #7A7A7A. Windows color (decimal): -13592157 or 10721584. OLE color: 10721584.
HSL color Cylindrical-coordinate representation of color #3099A3: hue angle of 185.22º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3099A3 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 153 | 163 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.36 |
| HSL | 185.22º | 0.55% | 0.41% | - |
| HSV(B) | 185.22º | 0.71% | 0.64% | - |
| XYZ | 19.22 | 26.06 | 38.67 | - |
| YUV | 122.75 | 150.71 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 163 | 0.71 | 0.06 | 0 | 0.36 | 185.22 | 0.55 | 0.41 |
| Hex | 30 | 99 | A3 | 47 | 6 | 0 | 24 | B9 | 37 | 29 |
| Octal | 60 | 231 | 243 | 107 | 6 | 0 | 44 | 271 | 67 | 51 |
| Binary | 110000 | 10011001 | 10100011 | 1000111 | 110 | 0 | 100100 | 10111001 | 110111 | 101001 |
Color Harmonies of #3099A3
Complementary color
Monochromatic Colors of #3099A3
Black with #3099A3
Text Example
Text Example
White with #3099A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3099A3; }
p { color: rgb(48,153,163); }
H1.HeaderClassName
{
color: #3099A3;
}
.AnyTagClassName
{
color: #3099A3;
}
</style>
background-color css
<style>
a { background-color: #3099A3; }
a { background-color: rgb(48,153,163); }
div.DivClassName
{
background-color: #3099A3;
}
.BgClassName
{
background-color: #3099A3;
}
</style>
border-color css
<style>
span { border-color: #3099A3; }
span { border-color: rgb(48,153,163); }
td.TdClassName
{
border-color: #3099A3;
}
.TagClassName
{
border-color: #3099A3;
}
</style>