Shades of Scooter #30869E
Tints of Scooter #30869E
RGB
CMYK
RGB Variations
Color information
#30869E (or 0x30869E) is known color: Scooter. HEX triplet: 30, 86 and 9E. RGB value is (48,134,158). Sum of RGB (Red+Green+Blue) = 48+134+158=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #30869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30869E is #CF7961. Grayscale: #6E6E6E. Windows color (decimal): -13597026 or 10389040. OLE color: 10389040.
HSL color Cylindrical-coordinate representation of color #30869E: hue angle of 193.09º 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 #30869E is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 134 | 158 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.38 |
| HSL | 193.09º | 0.53% | 0.4% | - |
| HSV(B) | 193.09º | 0.7% | 0.62% | - |
| XYZ | 15.92 | 20.15 | 35.4 | - |
| YUV | 111.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 158 | 0.70 | 0.15 | 0 | 0.38 | 193.09 | 0.53 | 0.4 |
| Hex | 30 | 86 | 9E | 46 | F | 0 | 26 | C1 | 35 | 28 |
| Octal | 60 | 206 | 236 | 106 | 17 | 0 | 46 | 301 | 65 | 50 |
| Binary | 110000 | 10000110 | 10011110 | 1000110 | 1111 | 0 | 100110 | 11000001 | 110101 | 101000 |
Color Harmonies of #30869E
Complementary color
Monochromatic Colors of #30869E
Black with #30869E
Text Example
Text Example
White with #30869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30869E; }
p { color: rgb(48,134,158); }
H1.HeaderClassName
{
color: #30869E;
}
.AnyTagClassName
{
color: #30869E;
}
</style>
background-color css
<style>
a { background-color: #30869E; }
a { background-color: rgb(48,134,158); }
div.DivClassName
{
background-color: #30869E;
}
.BgClassName
{
background-color: #30869E;
}
</style>
border-color css
<style>
span { border-color: #30869E; }
span { border-color: rgb(48,134,158); }
td.TdClassName
{
border-color: #30869E;
}
.TagClassName
{
border-color: #30869E;
}
</style>