Shades of Scooter #2C8994
Tints of Scooter #2C8994
RGB
CMYK
RGB Variations
Color information
#2C8994 (or 0x2C8994) is known color: Scooter. HEX triplet: 2C, 89 and 94. RGB value is (44,137,148). Sum of RGB (Red+Green+Blue) = 44+137+148=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C8994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8994 is #D3766B. Grayscale: #6E6E6E. Windows color (decimal): -13858412 or 9734444. OLE color: 9734444.
HSL color Cylindrical-coordinate representation of color #2C8994: hue angle of 186.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C8994 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 137 | 148 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.42 |
| HSL | 186.35º | 0.54% | 0.38% | - |
| HSV(B) | 186.35º | 0.7% | 0.58% | - |
| XYZ | 15.33 | 20.56 | 31.18 | - |
| YUV | 110.45 | 149.19 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 148 | 0.70 | 0.07 | 0 | 0.42 | 186.35 | 0.54 | 0.38 |
| Hex | 2C | 89 | 94 | 46 | 7 | 0 | 2A | BA | 36 | 26 |
| Octal | 54 | 211 | 224 | 106 | 7 | 0 | 52 | 272 | 66 | 46 |
| Binary | 101100 | 10001001 | 10010100 | 1000110 | 111 | 0 | 101010 | 10111010 | 110110 | 100110 |
Color Harmonies of #2C8994
Complementary color
Monochromatic Colors of #2C8994
Black with #2C8994
Text Example
Text Example
White with #2C8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8994; }
p { color: rgb(44,137,148); }
H1.HeaderClassName
{
color: #2C8994;
}
.AnyTagClassName
{
color: #2C8994;
}
</style>
background-color css
<style>
a { background-color: #2C8994; }
a { background-color: rgb(44,137,148); }
div.DivClassName
{
background-color: #2C8994;
}
.BgClassName
{
background-color: #2C8994;
}
</style>
border-color css
<style>
span { border-color: #2C8994; }
span { border-color: rgb(44,137,148); }
td.TdClassName
{
border-color: #2C8994;
}
.TagClassName
{
border-color: #2C8994;
}
</style>