Shades of Scooter #308494
Tints of Scooter #308494
RGB
CMYK
RGB Variations
Color information
#308494 (or 0x308494) is known color: Scooter. HEX triplet: 30, 84 and 94. RGB value is (48,132,148). Sum of RGB (Red+Green+Blue) = 48+132+148=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #308494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308494 is #CF7B6B. Grayscale: #6C6C6C. Windows color (decimal): -13597548 or 9733168. OLE color: 9733168.
HSL color Cylindrical-coordinate representation of color #308494: hue angle of 189.6º 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 #308494 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 132 | 148 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.42 |
| HSL | 189.6º | 0.51% | 0.38% | - |
| HSV(B) | 189.6º | 0.68% | 0.58% | - |
| XYZ | 14.82 | 19.27 | 30.96 | - |
| YUV | 108.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 148 | 0.68 | 0.11 | 0 | 0.42 | 189.6 | 0.51 | 0.38 |
| Hex | 30 | 84 | 94 | 44 | B | 0 | 2A | BE | 33 | 26 |
| Octal | 60 | 204 | 224 | 104 | 13 | 0 | 52 | 276 | 63 | 46 |
| Binary | 110000 | 10000100 | 10010100 | 1000100 | 1011 | 0 | 101010 | 10111110 | 110011 | 100110 |
Color Harmonies of #308494
Complementary color
Monochromatic Colors of #308494
Black with #308494
Text Example
Text Example
White with #308494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308494; }
p { color: rgb(48,132,148); }
H1.HeaderClassName
{
color: #308494;
}
.AnyTagClassName
{
color: #308494;
}
</style>
background-color css
<style>
a { background-color: #308494; }
a { background-color: rgb(48,132,148); }
div.DivClassName
{
background-color: #308494;
}
.BgClassName
{
background-color: #308494;
}
</style>
border-color css
<style>
span { border-color: #308494; }
span { border-color: rgb(48,132,148); }
td.TdClassName
{
border-color: #308494;
}
.TagClassName
{
border-color: #308494;
}
</style>