Shades of Scooter #3083A0
Tints of Scooter #3083A0
RGB
CMYK
RGB Variations
Color information
#3083A0 (or 0x3083A0) is known color: Scooter. HEX triplet: 30, 83 and A0. RGB value is (48,131,160). Sum of RGB (Red+Green+Blue) = 48+131+160=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #3083A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3083A0 is #CF7C5F. Grayscale: #6D6D6D. Windows color (decimal): -13597792 or 10519344. OLE color: 10519344.
HSL color Cylindrical-coordinate representation of color #3083A0: hue angle of 195.54º 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 #3083A0 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 131 | 160 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.37 |
| HSL | 195.54º | 0.54% | 0.41% | - |
| HSV(B) | 195.54º | 0.7% | 0.63% | - |
| XYZ | 15.68 | 19.4 | 36.18 | - |
| YUV | 109.49 | 156.5 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 160 | 0.70 | 0.18 | 0 | 0.37 | 195.54 | 0.54 | 0.41 |
| Hex | 30 | 83 | A0 | 46 | 12 | 0 | 25 | C4 | 36 | 29 |
| Octal | 60 | 203 | 240 | 106 | 22 | 0 | 45 | 304 | 66 | 51 |
| Binary | 110000 | 10000011 | 10100000 | 1000110 | 10010 | 0 | 100101 | 11000100 | 110110 | 101001 |
Color Harmonies of #3083A0
Complementary color
Monochromatic Colors of #3083A0
Black with #3083A0
Text Example
Text Example
White with #3083A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3083A0; }
p { color: rgb(48,131,160); }
H1.HeaderClassName
{
color: #3083A0;
}
.AnyTagClassName
{
color: #3083A0;
}
</style>
background-color css
<style>
a { background-color: #3083A0; }
a { background-color: rgb(48,131,160); }
div.DivClassName
{
background-color: #3083A0;
}
.BgClassName
{
background-color: #3083A0;
}
</style>
border-color css
<style>
span { border-color: #3083A0; }
span { border-color: rgb(48,131,160); }
td.TdClassName
{
border-color: #3083A0;
}
.TagClassName
{
border-color: #3083A0;
}
</style>