Shades of Scooter #30879D
Tints of Scooter #30879D
RGB
CMYK
RGB Variations
Color information
#30879D (or 0x30879D) is known color: Scooter. HEX triplet: 30, 87 and 9D. RGB value is (48,135,157). Sum of RGB (Red+Green+Blue) = 48+135+157=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #30879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30879D is #CF7862. Grayscale: #6F6F6F. Windows color (decimal): -13596771 or 10323760. OLE color: 10323760.
HSL color Cylindrical-coordinate representation of color #30879D: hue angle of 192.11º 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 #30879D is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 135 | 157 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.38 |
| HSL | 192.11º | 0.53% | 0.4% | - |
| HSV(B) | 192.11º | 0.69% | 0.62% | - |
| XYZ | 15.97 | 20.39 | 34.99 | - |
| YUV | 111.5 | 153.68 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 157 | 0.69 | 0.14 | 0 | 0.38 | 192.11 | 0.53 | 0.4 |
| Hex | 30 | 87 | 9D | 45 | E | 0 | 26 | C0 | 35 | 28 |
| Octal | 60 | 207 | 235 | 105 | 16 | 0 | 46 | 300 | 65 | 50 |
| Binary | 110000 | 10000111 | 10011101 | 1000101 | 1110 | 0 | 100110 | 11000000 | 110101 | 101000 |
Color Harmonies of #30879D
Complementary color
Monochromatic Colors of #30879D
Black with #30879D
Text Example
Text Example
White with #30879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30879D; }
p { color: rgb(48,135,157); }
H1.HeaderClassName
{
color: #30879D;
}
.AnyTagClassName
{
color: #30879D;
}
</style>
background-color css
<style>
a { background-color: #30879D; }
a { background-color: rgb(48,135,157); }
div.DivClassName
{
background-color: #30879D;
}
.BgClassName
{
background-color: #30879D;
}
</style>
border-color css
<style>
span { border-color: #30879D; }
span { border-color: rgb(48,135,157); }
td.TdClassName
{
border-color: #30879D;
}
.TagClassName
{
border-color: #30879D;
}
</style>