Shades of Scooter #30868F
Tints of Scooter #30868F
RGB
CMYK
RGB Variations
Color information
#30868F (or 0x30868F) is known color: Scooter. HEX triplet: 30, 86 and 8F. RGB value is (48,134,143). Sum of RGB (Red+Green+Blue) = 48+134+143=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #30868F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30868F is #CF7970. Grayscale: #6D6D6D. Windows color (decimal): -13597041 or 9406000. OLE color: 9406000.
HSL color Cylindrical-coordinate representation of color #30868F: hue angle of 185.68º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30868F is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 134 | 143 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.44 |
| HSL | 185.68º | 0.5% | 0.37% | - |
| HSV(B) | 185.68º | 0.66% | 0.56% | - |
| XYZ | 14.7 | 19.66 | 29.01 | - |
| YUV | 109.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 143 | 0.66 | 0.06 | 0 | 0.44 | 185.68 | 0.5 | 0.37 |
| Hex | 30 | 86 | 8F | 42 | 6 | 0 | 2C | BA | 32 | 25 |
| Octal | 60 | 206 | 217 | 102 | 6 | 0 | 54 | 272 | 62 | 45 |
| Binary | 110000 | 10000110 | 10001111 | 1000010 | 110 | 0 | 101100 | 10111010 | 110010 | 100101 |
Color Harmonies of #30868F
Complementary color
Monochromatic Colors of #30868F
Black with #30868F
Text Example
Text Example
White with #30868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30868F; }
p { color: rgb(48,134,143); }
H1.HeaderClassName
{
color: #30868F;
}
.AnyTagClassName
{
color: #30868F;
}
</style>
background-color css
<style>
a { background-color: #30868F; }
a { background-color: rgb(48,134,143); }
div.DivClassName
{
background-color: #30868F;
}
.BgClassName
{
background-color: #30868F;
}
</style>
border-color css
<style>
span { border-color: #30868F; }
span { border-color: rgb(48,134,143); }
td.TdClassName
{
border-color: #30868F;
}
.TagClassName
{
border-color: #30868F;
}
</style>