Shades of Scooter #3089A0
Tints of Scooter #3089A0
RGB
CMYK
RGB Variations
Color information
#3089A0 (or 0x3089A0) is known color: Scooter. HEX triplet: 30, 89 and A0. RGB value is (48,137,160). Sum of RGB (Red+Green+Blue) = 48+137+160=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #3089A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3089A0 is #CF765F. Grayscale: #707070. Windows color (decimal): -13596256 or 10520880. OLE color: 10520880.
HSL color Cylindrical-coordinate representation of color #3089A0: hue angle of 192.32º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3089A0 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 137 | 160 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.37 |
| HSL | 192.32º | 0.54% | 0.41% | - |
| HSV(B) | 192.32º | 0.7% | 0.63% | - |
| XYZ | 16.51 | 21.06 | 36.45 | - |
| YUV | 113.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 160 | 0.70 | 0.14 | 0 | 0.37 | 192.32 | 0.54 | 0.41 |
| Hex | 30 | 89 | A0 | 46 | E | 0 | 25 | C0 | 36 | 29 |
| Octal | 60 | 211 | 240 | 106 | 16 | 0 | 45 | 300 | 66 | 51 |
| Binary | 110000 | 10001001 | 10100000 | 1000110 | 1110 | 0 | 100101 | 11000000 | 110110 | 101001 |
Color Harmonies of #3089A0
Complementary color
Monochromatic Colors of #3089A0
Black with #3089A0
Text Example
Text Example
White with #3089A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3089A0; }
p { color: rgb(48,137,160); }
H1.HeaderClassName
{
color: #3089A0;
}
.AnyTagClassName
{
color: #3089A0;
}
</style>
background-color css
<style>
a { background-color: #3089A0; }
a { background-color: rgb(48,137,160); }
div.DivClassName
{
background-color: #3089A0;
}
.BgClassName
{
background-color: #3089A0;
}
</style>
border-color css
<style>
span { border-color: #3089A0; }
span { border-color: rgb(48,137,160); }
td.TdClassName
{
border-color: #3089A0;
}
.TagClassName
{
border-color: #3089A0;
}
</style>