Shades of Scooter #308CA3
Tints of Scooter #308CA3
RGB
CMYK
RGB Variations
Color information
#308CA3 (or 0x308CA3) is known color: Scooter. HEX triplet: 30, 8C and A3. RGB value is (48,140,163). Sum of RGB (Red+Green+Blue) = 48+140+163=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #308CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308CA3 is #CF735C. Grayscale: #727272. Windows color (decimal): -13595485 or 10718256. OLE color: 10718256.
HSL color Cylindrical-coordinate representation of color #308CA3: hue angle of 192º 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 #308CA3 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 140 | 163 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.36 |
| HSL | 192º | 0.55% | 0.41% | - |
| HSV(B) | 192º | 0.71% | 0.64% | - |
| XYZ | 17.21 | 22.03 | 38 | - |
| YUV | 115.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 163 | 0.71 | 0.14 | 0 | 0.36 | 192 | 0.55 | 0.41 |
| Hex | 30 | 8C | A3 | 47 | E | 0 | 24 | C0 | 37 | 29 |
| Octal | 60 | 214 | 243 | 107 | 16 | 0 | 44 | 300 | 67 | 51 |
| Binary | 110000 | 10001100 | 10100011 | 1000111 | 1110 | 0 | 100100 | 11000000 | 110111 | 101001 |
Color Harmonies of #308CA3
Complementary color
Monochromatic Colors of #308CA3
Black with #308CA3
Text Example
Text Example
White with #308CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CA3; }
p { color: rgb(48,140,163); }
H1.HeaderClassName
{
color: #308CA3;
}
.AnyTagClassName
{
color: #308CA3;
}
</style>
background-color css
<style>
a { background-color: #308CA3; }
a { background-color: rgb(48,140,163); }
div.DivClassName
{
background-color: #308CA3;
}
.BgClassName
{
background-color: #308CA3;
}
</style>
border-color css
<style>
span { border-color: #308CA3; }
span { border-color: rgb(48,140,163); }
td.TdClassName
{
border-color: #308CA3;
}
.TagClassName
{
border-color: #308CA3;
}
</style>