Shades of Scooter #30939A
Tints of Scooter #30939A
RGB
CMYK
RGB Variations
Color information
#30939A (or 0x30939A) is known color: Scooter. HEX triplet: 30, 93 and 9A. RGB value is (48,147,154). Sum of RGB (Red+Green+Blue) = 48+147+154=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #30939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30939A is #CF6C65. Grayscale: #767676. Windows color (decimal): -13593702 or 10130224. OLE color: 10130224.
HSL color Cylindrical-coordinate representation of color #30939A: hue angle of 183.96º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30939A is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 147 | 154 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.40 |
| HSL | 183.96º | 0.52% | 0.4% | - |
| HSV(B) | 183.96º | 0.69% | 0.6% | - |
| XYZ | 17.49 | 23.83 | 34.25 | - |
| YUV | 118.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 154 | 0.69 | 0.05 | 0 | 0.40 | 183.96 | 0.52 | 0.4 |
| Hex | 30 | 93 | 9A | 45 | 5 | 0 | 28 | B8 | 34 | 28 |
| Octal | 60 | 223 | 232 | 105 | 5 | 0 | 50 | 270 | 64 | 50 |
| Binary | 110000 | 10010011 | 10011010 | 1000101 | 101 | 0 | 101000 | 10111000 | 110100 | 101000 |
Color Harmonies of #30939A
Complementary color
Monochromatic Colors of #30939A
Black with #30939A
Text Example
Text Example
White with #30939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30939A; }
p { color: rgb(48,147,154); }
H1.HeaderClassName
{
color: #30939A;
}
.AnyTagClassName
{
color: #30939A;
}
</style>
background-color css
<style>
a { background-color: #30939A; }
a { background-color: rgb(48,147,154); }
div.DivClassName
{
background-color: #30939A;
}
.BgClassName
{
background-color: #30939A;
}
</style>
border-color css
<style>
span { border-color: #30939A; }
span { border-color: rgb(48,147,154); }
td.TdClassName
{
border-color: #30939A;
}
.TagClassName
{
border-color: #30939A;
}
</style>