Shades of Scooter #30869D
Tints of Scooter #30869D
RGB
CMYK
RGB Variations
Color information
#30869D (or 0x30869D) is known color: Scooter. HEX triplet: 30, 86 and 9D. RGB value is (48,134,157). Sum of RGB (Red+Green+Blue) = 48+134+157=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #30869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30869D is #CF7962. Grayscale: #6E6E6E. Windows color (decimal): -13597027 or 10323504. OLE color: 10323504.
HSL color Cylindrical-coordinate representation of color #30869D: hue angle of 192.66º 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 #30869D is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 134 | 157 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.38 |
| HSL | 192.66º | 0.53% | 0.4% | - |
| HSV(B) | 192.66º | 0.69% | 0.62% | - |
| XYZ | 15.83 | 20.11 | 34.95 | - |
| YUV | 110.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 157 | 0.69 | 0.15 | 0 | 0.38 | 192.66 | 0.53 | 0.4 |
| Hex | 30 | 86 | 9D | 45 | F | 0 | 26 | C1 | 35 | 28 |
| Octal | 60 | 206 | 235 | 105 | 17 | 0 | 46 | 301 | 65 | 50 |
| Binary | 110000 | 10000110 | 10011101 | 1000101 | 1111 | 0 | 100110 | 11000001 | 110101 | 101000 |
Color Harmonies of #30869D
Complementary color
Monochromatic Colors of #30869D
Black with #30869D
Text Example
Text Example
White with #30869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30869D; }
p { color: rgb(48,134,157); }
H1.HeaderClassName
{
color: #30869D;
}
.AnyTagClassName
{
color: #30869D;
}
</style>
background-color css
<style>
a { background-color: #30869D; }
a { background-color: rgb(48,134,157); }
div.DivClassName
{
background-color: #30869D;
}
.BgClassName
{
background-color: #30869D;
}
</style>
border-color css
<style>
span { border-color: #30869D; }
span { border-color: rgb(48,134,157); }
td.TdClassName
{
border-color: #30869D;
}
.TagClassName
{
border-color: #30869D;
}
</style>