Shades of Scooter #308FA7
Tints of Scooter #308FA7
RGB
CMYK
RGB Variations
Color information
#308FA7 (or 0x308FA7) is known color: Scooter. HEX triplet: 30, 8F and A7. RGB value is (48,143,167). Sum of RGB (Red+Green+Blue) = 48+143+167=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #308FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308FA7 is #CF7058. Grayscale: #757575. Windows color (decimal): -13594713 or 10981168. OLE color: 10981168.
HSL color Cylindrical-coordinate representation of color #308FA7: hue angle of 192.1º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #308FA7 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 143 | 167 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.35 |
| HSL | 192.1º | 0.55% | 0.42% | - |
| HSV(B) | 192.1º | 0.71% | 0.65% | - |
| XYZ | 18.02 | 23.06 | 40.06 | - |
| YUV | 117.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 167 | 0.71 | 0.14 | 0 | 0.35 | 192.1 | 0.55 | 0.42 |
| Hex | 30 | 8F | A7 | 47 | E | 0 | 23 | C0 | 37 | 2A |
| Octal | 60 | 217 | 247 | 107 | 16 | 0 | 43 | 300 | 67 | 52 |
| Binary | 110000 | 10001111 | 10100111 | 1000111 | 1110 | 0 | 100011 | 11000000 | 110111 | 101010 |
Color Harmonies of #308FA7
Complementary color
Monochromatic Colors of #308FA7
Black with #308FA7
Text Example
Text Example
White with #308FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FA7; }
p { color: rgb(48,143,167); }
H1.HeaderClassName
{
color: #308FA7;
}
.AnyTagClassName
{
color: #308FA7;
}
</style>
background-color css
<style>
a { background-color: #308FA7; }
a { background-color: rgb(48,143,167); }
div.DivClassName
{
background-color: #308FA7;
}
.BgClassName
{
background-color: #308FA7;
}
</style>
border-color css
<style>
span { border-color: #308FA7; }
span { border-color: rgb(48,143,167); }
td.TdClassName
{
border-color: #308FA7;
}
.TagClassName
{
border-color: #308FA7;
}
</style>