Shades of Scooter #308295
Tints of Scooter #308295
RGB
CMYK
RGB Variations
Color information
#308295 (or 0x308295) is known color: Scooter. HEX triplet: 30, 82 and 95. RGB value is (48,130,149). Sum of RGB (Red+Green+Blue) = 48+130+149=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #308295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308295 is #CF7D6A. Grayscale: #6B6B6B. Windows color (decimal): -13598059 or 9798192. OLE color: 9798192.
HSL color Cylindrical-coordinate representation of color #308295: hue angle of 191.29º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308295 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 130 | 149 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.42 |
| HSL | 191.29º | 0.51% | 0.39% | - |
| HSV(B) | 191.29º | 0.68% | 0.58% | - |
| XYZ | 14.63 | 18.76 | 31.28 | - |
| YUV | 107.65 | 151.33 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 149 | 0.68 | 0.13 | 0 | 0.42 | 191.29 | 0.51 | 0.39 |
| Hex | 30 | 82 | 95 | 44 | D | 0 | 2A | BF | 33 | 27 |
| Octal | 60 | 202 | 225 | 104 | 15 | 0 | 52 | 277 | 63 | 47 |
| Binary | 110000 | 10000010 | 10010101 | 1000100 | 1101 | 0 | 101010 | 10111111 | 110011 | 100111 |
Color Harmonies of #308295
Complementary color
Monochromatic Colors of #308295
Black with #308295
Text Example
Text Example
White with #308295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308295; }
p { color: rgb(48,130,149); }
H1.HeaderClassName
{
color: #308295;
}
.AnyTagClassName
{
color: #308295;
}
</style>
background-color css
<style>
a { background-color: #308295; }
a { background-color: rgb(48,130,149); }
div.DivClassName
{
background-color: #308295;
}
.BgClassName
{
background-color: #308295;
}
</style>
border-color css
<style>
span { border-color: #308295; }
span { border-color: rgb(48,130,149); }
td.TdClassName
{
border-color: #308295;
}
.TagClassName
{
border-color: #308295;
}
</style>