Shades of Scooter #208294
Tints of Scooter #208294
RGB
CMYK
RGB Variations
Color information
#208294 (or 0x208294) is known color: Scooter. HEX triplet: 20, 82 and 94. RGB value is (32,130,148). Sum of RGB (Red+Green+Blue) = 32+130+148=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #208294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208294 is #DF7D6B. Grayscale: #666666. Windows color (decimal): -14646636 or 9732640. OLE color: 9732640.
HSL color Cylindrical-coordinate representation of color #208294: hue angle of 189.31º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208294 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 130 | 148 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.42 |
| HSL | 189.31º | 0.64% | 0.35% | - |
| HSV(B) | 189.31º | 0.78% | 0.58% | - |
| XYZ | 13.92 | 18.41 | 30.84 | - |
| YUV | 102.75 | 153.53 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 148 | 0.78 | 0.12 | 0 | 0.42 | 189.31 | 0.64 | 0.35 |
| Hex | 20 | 82 | 94 | 4E | C | 0 | 2A | BD | 40 | 23 |
| Octal | 40 | 202 | 224 | 116 | 14 | 0 | 52 | 275 | 100 | 43 |
| Binary | 100000 | 10000010 | 10010100 | 1001110 | 1100 | 0 | 101010 | 10111101 | 1000000 | 100011 |
Color Harmonies of #208294
Complementary color
Monochromatic Colors of #208294
Black with #208294
Text Example
Text Example
White with #208294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208294; }
p { color: rgb(32,130,148); }
H1.HeaderClassName
{
color: #208294;
}
.AnyTagClassName
{
color: #208294;
}
</style>
background-color css
<style>
a { background-color: #208294; }
a { background-color: rgb(32,130,148); }
div.DivClassName
{
background-color: #208294;
}
.BgClassName
{
background-color: #208294;
}
</style>
border-color css
<style>
span { border-color: #208294; }
span { border-color: rgb(32,130,148); }
td.TdClassName
{
border-color: #208294;
}
.TagClassName
{
border-color: #208294;
}
</style>