Shades of Scooter #30909E
Tints of Scooter #30909E
RGB
CMYK
RGB Variations
Color information
#30909E (or 0x30909E) is known color: Scooter. HEX triplet: 30, 90 and 9E. RGB value is (48,144,158). Sum of RGB (Red+Green+Blue) = 48+144+158=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #30909E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30909E is #CF6F61. Grayscale: #747474. Windows color (decimal): -13594466 or 10391600. OLE color: 10391600.
HSL color Cylindrical-coordinate representation of color #30909E: hue angle of 187.64º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30909E is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 144 | 158 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.38 |
| HSL | 187.64º | 0.53% | 0.4% | - |
| HSV(B) | 187.64º | 0.7% | 0.62% | - |
| XYZ | 17.36 | 23.04 | 35.88 | - |
| YUV | 116.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 158 | 0.70 | 0.09 | 0 | 0.38 | 187.64 | 0.53 | 0.4 |
| Hex | 30 | 90 | 9E | 46 | 9 | 0 | 26 | BC | 35 | 28 |
| Octal | 60 | 220 | 236 | 106 | 11 | 0 | 46 | 274 | 65 | 50 |
| Binary | 110000 | 10010000 | 10011110 | 1000110 | 1001 | 0 | 100110 | 10111100 | 110101 | 101000 |
Color Harmonies of #30909E
Complementary color
Monochromatic Colors of #30909E
Black with #30909E
Text Example
Text Example
White with #30909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30909E; }
p { color: rgb(48,144,158); }
H1.HeaderClassName
{
color: #30909E;
}
.AnyTagClassName
{
color: #30909E;
}
</style>
background-color css
<style>
a { background-color: #30909E; }
a { background-color: rgb(48,144,158); }
div.DivClassName
{
background-color: #30909E;
}
.BgClassName
{
background-color: #30909E;
}
</style>
border-color css
<style>
span { border-color: #30909E; }
span { border-color: rgb(48,144,158); }
td.TdClassName
{
border-color: #30909E;
}
.TagClassName
{
border-color: #30909E;
}
</style>