Shades of Scooter #30909D
Tints of Scooter #30909D
RGB
CMYK
RGB Variations
Color information
#30909D (or 0x30909D) is known color: Scooter. HEX triplet: 30, 90 and 9D. RGB value is (48,144,157). Sum of RGB (Red+Green+Blue) = 48+144+157=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #30909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30909D is #CF6F62. Grayscale: #747474. Windows color (decimal): -13594467 or 10326064. OLE color: 10326064.
HSL color Cylindrical-coordinate representation of color #30909D: hue angle of 187.16º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30909D is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 144 | 157 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.38 |
| HSL | 187.16º | 0.53% | 0.4% | - |
| HSV(B) | 187.16º | 0.69% | 0.62% | - |
| XYZ | 17.28 | 23.01 | 35.43 | - |
| YUV | 116.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 157 | 0.69 | 0.08 | 0 | 0.38 | 187.16 | 0.53 | 0.4 |
| Hex | 30 | 90 | 9D | 45 | 8 | 0 | 26 | BB | 35 | 28 |
| Octal | 60 | 220 | 235 | 105 | 10 | 0 | 46 | 273 | 65 | 50 |
| Binary | 110000 | 10010000 | 10011101 | 1000101 | 1000 | 0 | 100110 | 10111011 | 110101 | 101000 |
Color Harmonies of #30909D
Complementary color
Monochromatic Colors of #30909D
Black with #30909D
Text Example
Text Example
White with #30909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30909D; }
p { color: rgb(48,144,157); }
H1.HeaderClassName
{
color: #30909D;
}
.AnyTagClassName
{
color: #30909D;
}
</style>
background-color css
<style>
a { background-color: #30909D; }
a { background-color: rgb(48,144,157); }
div.DivClassName
{
background-color: #30909D;
}
.BgClassName
{
background-color: #30909D;
}
</style>
border-color css
<style>
span { border-color: #30909D; }
span { border-color: rgb(48,144,157); }
td.TdClassName
{
border-color: #30909D;
}
.TagClassName
{
border-color: #30909D;
}
</style>