Shades of Scooter #30949C
Tints of Scooter #30949C
RGB
CMYK
RGB Variations
Color information
#30949C (or 0x30949C) is known color: Scooter. HEX triplet: 30, 94 and 9C. RGB value is (48,148,156). Sum of RGB (Red+Green+Blue) = 48+148+156=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #30949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30949C is #CF6B63. Grayscale: #767676. Windows color (decimal): -13593444 or 10261552. OLE color: 10261552.
HSL color Cylindrical-coordinate representation of color #30949C: hue angle of 184.44º 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 #30949C is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 148 | 156 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.39 |
| HSL | 184.44º | 0.53% | 0.4% | - |
| HSV(B) | 184.44º | 0.69% | 0.61% | - |
| XYZ | 17.81 | 24.21 | 35.19 | - |
| YUV | 119.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 156 | 0.69 | 0.05 | 0 | 0.39 | 184.44 | 0.53 | 0.4 |
| Hex | 30 | 94 | 9C | 45 | 5 | 0 | 27 | B8 | 35 | 28 |
| Octal | 60 | 224 | 234 | 105 | 5 | 0 | 47 | 270 | 65 | 50 |
| Binary | 110000 | 10010100 | 10011100 | 1000101 | 101 | 0 | 100111 | 10111000 | 110101 | 101000 |
Color Harmonies of #30949C
Complementary color
Monochromatic Colors of #30949C
Black with #30949C
Text Example
Text Example
White with #30949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30949C; }
p { color: rgb(48,148,156); }
H1.HeaderClassName
{
color: #30949C;
}
.AnyTagClassName
{
color: #30949C;
}
</style>
background-color css
<style>
a { background-color: #30949C; }
a { background-color: rgb(48,148,156); }
div.DivClassName
{
background-color: #30949C;
}
.BgClassName
{
background-color: #30949C;
}
</style>
border-color css
<style>
span { border-color: #30949C; }
span { border-color: rgb(48,148,156); }
td.TdClassName
{
border-color: #30949C;
}
.TagClassName
{
border-color: #30949C;
}
</style>