Shades of Scooter #308DA0
Tints of Scooter #308DA0
RGB
CMYK
RGB Variations
Color information
#308DA0 (or 0x308DA0) is known color: Scooter. HEX triplet: 30, 8D and A0. RGB value is (48,141,160). Sum of RGB (Red+Green+Blue) = 48+141+160=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #308DA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308DA0 is #CF725F. Grayscale: #737373. Windows color (decimal): -13595232 or 10521904. OLE color: 10521904.
HSL color Cylindrical-coordinate representation of color #308DA0: hue angle of 190.18º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #308DA0 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 141 | 160 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.37 |
| HSL | 190.18º | 0.54% | 0.41% | - |
| HSV(B) | 190.18º | 0.7% | 0.63% | - |
| XYZ | 17.09 | 22.22 | 36.65 | - |
| YUV | 115.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 160 | 0.70 | 0.12 | 0 | 0.37 | 190.18 | 0.54 | 0.41 |
| Hex | 30 | 8D | A0 | 46 | C | 0 | 25 | BE | 36 | 29 |
| Octal | 60 | 215 | 240 | 106 | 14 | 0 | 45 | 276 | 66 | 51 |
| Binary | 110000 | 10001101 | 10100000 | 1000110 | 1100 | 0 | 100101 | 10111110 | 110110 | 101001 |
Color Harmonies of #308DA0
Complementary color
Monochromatic Colors of #308DA0
Black with #308DA0
Text Example
Text Example
White with #308DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DA0; }
p { color: rgb(48,141,160); }
H1.HeaderClassName
{
color: #308DA0;
}
.AnyTagClassName
{
color: #308DA0;
}
</style>
background-color css
<style>
a { background-color: #308DA0; }
a { background-color: rgb(48,141,160); }
div.DivClassName
{
background-color: #308DA0;
}
.BgClassName
{
background-color: #308DA0;
}
</style>
border-color css
<style>
span { border-color: #308DA0; }
span { border-color: rgb(48,141,160); }
td.TdClassName
{
border-color: #308DA0;
}
.TagClassName
{
border-color: #308DA0;
}
</style>