Shades of Scooter #308BA3
Tints of Scooter #308BA3
RGB
CMYK
RGB Variations
Color information
#308BA3 (or 0x308BA3) is known color: Scooter. HEX triplet: 30, 8B and A3. RGB value is (48,139,163). Sum of RGB (Red+Green+Blue) = 48+139+163=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 163 - color contains mainly: blue. Hex color #308BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308BA3 is #CF745C. Grayscale: #727272. Windows color (decimal): -13595741 or 10718000. OLE color: 10718000.
HSL color Cylindrical-coordinate representation of color #308BA3: hue angle of 192.52º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #308BA3 is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 139 | 163 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.36 |
| HSL | 192.52º | 0.55% | 0.41% | - |
| HSV(B) | 192.52º | 0.71% | 0.64% | - |
| XYZ | 17.06 | 21.74 | 37.95 | - |
| YUV | 114.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 163 | 0.71 | 0.15 | 0 | 0.36 | 192.52 | 0.55 | 0.41 |
| Hex | 30 | 8B | A3 | 47 | F | 0 | 24 | C1 | 37 | 29 |
| Octal | 60 | 213 | 243 | 107 | 17 | 0 | 44 | 301 | 67 | 51 |
| Binary | 110000 | 10001011 | 10100011 | 1000111 | 1111 | 0 | 100100 | 11000001 | 110111 | 101001 |
Color Harmonies of #308BA3
Complementary color
Monochromatic Colors of #308BA3
Black with #308BA3
Text Example
Text Example
White with #308BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BA3; }
p { color: rgb(48,139,163); }
H1.HeaderClassName
{
color: #308BA3;
}
.AnyTagClassName
{
color: #308BA3;
}
</style>
background-color css
<style>
a { background-color: #308BA3; }
a { background-color: rgb(48,139,163); }
div.DivClassName
{
background-color: #308BA3;
}
.BgClassName
{
background-color: #308BA3;
}
</style>
border-color css
<style>
span { border-color: #308BA3; }
span { border-color: rgb(48,139,163); }
td.TdClassName
{
border-color: #308BA3;
}
.TagClassName
{
border-color: #308BA3;
}
</style>