Shades of Scooter #308193
Tints of Scooter #308193
RGB
CMYK
RGB Variations
Color information
#308193 (or 0x308193) is known color: Scooter. HEX triplet: 30, 81 and 93. RGB value is (48,129,147). Sum of RGB (Red+Green+Blue) = 48+129+147=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #308193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308193 is #CF7E6C. Grayscale: #6A6A6A. Windows color (decimal): -13598317 or 9666864. OLE color: 9666864.
HSL color Cylindrical-coordinate representation of color #308193: hue angle of 190.91º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308193 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 129 | 147 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.42 |
| HSL | 190.91º | 0.51% | 0.38% | - |
| HSV(B) | 190.91º | 0.67% | 0.58% | - |
| XYZ | 14.34 | 18.44 | 30.41 | - |
| YUV | 106.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 147 | 0.67 | 0.12 | 0 | 0.42 | 190.91 | 0.51 | 0.38 |
| Hex | 30 | 81 | 93 | 43 | C | 0 | 2A | BF | 33 | 26 |
| Octal | 60 | 201 | 223 | 103 | 14 | 0 | 52 | 277 | 63 | 46 |
| Binary | 110000 | 10000001 | 10010011 | 1000011 | 1100 | 0 | 101010 | 10111111 | 110011 | 100110 |
Color Harmonies of #308193
Complementary color
Monochromatic Colors of #308193
Black with #308193
Text Example
Text Example
White with #308193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308193; }
p { color: rgb(48,129,147); }
H1.HeaderClassName
{
color: #308193;
}
.AnyTagClassName
{
color: #308193;
}
</style>
background-color css
<style>
a { background-color: #308193; }
a { background-color: rgb(48,129,147); }
div.DivClassName
{
background-color: #308193;
}
.BgClassName
{
background-color: #308193;
}
</style>
border-color css
<style>
span { border-color: #308193; }
span { border-color: rgb(48,129,147); }
td.TdClassName
{
border-color: #308193;
}
.TagClassName
{
border-color: #308193;
}
</style>