Shades of Scooter #30879A
Tints of Scooter #30879A
RGB
CMYK
RGB Variations
Color information
#30879A (or 0x30879A) is known color: Scooter. HEX triplet: 30, 87 and 9A. RGB value is (48,135,154). Sum of RGB (Red+Green+Blue) = 48+135+154=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #30879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30879A is #CF7865. Grayscale: #6E6E6E. Windows color (decimal): -13596774 or 10127152. OLE color: 10127152.
HSL color Cylindrical-coordinate representation of color #30879A: hue angle of 190.75º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30879A is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 135 | 154 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.40 |
| HSL | 190.75º | 0.52% | 0.4% | - |
| HSV(B) | 190.75º | 0.69% | 0.6% | - |
| XYZ | 15.72 | 20.29 | 33.66 | - |
| YUV | 111.15 | 152.18 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 154 | 0.69 | 0.12 | 0 | 0.40 | 190.75 | 0.52 | 0.4 |
| Hex | 30 | 87 | 9A | 45 | C | 0 | 28 | BF | 34 | 28 |
| Octal | 60 | 207 | 232 | 105 | 14 | 0 | 50 | 277 | 64 | 50 |
| Binary | 110000 | 10000111 | 10011010 | 1000101 | 1100 | 0 | 101000 | 10111111 | 110100 | 101000 |
Color Harmonies of #30879A
Complementary color
Monochromatic Colors of #30879A
Black with #30879A
Text Example
Text Example
White with #30879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30879A; }
p { color: rgb(48,135,154); }
H1.HeaderClassName
{
color: #30879A;
}
.AnyTagClassName
{
color: #30879A;
}
</style>
background-color css
<style>
a { background-color: #30879A; }
a { background-color: rgb(48,135,154); }
div.DivClassName
{
background-color: #30879A;
}
.BgClassName
{
background-color: #30879A;
}
</style>
border-color css
<style>
span { border-color: #30879A; }
span { border-color: rgb(48,135,154); }
td.TdClassName
{
border-color: #30879A;
}
.TagClassName
{
border-color: #30879A;
}
</style>