Shades of Scooter #30839C
Tints of Scooter #30839C
RGB
CMYK
RGB Variations
Color information
#30839C (or 0x30839C) is known color: Scooter. HEX triplet: 30, 83 and 9C. RGB value is (48,131,156). Sum of RGB (Red+Green+Blue) = 48+131+156=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #30839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30839C is #CF7C63. Grayscale: #6C6C6C. Windows color (decimal): -13597796 or 10257200. OLE color: 10257200.
HSL color Cylindrical-coordinate representation of color #30839C: hue angle of 193.89º 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 #30839C is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 131 | 156 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.39 |
| HSL | 193.89º | 0.53% | 0.4% | - |
| HSV(B) | 193.89º | 0.69% | 0.61% | - |
| XYZ | 15.34 | 19.26 | 34.36 | - |
| YUV | 109.03 | 154.5 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 156 | 0.69 | 0.16 | 0 | 0.39 | 193.89 | 0.53 | 0.4 |
| Hex | 30 | 83 | 9C | 45 | 10 | 0 | 27 | C2 | 35 | 28 |
| Octal | 60 | 203 | 234 | 105 | 20 | 0 | 47 | 302 | 65 | 50 |
| Binary | 110000 | 10000011 | 10011100 | 1000101 | 10000 | 0 | 100111 | 11000010 | 110101 | 101000 |
Color Harmonies of #30839C
Complementary color
Monochromatic Colors of #30839C
Black with #30839C
Text Example
Text Example
White with #30839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30839C; }
p { color: rgb(48,131,156); }
H1.HeaderClassName
{
color: #30839C;
}
.AnyTagClassName
{
color: #30839C;
}
</style>
background-color css
<style>
a { background-color: #30839C; }
a { background-color: rgb(48,131,156); }
div.DivClassName
{
background-color: #30839C;
}
.BgClassName
{
background-color: #30839C;
}
</style>
border-color css
<style>
span { border-color: #30839C; }
span { border-color: rgb(48,131,156); }
td.TdClassName
{
border-color: #30839C;
}
.TagClassName
{
border-color: #30839C;
}
</style>