Shades of Scooter #308098
Tints of Scooter #308098
RGB
CMYK
RGB Variations
Color information
#308098 (or 0x308098) is known color: Scooter. HEX triplet: 30, 80 and 98. RGB value is (48,128,152). Sum of RGB (Red+Green+Blue) = 48+128+152=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #308098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308098 is #CF7F67. Grayscale: #6A6A6A. Windows color (decimal): -13598568 or 9994288. OLE color: 9994288.
HSL color Cylindrical-coordinate representation of color #308098: hue angle of 193.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #308098 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 128 | 152 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.40 |
| HSL | 193.85º | 0.52% | 0.39% | - |
| HSV(B) | 193.85º | 0.68% | 0.6% | - |
| XYZ | 14.61 | 18.33 | 32.47 | - |
| YUV | 106.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 152 | 0.68 | 0.16 | 0 | 0.40 | 193.85 | 0.52 | 0.39 |
| Hex | 30 | 80 | 98 | 44 | 10 | 0 | 28 | C2 | 34 | 27 |
| Octal | 60 | 200 | 230 | 104 | 20 | 0 | 50 | 302 | 64 | 47 |
| Binary | 110000 | 10000000 | 10011000 | 1000100 | 10000 | 0 | 101000 | 11000010 | 110100 | 100111 |
Color Harmonies of #308098
Complementary color
Monochromatic Colors of #308098
Black with #308098
Text Example
Text Example
White with #308098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308098; }
p { color: rgb(48,128,152); }
H1.HeaderClassName
{
color: #308098;
}
.AnyTagClassName
{
color: #308098;
}
</style>
background-color css
<style>
a { background-color: #308098; }
a { background-color: rgb(48,128,152); }
div.DivClassName
{
background-color: #308098;
}
.BgClassName
{
background-color: #308098;
}
</style>
border-color css
<style>
span { border-color: #308098; }
span { border-color: rgb(48,128,152); }
td.TdClassName
{
border-color: #308098;
}
.TagClassName
{
border-color: #308098;
}
</style>