Shades of Scooter #307F90
Tints of Scooter #307F90
RGB
CMYK
RGB Variations
Color information
#307F90 (or 0x307F90) is known color: Scooter. HEX triplet: 30, 7F and 90. RGB value is (48,127,144). Sum of RGB (Red+Green+Blue) = 48+127+144=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #307F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F90 is #CF806F. Grayscale: #696969. Windows color (decimal): -13598832 or 9469744. OLE color: 9469744.
HSL color Cylindrical-coordinate representation of color #307F90: hue angle of 190.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307F90 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 127 | 144 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.44 |
| HSL | 190.63º | 0.5% | 0.38% | - |
| HSV(B) | 190.63º | 0.67% | 0.56% | - |
| XYZ | 13.84 | 17.82 | 29.1 | - |
| YUV | 105.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 144 | 0.67 | 0.12 | 0 | 0.44 | 190.63 | 0.5 | 0.38 |
| Hex | 30 | 7F | 90 | 43 | C | 0 | 2C | BF | 32 | 26 |
| Octal | 60 | 177 | 220 | 103 | 14 | 0 | 54 | 277 | 62 | 46 |
| Binary | 110000 | 1111111 | 10010000 | 1000011 | 1100 | 0 | 101100 | 10111111 | 110010 | 100110 |
Color Harmonies of #307F90
Complementary color
Monochromatic Colors of #307F90
Black with #307F90
Text Example
Text Example
White with #307F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F90; }
p { color: rgb(48,127,144); }
H1.HeaderClassName
{
color: #307F90;
}
.AnyTagClassName
{
color: #307F90;
}
</style>
background-color css
<style>
a { background-color: #307F90; }
a { background-color: rgb(48,127,144); }
div.DivClassName
{
background-color: #307F90;
}
.BgClassName
{
background-color: #307F90;
}
</style>
border-color css
<style>
span { border-color: #307F90; }
span { border-color: rgb(48,127,144); }
td.TdClassName
{
border-color: #307F90;
}
.TagClassName
{
border-color: #307F90;
}
</style>