Shades of Scooter #308DA5
Tints of Scooter #308DA5
RGB
CMYK
RGB Variations
Color information
#308DA5 (or 0x308DA5) is known color: Scooter. HEX triplet: 30, 8D and A5. RGB value is (48,141,165). Sum of RGB (Red+Green+Blue) = 48+141+165=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #308DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308DA5 is #CF725A. Grayscale: #737373. Windows color (decimal): -13595227 or 10849584. OLE color: 10849584.
HSL color Cylindrical-coordinate representation of color #308DA5: hue angle of 192.31º 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 #308DA5 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 141 | 165 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.35 |
| HSL | 192.31º | 0.55% | 0.42% | - |
| HSV(B) | 192.31º | 0.71% | 0.65% | - |
| XYZ | 17.54 | 22.39 | 39 | - |
| YUV | 115.93 | 155.69 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 165 | 0.71 | 0.15 | 0 | 0.35 | 192.31 | 0.55 | 0.42 |
| Hex | 30 | 8D | A5 | 47 | F | 0 | 23 | C0 | 37 | 2A |
| Octal | 60 | 215 | 245 | 107 | 17 | 0 | 43 | 300 | 67 | 52 |
| Binary | 110000 | 10001101 | 10100101 | 1000111 | 1111 | 0 | 100011 | 11000000 | 110111 | 101010 |
Color Harmonies of #308DA5
Complementary color
Monochromatic Colors of #308DA5
Black with #308DA5
Text Example
Text Example
White with #308DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DA5; }
p { color: rgb(48,141,165); }
H1.HeaderClassName
{
color: #308DA5;
}
.AnyTagClassName
{
color: #308DA5;
}
</style>
background-color css
<style>
a { background-color: #308DA5; }
a { background-color: rgb(48,141,165); }
div.DivClassName
{
background-color: #308DA5;
}
.BgClassName
{
background-color: #308DA5;
}
</style>
border-color css
<style>
span { border-color: #308DA5; }
span { border-color: rgb(48,141,165); }
td.TdClassName
{
border-color: #308DA5;
}
.TagClassName
{
border-color: #308DA5;
}
</style>