Shades of Scooter #308994
Tints of Scooter #308994
RGB
CMYK
RGB Variations
Color information
#308994 (or 0x308994) is known color: Scooter. HEX triplet: 30, 89 and 94. RGB value is (48,137,148). Sum of RGB (Red+Green+Blue) = 48+137+148=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #308994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308994 is #CF766B. Grayscale: #6F6F6F. Windows color (decimal): -13596268 or 9734448. OLE color: 9734448.
HSL color Cylindrical-coordinate representation of color #308994: hue angle of 186.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 #308994 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 137 | 148 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.42 |
| HSL | 186.6º | 0.51% | 0.38% | - |
| HSV(B) | 186.6º | 0.68% | 0.58% | - |
| XYZ | 15.51 | 20.66 | 31.19 | - |
| YUV | 111.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 148 | 0.68 | 0.07 | 0 | 0.42 | 186.6 | 0.51 | 0.38 |
| Hex | 30 | 89 | 94 | 44 | 7 | 0 | 2A | BB | 33 | 26 |
| Octal | 60 | 211 | 224 | 104 | 7 | 0 | 52 | 273 | 63 | 46 |
| Binary | 110000 | 10001001 | 10010100 | 1000100 | 111 | 0 | 101010 | 10111011 | 110011 | 100110 |
Color Harmonies of #308994
Complementary color
Monochromatic Colors of #308994
Black with #308994
Text Example
Text Example
White with #308994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308994; }
p { color: rgb(48,137,148); }
H1.HeaderClassName
{
color: #308994;
}
.AnyTagClassName
{
color: #308994;
}
</style>
background-color css
<style>
a { background-color: #308994; }
a { background-color: rgb(48,137,148); }
div.DivClassName
{
background-color: #308994;
}
.BgClassName
{
background-color: #308994;
}
</style>
border-color css
<style>
span { border-color: #308994; }
span { border-color: rgb(48,137,148); }
td.TdClassName
{
border-color: #308994;
}
.TagClassName
{
border-color: #308994;
}
</style>