Shades of Scooter #30949F
Tints of Scooter #30949F
RGB
CMYK
RGB Variations
Color information
#30949F (or 0x30949F) is known color: Scooter. HEX triplet: 30, 94 and 9F. RGB value is (48,148,159). Sum of RGB (Red+Green+Blue) = 48+148+159=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #30949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30949F is #CF6B60. Grayscale: #777777. Windows color (decimal): -13593441 or 10458160. OLE color: 10458160.
HSL color Cylindrical-coordinate representation of color #30949F: hue angle of 185.95º 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 #30949F is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 148 | 159 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.38 |
| HSL | 185.95º | 0.54% | 0.41% | - |
| HSV(B) | 185.95º | 0.7% | 0.62% | - |
| XYZ | 18.07 | 24.31 | 36.54 | - |
| YUV | 119.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 159 | 0.70 | 0.07 | 0 | 0.38 | 185.95 | 0.54 | 0.41 |
| Hex | 30 | 94 | 9F | 46 | 7 | 0 | 26 | BA | 36 | 29 |
| Octal | 60 | 224 | 237 | 106 | 7 | 0 | 46 | 272 | 66 | 51 |
| Binary | 110000 | 10010100 | 10011111 | 1000110 | 111 | 0 | 100110 | 10111010 | 110110 | 101001 |
Color Harmonies of #30949F
Complementary color
Monochromatic Colors of #30949F
Black with #30949F
Text Example
Text Example
White with #30949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30949F; }
p { color: rgb(48,148,159); }
H1.HeaderClassName
{
color: #30949F;
}
.AnyTagClassName
{
color: #30949F;
}
</style>
background-color css
<style>
a { background-color: #30949F; }
a { background-color: rgb(48,148,159); }
div.DivClassName
{
background-color: #30949F;
}
.BgClassName
{
background-color: #30949F;
}
</style>
border-color css
<style>
span { border-color: #30949F; }
span { border-color: rgb(48,148,159); }
td.TdClassName
{
border-color: #30949F;
}
.TagClassName
{
border-color: #30949F;
}
</style>