Shades of Scooter #30939D
Tints of Scooter #30939D
RGB
CMYK
RGB Variations
Color information
#30939D (or 0x30939D) is known color: Scooter. HEX triplet: 30, 93 and 9D. RGB value is (48,147,157). Sum of RGB (Red+Green+Blue) = 48+147+157=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #30939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30939D is #CF6C62. Grayscale: #767676. Windows color (decimal): -13593699 or 10326832. OLE color: 10326832.
HSL color Cylindrical-coordinate representation of color #30939D: hue angle of 185.5º 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 #30939D is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 147 | 157 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.38 |
| HSL | 185.5º | 0.53% | 0.4% | - |
| HSV(B) | 185.5º | 0.69% | 0.62% | - |
| XYZ | 17.74 | 23.93 | 35.58 | - |
| YUV | 118.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 157 | 0.69 | 0.06 | 0 | 0.38 | 185.5 | 0.53 | 0.4 |
| Hex | 30 | 93 | 9D | 45 | 6 | 0 | 26 | BA | 35 | 28 |
| Octal | 60 | 223 | 235 | 105 | 6 | 0 | 46 | 272 | 65 | 50 |
| Binary | 110000 | 10010011 | 10011101 | 1000101 | 110 | 0 | 100110 | 10111010 | 110101 | 101000 |
Color Harmonies of #30939D
Complementary color
Monochromatic Colors of #30939D
Black with #30939D
Text Example
Text Example
White with #30939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30939D; }
p { color: rgb(48,147,157); }
H1.HeaderClassName
{
color: #30939D;
}
.AnyTagClassName
{
color: #30939D;
}
</style>
background-color css
<style>
a { background-color: #30939D; }
a { background-color: rgb(48,147,157); }
div.DivClassName
{
background-color: #30939D;
}
.BgClassName
{
background-color: #30939D;
}
</style>
border-color css
<style>
span { border-color: #30939D; }
span { border-color: rgb(48,147,157); }
td.TdClassName
{
border-color: #30939D;
}
.TagClassName
{
border-color: #30939D;
}
</style>