Shades of Scooter #308B93
Tints of Scooter #308B93
RGB
CMYK
RGB Variations
Color information
#308B93 (or 0x308B93) is known color: Scooter. HEX triplet: 30, 8B and 93. RGB value is (48,139,147). Sum of RGB (Red+Green+Blue) = 48+139+147=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #308B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308B93 is #CF746C. Grayscale: #707070. Windows color (decimal): -13595757 or 9669424. OLE color: 9669424.
HSL color Cylindrical-coordinate representation of color #308B93: hue angle of 184.85º 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 #308B93 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 139 | 147 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.42 |
| HSL | 184.85º | 0.51% | 0.38% | - |
| HSV(B) | 184.85º | 0.67% | 0.58% | - |
| XYZ | 15.72 | 21.2 | 30.87 | - |
| YUV | 112.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 147 | 0.67 | 0.05 | 0 | 0.42 | 184.85 | 0.51 | 0.38 |
| Hex | 30 | 8B | 93 | 43 | 5 | 0 | 2A | B9 | 33 | 26 |
| Octal | 60 | 213 | 223 | 103 | 5 | 0 | 52 | 271 | 63 | 46 |
| Binary | 110000 | 10001011 | 10010011 | 1000011 | 101 | 0 | 101010 | 10111001 | 110011 | 100110 |
Color Harmonies of #308B93
Complementary color
Monochromatic Colors of #308B93
Black with #308B93
Text Example
Text Example
White with #308B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308B93; }
p { color: rgb(48,139,147); }
H1.HeaderClassName
{
color: #308B93;
}
.AnyTagClassName
{
color: #308B93;
}
</style>
background-color css
<style>
a { background-color: #308B93; }
a { background-color: rgb(48,139,147); }
div.DivClassName
{
background-color: #308B93;
}
.BgClassName
{
background-color: #308B93;
}
</style>
border-color css
<style>
span { border-color: #308B93; }
span { border-color: rgb(48,139,147); }
td.TdClassName
{
border-color: #308B93;
}
.TagClassName
{
border-color: #308B93;
}
</style>