Shades of Scooter #208394
Tints of Scooter #208394
RGB
CMYK
RGB Variations
Color information
#208394 (or 0x208394) is known color: Scooter. HEX triplet: 20, 83 and 94. RGB value is (32,131,148). Sum of RGB (Red+Green+Blue) = 32+131+148=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #208394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208394 is #DF7C6B. Grayscale: #676767. Windows color (decimal): -14646380 or 9732896. OLE color: 9732896.
HSL color Cylindrical-coordinate representation of color #208394: hue angle of 188.79º 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 #208394 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 131 | 148 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.42 |
| HSL | 188.79º | 0.64% | 0.35% | - |
| HSV(B) | 188.79º | 0.78% | 0.58% | - |
| XYZ | 14.06 | 18.68 | 30.88 | - |
| YUV | 103.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 148 | 0.78 | 0.11 | 0 | 0.42 | 188.79 | 0.64 | 0.35 |
| Hex | 20 | 83 | 94 | 4E | B | 0 | 2A | BD | 40 | 23 |
| Octal | 40 | 203 | 224 | 116 | 13 | 0 | 52 | 275 | 100 | 43 |
| Binary | 100000 | 10000011 | 10010100 | 1001110 | 1011 | 0 | 101010 | 10111101 | 1000000 | 100011 |
Color Harmonies of #208394
Complementary color
Monochromatic Colors of #208394
Black with #208394
Text Example
Text Example
White with #208394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208394; }
p { color: rgb(32,131,148); }
H1.HeaderClassName
{
color: #208394;
}
.AnyTagClassName
{
color: #208394;
}
</style>
background-color css
<style>
a { background-color: #208394; }
a { background-color: rgb(32,131,148); }
div.DivClassName
{
background-color: #208394;
}
.BgClassName
{
background-color: #208394;
}
</style>
border-color css
<style>
span { border-color: #208394; }
span { border-color: rgb(32,131,148); }
td.TdClassName
{
border-color: #208394;
}
.TagClassName
{
border-color: #208394;
}
</style>