Shades of Scooter #2C8CA5
Tints of Scooter #2C8CA5
RGB
CMYK
RGB Variations
Color information
#2C8CA5 (or 0x2C8CA5) is known color: Scooter. HEX triplet: 2C, 8C and A5. RGB value is (44,140,165). Sum of RGB (Red+Green+Blue) = 44+140+165=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #2C8CA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8CA5 is #D3735A. Grayscale: #717171. Windows color (decimal): -13857627 or 10849324. OLE color: 10849324.
HSL color Cylindrical-coordinate representation of color #2C8CA5: hue angle of 192.4º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C8CA5 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 140 | 165 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.35 |
| HSL | 192.4º | 0.58% | 0.41% | - |
| HSV(B) | 192.4º | 0.73% | 0.65% | - |
| XYZ | 17.21 | 22.01 | 38.94 | - |
| YUV | 114.15 | 156.7 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 140 | 165 | 0.73 | 0.15 | 0 | 0.35 | 192.4 | 0.58 | 0.41 |
| Hex | 2C | 8C | A5 | 49 | F | 0 | 23 | C0 | 3A | 29 |
| Octal | 54 | 214 | 245 | 111 | 17 | 0 | 43 | 300 | 72 | 51 |
| Binary | 101100 | 10001100 | 10100101 | 1001001 | 1111 | 0 | 100011 | 11000000 | 111010 | 101001 |
Color Harmonies of #2C8CA5
Complementary color
Monochromatic Colors of #2C8CA5
Black with #2C8CA5
Text Example
Text Example
White with #2C8CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8CA5; }
p { color: rgb(44,140,165); }
H1.HeaderClassName
{
color: #2C8CA5;
}
.AnyTagClassName
{
color: #2C8CA5;
}
</style>
background-color css
<style>
a { background-color: #2C8CA5; }
a { background-color: rgb(44,140,165); }
div.DivClassName
{
background-color: #2C8CA5;
}
.BgClassName
{
background-color: #2C8CA5;
}
</style>
border-color css
<style>
span { border-color: #2C8CA5; }
span { border-color: rgb(44,140,165); }
td.TdClassName
{
border-color: #2C8CA5;
}
.TagClassName
{
border-color: #2C8CA5;
}
</style>