Shades of Scooter #30829F
Tints of Scooter #30829F
RGB
CMYK
RGB Variations
Color information
#30829F (or 0x30829F) is known color: Scooter. HEX triplet: 30, 82 and 9F. RGB value is (48,130,159). Sum of RGB (Red+Green+Blue) = 48+130+159=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #30829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30829F is #CF7D60. Grayscale: #6C6C6C. Windows color (decimal): -13598049 or 10453552. OLE color: 10453552.
HSL color Cylindrical-coordinate representation of color #30829F: hue angle of 195.68º 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 #30829F is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 130 | 159 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.38 |
| HSL | 195.68º | 0.54% | 0.41% | - |
| HSV(B) | 195.68º | 0.7% | 0.62% | - |
| XYZ | 15.46 | 19.1 | 35.67 | - |
| YUV | 108.79 | 156.33 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 159 | 0.70 | 0.18 | 0 | 0.38 | 195.68 | 0.54 | 0.41 |
| Hex | 30 | 82 | 9F | 46 | 12 | 0 | 26 | C4 | 36 | 29 |
| Octal | 60 | 202 | 237 | 106 | 22 | 0 | 46 | 304 | 66 | 51 |
| Binary | 110000 | 10000010 | 10011111 | 1000110 | 10010 | 0 | 100110 | 11000100 | 110110 | 101001 |
Color Harmonies of #30829F
Complementary color
Monochromatic Colors of #30829F
Black with #30829F
Text Example
Text Example
White with #30829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30829F; }
p { color: rgb(48,130,159); }
H1.HeaderClassName
{
color: #30829F;
}
.AnyTagClassName
{
color: #30829F;
}
</style>
background-color css
<style>
a { background-color: #30829F; }
a { background-color: rgb(48,130,159); }
div.DivClassName
{
background-color: #30829F;
}
.BgClassName
{
background-color: #30829F;
}
</style>
border-color css
<style>
span { border-color: #30829F; }
span { border-color: rgb(48,130,159); }
td.TdClassName
{
border-color: #30829F;
}
.TagClassName
{
border-color: #30829F;
}
</style>