Shades of Scooter #30889F
Tints of Scooter #30889F
RGB
CMYK
RGB Variations
Color information
#30889F (or 0x30889F) is known color: Scooter. HEX triplet: 30, 88 and 9F. RGB value is (48,136,159). Sum of RGB (Red+Green+Blue) = 48+136+159=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #30889F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30889F is #CF7760. Grayscale: #707070. Windows color (decimal): -13596513 or 10455088. OLE color: 10455088.
HSL color Cylindrical-coordinate representation of color #30889F: hue angle of 192.43º 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 #30889F is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 136 | 159 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.38 |
| HSL | 192.43º | 0.54% | 0.41% | - |
| HSV(B) | 192.43º | 0.7% | 0.62% | - |
| XYZ | 16.28 | 20.74 | 35.95 | - |
| YUV | 112.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 136 | 159 | 0.70 | 0.14 | 0 | 0.38 | 192.43 | 0.54 | 0.41 |
| Hex | 30 | 88 | 9F | 46 | E | 0 | 26 | C0 | 36 | 29 |
| Octal | 60 | 210 | 237 | 106 | 16 | 0 | 46 | 300 | 66 | 51 |
| Binary | 110000 | 10001000 | 10011111 | 1000110 | 1110 | 0 | 100110 | 11000000 | 110110 | 101001 |
Color Harmonies of #30889F
Complementary color
Monochromatic Colors of #30889F
Black with #30889F
Text Example
Text Example
White with #30889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30889F; }
p { color: rgb(48,136,159); }
H1.HeaderClassName
{
color: #30889F;
}
.AnyTagClassName
{
color: #30889F;
}
</style>
background-color css
<style>
a { background-color: #30889F; }
a { background-color: rgb(48,136,159); }
div.DivClassName
{
background-color: #30889F;
}
.BgClassName
{
background-color: #30889F;
}
</style>
border-color css
<style>
span { border-color: #30889F; }
span { border-color: rgb(48,136,159); }
td.TdClassName
{
border-color: #30889F;
}
.TagClassName
{
border-color: #30889F;
}
</style>