Shades of Scooter #308699
Tints of Scooter #308699
RGB
CMYK
RGB Variations
Color information
#308699 (or 0x308699) is known color: Scooter. HEX triplet: 30, 86 and 99. RGB value is (48,134,153). Sum of RGB (Red+Green+Blue) = 48+134+153=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #308699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308699 is #CF7966. Grayscale: #6E6E6E. Windows color (decimal): -13597031 or 10061360. OLE color: 10061360.
HSL color Cylindrical-coordinate representation of color #308699: hue angle of 190.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #308699 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 134 | 153 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.4 |
| HSL | 190.86º | 0.52% | 0.39% | - |
| HSV(B) | 190.86º | 0.69% | 0.6% | - |
| XYZ | 15.49 | 19.98 | 33.18 | - |
| YUV | 110.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 153 | 0.69 | 0.12 | 0 | 0.4 | 190.86 | 0.52 | 0.39 |
| Hex | 30 | 86 | 99 | 45 | C | 0 | 28 | BF | 34 | 27 |
| Octal | 60 | 206 | 231 | 105 | 14 | 0 | 50 | 277 | 64 | 47 |
| Binary | 110000 | 10000110 | 10011001 | 1000101 | 1100 | 0 | 101000 | 10111111 | 110100 | 100111 |
Color Harmonies of #308699
Complementary color
Monochromatic Colors of #308699
Black with #308699
Text Example
Text Example
White with #308699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308699; }
p { color: rgb(48,134,153); }
H1.HeaderClassName
{
color: #308699;
}
.AnyTagClassName
{
color: #308699;
}
</style>
background-color css
<style>
a { background-color: #308699; }
a { background-color: rgb(48,134,153); }
div.DivClassName
{
background-color: #308699;
}
.BgClassName
{
background-color: #308699;
}
</style>
border-color css
<style>
span { border-color: #308699; }
span { border-color: rgb(48,134,153); }
td.TdClassName
{
border-color: #308699;
}
.TagClassName
{
border-color: #308699;
}
</style>