Shades of Scooter #308294
Tints of Scooter #308294
RGB
CMYK
RGB Variations
Color information
#308294 (or 0x308294) is known color: Scooter. HEX triplet: 30, 82 and 94. RGB value is (48,130,148). Sum of RGB (Red+Green+Blue) = 48+130+148=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #308294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308294 is #CF7D6B. Grayscale: #6B6B6B. Windows color (decimal): -13598060 or 9732656. OLE color: 9732656.
HSL color Cylindrical-coordinate representation of color #308294: hue angle of 190.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308294 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 130 | 148 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.42 |
| HSL | 190.8º | 0.51% | 0.38% | - |
| HSV(B) | 190.8º | 0.68% | 0.58% | - |
| XYZ | 14.55 | 18.73 | 30.87 | - |
| YUV | 107.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 148 | 0.68 | 0.12 | 0 | 0.42 | 190.8 | 0.51 | 0.38 |
| Hex | 30 | 82 | 94 | 44 | C | 0 | 2A | BF | 33 | 26 |
| Octal | 60 | 202 | 224 | 104 | 14 | 0 | 52 | 277 | 63 | 46 |
| Binary | 110000 | 10000010 | 10010100 | 1000100 | 1100 | 0 | 101010 | 10111111 | 110011 | 100110 |
Color Harmonies of #308294
Complementary color
Monochromatic Colors of #308294
Black with #308294
Text Example
Text Example
White with #308294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308294; }
p { color: rgb(48,130,148); }
H1.HeaderClassName
{
color: #308294;
}
.AnyTagClassName
{
color: #308294;
}
</style>
background-color css
<style>
a { background-color: #308294; }
a { background-color: rgb(48,130,148); }
div.DivClassName
{
background-color: #308294;
}
.BgClassName
{
background-color: #308294;
}
</style>
border-color css
<style>
span { border-color: #308294; }
span { border-color: rgb(48,130,148); }
td.TdClassName
{
border-color: #308294;
}
.TagClassName
{
border-color: #308294;
}
</style>