Shades of Scooter #308194
Tints of Scooter #308194
RGB
CMYK
RGB Variations
Color information
#308194 (or 0x308194) is known color: Scooter. HEX triplet: 30, 81 and 94. RGB value is (48,129,148). Sum of RGB (Red+Green+Blue) = 48+129+148=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #308194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308194 is #CF7E6B. Grayscale: #6A6A6A. Windows color (decimal): -13598316 or 9732400. OLE color: 9732400.
HSL color Cylindrical-coordinate representation of color #308194: hue angle of 191.4º 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 #308194 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 129 | 148 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.42 |
| HSL | 191.4º | 0.51% | 0.38% | - |
| HSV(B) | 191.4º | 0.68% | 0.58% | - |
| XYZ | 14.41 | 18.47 | 30.82 | - |
| YUV | 106.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 148 | 0.68 | 0.13 | 0 | 0.42 | 191.4 | 0.51 | 0.38 |
| Hex | 30 | 81 | 94 | 44 | D | 0 | 2A | BF | 33 | 26 |
| Octal | 60 | 201 | 224 | 104 | 15 | 0 | 52 | 277 | 63 | 46 |
| Binary | 110000 | 10000001 | 10010100 | 1000100 | 1101 | 0 | 101010 | 10111111 | 110011 | 100110 |
Color Harmonies of #308194
Complementary color
Monochromatic Colors of #308194
Black with #308194
Text Example
Text Example
White with #308194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308194; }
p { color: rgb(48,129,148); }
H1.HeaderClassName
{
color: #308194;
}
.AnyTagClassName
{
color: #308194;
}
</style>
background-color css
<style>
a { background-color: #308194; }
a { background-color: rgb(48,129,148); }
div.DivClassName
{
background-color: #308194;
}
.BgClassName
{
background-color: #308194;
}
</style>
border-color css
<style>
span { border-color: #308194; }
span { border-color: rgb(48,129,148); }
td.TdClassName
{
border-color: #308194;
}
.TagClassName
{
border-color: #308194;
}
</style>