Shades of Scooter #308FA5
Tints of Scooter #308FA5
RGB
CMYK
RGB Variations
Color information
#308FA5 (or 0x308FA5) is known color: Scooter. HEX triplet: 30, 8F and A5. RGB value is (48,143,165). Sum of RGB (Red+Green+Blue) = 48+143+165=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #308FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308FA5 is #CF705A. Grayscale: #747474. Windows color (decimal): -13594715 or 10850096. OLE color: 10850096.
HSL color Cylindrical-coordinate representation of color #308FA5: hue angle of 191.28º 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 #308FA5 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 143 | 165 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.35 |
| HSL | 191.28º | 0.55% | 0.42% | - |
| HSV(B) | 191.28º | 0.71% | 0.65% | - |
| XYZ | 17.83 | 22.99 | 39.09 | - |
| YUV | 117.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 165 | 0.71 | 0.13 | 0 | 0.35 | 191.28 | 0.55 | 0.42 |
| Hex | 30 | 8F | A5 | 47 | D | 0 | 23 | BF | 37 | 2A |
| Octal | 60 | 217 | 245 | 107 | 15 | 0 | 43 | 277 | 67 | 52 |
| Binary | 110000 | 10001111 | 10100101 | 1000111 | 1101 | 0 | 100011 | 10111111 | 110111 | 101010 |
Color Harmonies of #308FA5
Complementary color
Monochromatic Colors of #308FA5
Black with #308FA5
Text Example
Text Example
White with #308FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FA5; }
p { color: rgb(48,143,165); }
H1.HeaderClassName
{
color: #308FA5;
}
.AnyTagClassName
{
color: #308FA5;
}
</style>
background-color css
<style>
a { background-color: #308FA5; }
a { background-color: rgb(48,143,165); }
div.DivClassName
{
background-color: #308FA5;
}
.BgClassName
{
background-color: #308FA5;
}
</style>
border-color css
<style>
span { border-color: #308FA5; }
span { border-color: rgb(48,143,165); }
td.TdClassName
{
border-color: #308FA5;
}
.TagClassName
{
border-color: #308FA5;
}
</style>