Shades of Scooter #308C9C
Tints of Scooter #308C9C
RGB
CMYK
RGB Variations
Color information
#308C9C (or 0x308C9C) is known color: Scooter. HEX triplet: 30, 8C and 9C. RGB value is (48,140,156). Sum of RGB (Red+Green+Blue) = 48+140+156=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #308C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308C9C is #CF7363. Grayscale: #727272. Windows color (decimal): -13595492 or 10259504. OLE color: 10259504.
HSL color Cylindrical-coordinate representation of color #308C9C: hue angle of 188.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308C9C is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 140 | 156 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.39 |
| HSL | 188.89º | 0.53% | 0.4% | - |
| HSV(B) | 188.89º | 0.69% | 0.61% | - |
| XYZ | 16.6 | 21.78 | 34.78 | - |
| YUV | 114.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 156 | 0.69 | 0.10 | 0 | 0.39 | 188.89 | 0.53 | 0.4 |
| Hex | 30 | 8C | 9C | 45 | A | 0 | 27 | BD | 35 | 28 |
| Octal | 60 | 214 | 234 | 105 | 12 | 0 | 47 | 275 | 65 | 50 |
| Binary | 110000 | 10001100 | 10011100 | 1000101 | 1010 | 0 | 100111 | 10111101 | 110101 | 101000 |
Color Harmonies of #308C9C
Complementary color
Monochromatic Colors of #308C9C
Black with #308C9C
Text Example
Text Example
White with #308C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308C9C; }
p { color: rgb(48,140,156); }
H1.HeaderClassName
{
color: #308C9C;
}
.AnyTagClassName
{
color: #308C9C;
}
</style>
background-color css
<style>
a { background-color: #308C9C; }
a { background-color: rgb(48,140,156); }
div.DivClassName
{
background-color: #308C9C;
}
.BgClassName
{
background-color: #308C9C;
}
</style>
border-color css
<style>
span { border-color: #308C9C; }
span { border-color: rgb(48,140,156); }
td.TdClassName
{
border-color: #308C9C;
}
.TagClassName
{
border-color: #308C9C;
}
</style>