Shades of Scooter #30819F
Tints of Scooter #30819F
RGB
CMYK
RGB Variations
Color information
#30819F (or 0x30819F) is known color: Scooter. HEX triplet: 30, 81 and 9F. RGB value is (48,129,159). Sum of RGB (Red+Green+Blue) = 48+129+159=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #30819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30819F is #CF7E60. Grayscale: #6B6B6B. Windows color (decimal): -13598305 or 10453296. OLE color: 10453296.
HSL color Cylindrical-coordinate representation of color #30819F: hue angle of 196.22º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30819F is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 129 | 159 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.38 |
| HSL | 196.22º | 0.54% | 0.41% | - |
| HSV(B) | 196.22º | 0.7% | 0.62% | - |
| XYZ | 15.33 | 18.83 | 35.63 | - |
| YUV | 108.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 159 | 0.70 | 0.19 | 0 | 0.38 | 196.22 | 0.54 | 0.41 |
| Hex | 30 | 81 | 9F | 46 | 13 | 0 | 26 | C4 | 36 | 29 |
| Octal | 60 | 201 | 237 | 106 | 23 | 0 | 46 | 304 | 66 | 51 |
| Binary | 110000 | 10000001 | 10011111 | 1000110 | 10011 | 0 | 100110 | 11000100 | 110110 | 101001 |
Color Harmonies of #30819F
Complementary color
Monochromatic Colors of #30819F
Black with #30819F
Text Example
Text Example
White with #30819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30819F; }
p { color: rgb(48,129,159); }
H1.HeaderClassName
{
color: #30819F;
}
.AnyTagClassName
{
color: #30819F;
}
</style>
background-color css
<style>
a { background-color: #30819F; }
a { background-color: rgb(48,129,159); }
div.DivClassName
{
background-color: #30819F;
}
.BgClassName
{
background-color: #30819F;
}
</style>
border-color css
<style>
span { border-color: #30819F; }
span { border-color: rgb(48,129,159); }
td.TdClassName
{
border-color: #30819F;
}
.TagClassName
{
border-color: #30819F;
}
</style>