Shades of Scooter #2C8D9D
Tints of Scooter #2C8D9D
RGB
CMYK
RGB Variations
Color information
#2C8D9D (or 0x2C8D9D) is known color: Scooter. HEX triplet: 2C, 8D and 9D. RGB value is (44,141,157). Sum of RGB (Red+Green+Blue) = 44+141+157=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C8D9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8D9D is #D37262. Grayscale: #717171. Windows color (decimal): -13857379 or 10325292. OLE color: 10325292.
HSL color Cylindrical-coordinate representation of color #2C8D9D: hue angle of 188.5º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C8D9D is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 141 | 157 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.38 |
| HSL | 188.5º | 0.56% | 0.39% | - |
| HSV(B) | 188.5º | 0.72% | 0.62% | - |
| XYZ | 16.65 | 22.02 | 35.27 | - |
| YUV | 113.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 141 | 157 | 0.72 | 0.10 | 0 | 0.38 | 188.5 | 0.56 | 0.39 |
| Hex | 2C | 8D | 9D | 48 | A | 0 | 26 | BC | 38 | 27 |
| Octal | 54 | 215 | 235 | 110 | 12 | 0 | 46 | 274 | 70 | 47 |
| Binary | 101100 | 10001101 | 10011101 | 1001000 | 1010 | 0 | 100110 | 10111100 | 111000 | 100111 |
Color Harmonies of #2C8D9D
Complementary color
Monochromatic Colors of #2C8D9D
Black with #2C8D9D
Text Example
Text Example
White with #2C8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8D9D; }
p { color: rgb(44,141,157); }
H1.HeaderClassName
{
color: #2C8D9D;
}
.AnyTagClassName
{
color: #2C8D9D;
}
</style>
background-color css
<style>
a { background-color: #2C8D9D; }
a { background-color: rgb(44,141,157); }
div.DivClassName
{
background-color: #2C8D9D;
}
.BgClassName
{
background-color: #2C8D9D;
}
</style>
border-color css
<style>
span { border-color: #2C8D9D; }
span { border-color: rgb(44,141,157); }
td.TdClassName
{
border-color: #2C8D9D;
}
.TagClassName
{
border-color: #2C8D9D;
}
</style>