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