Shades of Scooter #307E93
Tints of Scooter #307E93
RGB
CMYK
RGB Variations
Color information
#307E93 (or 0x307E93) is known color: Scooter. HEX triplet: 30, 7E and 93. RGB value is (48,126,147). Sum of RGB (Red+Green+Blue) = 48+126+147=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #307E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E93 is #CF816C. Grayscale: #686868. Windows color (decimal): -13599085 or 9666096. OLE color: 9666096.
HSL color Cylindrical-coordinate representation of color #307E93: hue angle of 192.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307E93 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 126 | 147 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.42 |
| HSL | 192.73º | 0.51% | 0.38% | - |
| HSV(B) | 192.73º | 0.67% | 0.58% | - |
| XYZ | 13.95 | 17.66 | 30.28 | - |
| YUV | 105.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 147 | 0.67 | 0.14 | 0 | 0.42 | 192.73 | 0.51 | 0.38 |
| Hex | 30 | 7E | 93 | 43 | E | 0 | 2A | C1 | 33 | 26 |
| Octal | 60 | 176 | 223 | 103 | 16 | 0 | 52 | 301 | 63 | 46 |
| Binary | 110000 | 1111110 | 10010011 | 1000011 | 1110 | 0 | 101010 | 11000001 | 110011 | 100110 |
Color Harmonies of #307E93
Complementary color
Monochromatic Colors of #307E93
Black with #307E93
Text Example
Text Example
White with #307E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E93; }
p { color: rgb(48,126,147); }
H1.HeaderClassName
{
color: #307E93;
}
.AnyTagClassName
{
color: #307E93;
}
</style>
background-color css
<style>
a { background-color: #307E93; }
a { background-color: rgb(48,126,147); }
div.DivClassName
{
background-color: #307E93;
}
.BgClassName
{
background-color: #307E93;
}
</style>
border-color css
<style>
span { border-color: #307E93; }
span { border-color: rgb(48,126,147); }
td.TdClassName
{
border-color: #307E93;
}
.TagClassName
{
border-color: #307E93;
}
</style>