Shades of Scooter #307E9F
Tints of Scooter #307E9F
RGB
CMYK
RGB Variations
Color information
#307E9F (or 0x307E9F) is known color: Scooter. HEX triplet: 30, 7E and 9F. RGB value is (48,126,159). Sum of RGB (Red+Green+Blue) = 48+126+159=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #307E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E9F is #CF8160. Grayscale: #6A6A6A. Windows color (decimal): -13599073 or 10452528. OLE color: 10452528.
HSL color Cylindrical-coordinate representation of color #307E9F: hue angle of 197.84º 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 #307E9F is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 126 | 159 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.38 |
| HSL | 197.84º | 0.54% | 0.41% | - |
| HSV(B) | 197.84º | 0.7% | 0.62% | - |
| XYZ | 14.94 | 18.05 | 35.5 | - |
| YUV | 106.44 | 157.66 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 159 | 0.70 | 0.21 | 0 | 0.38 | 197.84 | 0.54 | 0.41 |
| Hex | 30 | 7E | 9F | 46 | 15 | 0 | 26 | C6 | 36 | 29 |
| Octal | 60 | 176 | 237 | 106 | 25 | 0 | 46 | 306 | 66 | 51 |
| Binary | 110000 | 1111110 | 10011111 | 1000110 | 10101 | 0 | 100110 | 11000110 | 110110 | 101001 |
Color Harmonies of #307E9F
Complementary color
Monochromatic Colors of #307E9F
Black with #307E9F
Text Example
Text Example
White with #307E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E9F; }
p { color: rgb(48,126,159); }
H1.HeaderClassName
{
color: #307E9F;
}
.AnyTagClassName
{
color: #307E9F;
}
</style>
background-color css
<style>
a { background-color: #307E9F; }
a { background-color: rgb(48,126,159); }
div.DivClassName
{
background-color: #307E9F;
}
.BgClassName
{
background-color: #307E9F;
}
</style>
border-color css
<style>
span { border-color: #307E9F; }
span { border-color: rgb(48,126,159); }
td.TdClassName
{
border-color: #307E9F;
}
.TagClassName
{
border-color: #307E9F;
}
</style>