Shades of Scooter #308C92
Tints of Scooter #308C92
RGB
CMYK
RGB Variations
Color information
#308C92 (or 0x308C92) is known color: Scooter. HEX triplet: 30, 8C and 92. RGB value is (48,140,146). Sum of RGB (Red+Green+Blue) = 48+140+146=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #308C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308C92 is #CF736D. Grayscale: #717171. Windows color (decimal): -13595502 or 9604144. OLE color: 9604144.
HSL color Cylindrical-coordinate representation of color #308C92: hue angle of 183.67º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308C92 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 140 | 146 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.43 |
| HSL | 183.67º | 0.51% | 0.38% | - |
| HSV(B) | 183.67º | 0.67% | 0.57% | - |
| XYZ | 15.79 | 21.46 | 30.5 | - |
| YUV | 113.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 146 | 0.67 | 0.04 | 0 | 0.43 | 183.67 | 0.51 | 0.38 |
| Hex | 30 | 8C | 92 | 43 | 4 | 0 | 2B | B8 | 33 | 26 |
| Octal | 60 | 214 | 222 | 103 | 4 | 0 | 53 | 270 | 63 | 46 |
| Binary | 110000 | 10001100 | 10010010 | 1000011 | 100 | 0 | 101011 | 10111000 | 110011 | 100110 |
Color Harmonies of #308C92
Complementary color
Monochromatic Colors of #308C92
Black with #308C92
Text Example
Text Example
White with #308C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C92; }
p { color: rgb(48,140,146); }
H1.HeaderClassName
{
color: #308C92;
}
.AnyTagClassName
{
color: #308C92;
}
</style>
background-color css
<style>
a { background-color: #308C92; }
a { background-color: rgb(48,140,146); }
div.DivClassName
{
background-color: #308C92;
}
.BgClassName
{
background-color: #308C92;
}
</style>
border-color css
<style>
span { border-color: #308C92; }
span { border-color: rgb(48,140,146); }
td.TdClassName
{
border-color: #308C92;
}
.TagClassName
{
border-color: #308C92;
}
</style>