Shades of Scooter #308590
Tints of Scooter #308590
RGB
CMYK
RGB Variations
Color information
#308590 (or 0x308590) is known color: Scooter. HEX triplet: 30, 85 and 90. RGB value is (48,133,144). Sum of RGB (Red+Green+Blue) = 48+133+144=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #308590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308590 is #CF7A6F. Grayscale: #6C6C6C. Windows color (decimal): -13597296 or 9471280. OLE color: 9471280.
HSL color Cylindrical-coordinate representation of color #308590: hue angle of 186.88º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308590 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 133 | 144 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.44 |
| HSL | 186.88º | 0.5% | 0.38% | - |
| HSV(B) | 186.88º | 0.67% | 0.56% | - |
| XYZ | 14.64 | 19.42 | 29.36 | - |
| YUV | 108.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 144 | 0.67 | 0.08 | 0 | 0.44 | 186.88 | 0.5 | 0.38 |
| Hex | 30 | 85 | 90 | 43 | 8 | 0 | 2C | BB | 32 | 26 |
| Octal | 60 | 205 | 220 | 103 | 10 | 0 | 54 | 273 | 62 | 46 |
| Binary | 110000 | 10000101 | 10010000 | 1000011 | 1000 | 0 | 101100 | 10111011 | 110010 | 100110 |
Color Harmonies of #308590
Complementary color
Monochromatic Colors of #308590
Black with #308590
Text Example
Text Example
White with #308590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308590; }
p { color: rgb(48,133,144); }
H1.HeaderClassName
{
color: #308590;
}
.AnyTagClassName
{
color: #308590;
}
</style>
background-color css
<style>
a { background-color: #308590; }
a { background-color: rgb(48,133,144); }
div.DivClassName
{
background-color: #308590;
}
.BgClassName
{
background-color: #308590;
}
</style>
border-color css
<style>
span { border-color: #308590; }
span { border-color: rgb(48,133,144); }
td.TdClassName
{
border-color: #308590;
}
.TagClassName
{
border-color: #308590;
}
</style>