Shades of Scooter #2C8794
Tints of Scooter #2C8794
RGB
CMYK
RGB Variations
Color information
#2C8794 (or 0x2C8794) is known color: Scooter. HEX triplet: 2C, 87 and 94. RGB value is (44,135,148). Sum of RGB (Red+Green+Blue) = 44+135+148=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C8794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8794 is #D3786B. Grayscale: #6D6D6D. Windows color (decimal): -13858924 or 9733932. OLE color: 9733932.
HSL color Cylindrical-coordinate representation of color #2C8794: hue angle of 187.5º 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 #2C8794 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 135 | 148 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.42 |
| HSL | 187.5º | 0.54% | 0.38% | - |
| HSV(B) | 187.5º | 0.7% | 0.58% | - |
| XYZ | 15.05 | 20 | 31.08 | - |
| YUV | 109.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 148 | 0.70 | 0.09 | 0 | 0.42 | 187.5 | 0.54 | 0.38 |
| Hex | 2C | 87 | 94 | 46 | 9 | 0 | 2A | BC | 36 | 26 |
| Octal | 54 | 207 | 224 | 106 | 11 | 0 | 52 | 274 | 66 | 46 |
| Binary | 101100 | 10000111 | 10010100 | 1000110 | 1001 | 0 | 101010 | 10111100 | 110110 | 100110 |
Color Harmonies of #2C8794
Complementary color
Monochromatic Colors of #2C8794
Black with #2C8794
Text Example
Text Example
White with #2C8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8794; }
p { color: rgb(44,135,148); }
H1.HeaderClassName
{
color: #2C8794;
}
.AnyTagClassName
{
color: #2C8794;
}
</style>
background-color css
<style>
a { background-color: #2C8794; }
a { background-color: rgb(44,135,148); }
div.DivClassName
{
background-color: #2C8794;
}
.BgClassName
{
background-color: #2C8794;
}
</style>
border-color css
<style>
span { border-color: #2C8794; }
span { border-color: rgb(44,135,148); }
td.TdClassName
{
border-color: #2C8794;
}
.TagClassName
{
border-color: #2C8794;
}
</style>