Shades of Scooter #2C808E
Tints of Scooter #2C808E
RGB
CMYK
RGB Variations
Color information
#2C808E (or 0x2C808E) is known color: Scooter. HEX triplet: 2C, 80 and 8E. RGB value is (44,128,142). Sum of RGB (Red+Green+Blue) = 44+128+142=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C808E is #D37F71. Grayscale: #686868. Windows color (decimal): -13860722 or 9338924. OLE color: 9338924.
HSL color Cylindrical-coordinate representation of color #2C808E: hue angle of 188.57º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C808E is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 128 | 142 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.44 |
| HSL | 188.57º | 0.53% | 0.36% | - |
| HSV(B) | 188.57º | 0.69% | 0.56% | - |
| XYZ | 13.64 | 17.93 | 28.33 | - |
| YUV | 104.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 128 | 142 | 0.69 | 0.10 | 0 | 0.44 | 188.57 | 0.53 | 0.36 |
| Hex | 2C | 80 | 8E | 45 | A | 0 | 2C | BD | 35 | 24 |
| Octal | 54 | 200 | 216 | 105 | 12 | 0 | 54 | 275 | 65 | 44 |
| Binary | 101100 | 10000000 | 10001110 | 1000101 | 1010 | 0 | 101100 | 10111101 | 110101 | 100100 |
Color Harmonies of #2C808E
Complementary color
Monochromatic Colors of #2C808E
Black with #2C808E
Text Example
Text Example
White with #2C808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C808E; }
p { color: rgb(44,128,142); }
H1.HeaderClassName
{
color: #2C808E;
}
.AnyTagClassName
{
color: #2C808E;
}
</style>
background-color css
<style>
a { background-color: #2C808E; }
a { background-color: rgb(44,128,142); }
div.DivClassName
{
background-color: #2C808E;
}
.BgClassName
{
background-color: #2C808E;
}
</style>
border-color css
<style>
span { border-color: #2C808E; }
span { border-color: rgb(44,128,142); }
td.TdClassName
{
border-color: #2C808E;
}
.TagClassName
{
border-color: #2C808E;
}
</style>