Shades of Scooter #30919F
Tints of Scooter #30919F
RGB
CMYK
RGB Variations
Color information
#30919F (or 0x30919F) is known color: Scooter. HEX triplet: 30, 91 and 9F. RGB value is (48,145,159). Sum of RGB (Red+Green+Blue) = 48+145+159=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #30919F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30919F is #CF6E60. Grayscale: #757575. Windows color (decimal): -13594209 or 10457392. OLE color: 10457392.
HSL color Cylindrical-coordinate representation of color #30919F: hue angle of 187.57º 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 #30919F is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 145 | 159 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.38 |
| HSL | 187.57º | 0.54% | 0.41% | - |
| HSV(B) | 187.57º | 0.7% | 0.62% | - |
| XYZ | 17.6 | 23.38 | 36.39 | - |
| YUV | 117.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 159 | 0.70 | 0.09 | 0 | 0.38 | 187.57 | 0.54 | 0.41 |
| Hex | 30 | 91 | 9F | 46 | 9 | 0 | 26 | BC | 36 | 29 |
| Octal | 60 | 221 | 237 | 106 | 11 | 0 | 46 | 274 | 66 | 51 |
| Binary | 110000 | 10010001 | 10011111 | 1000110 | 1001 | 0 | 100110 | 10111100 | 110110 | 101001 |
Color Harmonies of #30919F
Complementary color
Monochromatic Colors of #30919F
Black with #30919F
Text Example
Text Example
White with #30919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30919F; }
p { color: rgb(48,145,159); }
H1.HeaderClassName
{
color: #30919F;
}
.AnyTagClassName
{
color: #30919F;
}
</style>
background-color css
<style>
a { background-color: #30919F; }
a { background-color: rgb(48,145,159); }
div.DivClassName
{
background-color: #30919F;
}
.BgClassName
{
background-color: #30919F;
}
</style>
border-color css
<style>
span { border-color: #30919F; }
span { border-color: rgb(48,145,159); }
td.TdClassName
{
border-color: #30919F;
}
.TagClassName
{
border-color: #30919F;
}
</style>