Shades of Scooter #308690
Tints of Scooter #308690
RGB
CMYK
RGB Variations
Color information
#308690 (or 0x308690) is known color: Scooter. HEX triplet: 30, 86 and 90. RGB value is (48,134,144). Sum of RGB (Red+Green+Blue) = 48+134+144=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #308690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308690 is #CF796F. Grayscale: #6D6D6D. Windows color (decimal): -13597040 or 9471536. OLE color: 9471536.
HSL color Cylindrical-coordinate representation of color #308690: hue angle of 186.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308690 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 134 | 144 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.44 |
| HSL | 186.25º | 0.5% | 0.38% | - |
| HSV(B) | 186.25º | 0.67% | 0.56% | - |
| XYZ | 14.78 | 19.69 | 29.41 | - |
| YUV | 109.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 144 | 0.67 | 0.07 | 0 | 0.44 | 186.25 | 0.5 | 0.38 |
| Hex | 30 | 86 | 90 | 43 | 7 | 0 | 2C | BA | 32 | 26 |
| Octal | 60 | 206 | 220 | 103 | 7 | 0 | 54 | 272 | 62 | 46 |
| Binary | 110000 | 10000110 | 10010000 | 1000011 | 111 | 0 | 101100 | 10111010 | 110010 | 100110 |
Color Harmonies of #308690
Complementary color
Monochromatic Colors of #308690
Black with #308690
Text Example
Text Example
White with #308690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308690; }
p { color: rgb(48,134,144); }
H1.HeaderClassName
{
color: #308690;
}
.AnyTagClassName
{
color: #308690;
}
</style>
background-color css
<style>
a { background-color: #308690; }
a { background-color: rgb(48,134,144); }
div.DivClassName
{
background-color: #308690;
}
.BgClassName
{
background-color: #308690;
}
</style>
border-color css
<style>
span { border-color: #308690; }
span { border-color: rgb(48,134,144); }
td.TdClassName
{
border-color: #308690;
}
.TagClassName
{
border-color: #308690;
}
</style>