Shades of Scooter #2C8091
Tints of Scooter #2C8091
RGB
CMYK
RGB Variations
Color information
#2C8091 (or 0x2C8091) is known color: Scooter. HEX triplet: 2C, 80 and 91. RGB value is (44,128,145). Sum of RGB (Red+Green+Blue) = 44+128+145=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C8091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8091 is #D37F6E. Grayscale: #686868. Windows color (decimal): -13860719 or 9535532. OLE color: 9535532.
HSL color Cylindrical-coordinate representation of color #2C8091: hue angle of 190.1º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C8091 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 128 | 145 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.43 |
| HSL | 190.1º | 0.53% | 0.37% | - |
| HSV(B) | 190.1º | 0.7% | 0.57% | - |
| XYZ | 13.87 | 18.02 | 29.53 | - |
| YUV | 104.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 128 | 145 | 0.70 | 0.12 | 0 | 0.43 | 190.1 | 0.53 | 0.37 |
| Hex | 2C | 80 | 91 | 46 | C | 0 | 2B | BE | 35 | 25 |
| Octal | 54 | 200 | 221 | 106 | 14 | 0 | 53 | 276 | 65 | 45 |
| Binary | 101100 | 10000000 | 10010001 | 1000110 | 1100 | 0 | 101011 | 10111110 | 110101 | 100101 |
Color Harmonies of #2C8091
Complementary color
Monochromatic Colors of #2C8091
Black with #2C8091
Text Example
Text Example
White with #2C8091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8091; }
p { color: rgb(44,128,145); }
H1.HeaderClassName
{
color: #2C8091;
}
.AnyTagClassName
{
color: #2C8091;
}
</style>
background-color css
<style>
a { background-color: #2C8091; }
a { background-color: rgb(44,128,145); }
div.DivClassName
{
background-color: #2C8091;
}
.BgClassName
{
background-color: #2C8091;
}
</style>
border-color css
<style>
span { border-color: #2C8091; }
span { border-color: rgb(44,128,145); }
td.TdClassName
{
border-color: #2C8091;
}
.TagClassName
{
border-color: #2C8091;
}
</style>