Shades of Scooter #2C8DA9
Tints of Scooter #2C8DA9
RGB
CMYK
RGB Variations
Color information
#2C8DA9 (or 0x2C8DA9) is known color: Scooter. HEX triplet: 2C, 8D and A9. RGB value is (44,141,169). Sum of RGB (Red+Green+Blue) = 44+141+169=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 169 - color contains mainly: blue. Hex color #2C8DA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8DA9 is #D37256. Grayscale: #727272. Windows color (decimal): -13857367 or 11111724. OLE color: 11111724.
HSL color Cylindrical-coordinate representation of color #2C8DA9: hue angle of 193.44º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C8DA9 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 44 | 141 | 169 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.34 |
| HSL | 193.44º | 0.59% | 0.42% | - |
| HSV(B) | 193.44º | 0.74% | 0.66% | - |
| XYZ | 17.73 | 22.45 | 40.94 | - |
| YUV | 115.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 141 | 169 | 0.74 | 0.17 | 0 | 0.34 | 193.44 | 0.59 | 0.42 |
| Hex | 2C | 8D | A9 | 4A | 11 | 0 | 22 | C1 | 3B | 2A |
| Octal | 54 | 215 | 251 | 112 | 21 | 0 | 42 | 301 | 73 | 52 |
| Binary | 101100 | 10001101 | 10101001 | 1001010 | 10001 | 0 | 100010 | 11000001 | 111011 | 101010 |
Color Harmonies of #2C8DA9
Complementary color
Monochromatic Colors of #2C8DA9
Black with #2C8DA9
Text Example
Text Example
White with #2C8DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8DA9; }
p { color: rgb(44,141,169); }
H1.HeaderClassName
{
color: #2C8DA9;
}
.AnyTagClassName
{
color: #2C8DA9;
}
</style>
background-color css
<style>
a { background-color: #2C8DA9; }
a { background-color: rgb(44,141,169); }
div.DivClassName
{
background-color: #2C8DA9;
}
.BgClassName
{
background-color: #2C8DA9;
}
</style>
border-color css
<style>
span { border-color: #2C8DA9; }
span { border-color: rgb(44,141,169); }
td.TdClassName
{
border-color: #2C8DA9;
}
.TagClassName
{
border-color: #2C8DA9;
}
</style>