Shades of Scooter #30849F
Tints of Scooter #30849F
RGB
CMYK
RGB Variations
Color information
#30849F (or 0x30849F) is known color: Scooter. HEX triplet: 30, 84 and 9F. RGB value is (48,132,159). Sum of RGB (Red+Green+Blue) = 48+132+159=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #30849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30849F is #CF7B60. Grayscale: #6D6D6D. Windows color (decimal): -13597537 or 10454064. OLE color: 10454064.
HSL color Cylindrical-coordinate representation of color #30849F: hue angle of 194.59º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30849F is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 132 | 159 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.38 |
| HSL | 194.59º | 0.54% | 0.41% | - |
| HSV(B) | 194.59º | 0.7% | 0.62% | - |
| XYZ | 15.73 | 19.63 | 35.76 | - |
| YUV | 109.96 | 155.67 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 159 | 0.70 | 0.17 | 0 | 0.38 | 194.59 | 0.54 | 0.41 |
| Hex | 30 | 84 | 9F | 46 | 11 | 0 | 26 | C3 | 36 | 29 |
| Octal | 60 | 204 | 237 | 106 | 21 | 0 | 46 | 303 | 66 | 51 |
| Binary | 110000 | 10000100 | 10011111 | 1000110 | 10001 | 0 | 100110 | 11000011 | 110110 | 101001 |
Color Harmonies of #30849F
Complementary color
Monochromatic Colors of #30849F
Black with #30849F
Text Example
Text Example
White with #30849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30849F; }
p { color: rgb(48,132,159); }
H1.HeaderClassName
{
color: #30849F;
}
.AnyTagClassName
{
color: #30849F;
}
</style>
background-color css
<style>
a { background-color: #30849F; }
a { background-color: rgb(48,132,159); }
div.DivClassName
{
background-color: #30849F;
}
.BgClassName
{
background-color: #30849F;
}
</style>
border-color css
<style>
span { border-color: #30849F; }
span { border-color: rgb(48,132,159); }
td.TdClassName
{
border-color: #30849F;
}
.TagClassName
{
border-color: #30849F;
}
</style>