Shades of Scooter #30849C
Tints of Scooter #30849C
RGB
CMYK
RGB Variations
Color information
#30849C (or 0x30849C) is known color: Scooter. HEX triplet: 30, 84 and 9C. RGB value is (48,132,156). Sum of RGB (Red+Green+Blue) = 48+132+156=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #30849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30849C is #CF7B63. Grayscale: #6D6D6D. Windows color (decimal): -13597540 or 10257456. OLE color: 10257456.
HSL color Cylindrical-coordinate representation of color #30849C: hue angle of 193.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30849C is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 132 | 156 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.39 |
| HSL | 193.33º | 0.53% | 0.4% | - |
| HSV(B) | 193.33º | 0.69% | 0.61% | - |
| XYZ | 15.47 | 19.53 | 34.41 | - |
| YUV | 109.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 156 | 0.69 | 0.15 | 0 | 0.39 | 193.33 | 0.53 | 0.4 |
| Hex | 30 | 84 | 9C | 45 | F | 0 | 27 | C1 | 35 | 28 |
| Octal | 60 | 204 | 234 | 105 | 17 | 0 | 47 | 301 | 65 | 50 |
| Binary | 110000 | 10000100 | 10011100 | 1000101 | 1111 | 0 | 100111 | 11000001 | 110101 | 101000 |
Color Harmonies of #30849C
Complementary color
Monochromatic Colors of #30849C
Black with #30849C
Text Example
Text Example
White with #30849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30849C; }
p { color: rgb(48,132,156); }
H1.HeaderClassName
{
color: #30849C;
}
.AnyTagClassName
{
color: #30849C;
}
</style>
background-color css
<style>
a { background-color: #30849C; }
a { background-color: rgb(48,132,156); }
div.DivClassName
{
background-color: #30849C;
}
.BgClassName
{
background-color: #30849C;
}
</style>
border-color css
<style>
span { border-color: #30849C; }
span { border-color: rgb(48,132,156); }
td.TdClassName
{
border-color: #30849C;
}
.TagClassName
{
border-color: #30849C;
}
</style>