Shades of Scooter #308393
Tints of Scooter #308393
RGB
CMYK
RGB Variations
Color information
#308393 (or 0x308393) is known color: Scooter. HEX triplet: 30, 83 and 93. RGB value is (48,131,147). Sum of RGB (Red+Green+Blue) = 48+131+147=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #308393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308393 is #CF7C6C. Grayscale: #6B6B6B. Windows color (decimal): -13597805 or 9667376. OLE color: 9667376.
HSL color Cylindrical-coordinate representation of color #308393: hue angle of 189.7º 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 #308393 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 131 | 147 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.42 |
| HSL | 189.7º | 0.51% | 0.38% | - |
| HSV(B) | 189.7º | 0.67% | 0.58% | - |
| XYZ | 14.6 | 18.97 | 30.5 | - |
| YUV | 108.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 147 | 0.67 | 0.11 | 0 | 0.42 | 189.7 | 0.51 | 0.38 |
| Hex | 30 | 83 | 93 | 43 | B | 0 | 2A | BE | 33 | 26 |
| Octal | 60 | 203 | 223 | 103 | 13 | 0 | 52 | 276 | 63 | 46 |
| Binary | 110000 | 10000011 | 10010011 | 1000011 | 1011 | 0 | 101010 | 10111110 | 110011 | 100110 |
Color Harmonies of #308393
Complementary color
Monochromatic Colors of #308393
Black with #308393
Text Example
Text Example
White with #308393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308393; }
p { color: rgb(48,131,147); }
H1.HeaderClassName
{
color: #308393;
}
.AnyTagClassName
{
color: #308393;
}
</style>
background-color css
<style>
a { background-color: #308393; }
a { background-color: rgb(48,131,147); }
div.DivClassName
{
background-color: #308393;
}
.BgClassName
{
background-color: #308393;
}
</style>
border-color css
<style>
span { border-color: #308393; }
span { border-color: rgb(48,131,147); }
td.TdClassName
{
border-color: #308393;
}
.TagClassName
{
border-color: #308393;
}
</style>