Shades of Scooter #2C86A4
Tints of Scooter #2C86A4
RGB
CMYK
RGB Variations
Color information
#2C86A4 (or 0x2C86A4) is known color: Scooter. HEX triplet: 2C, 86 and A4. RGB value is (44,134,164). Sum of RGB (Red+Green+Blue) = 44+134+164=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #2C86A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C86A4 is #D3795B. Grayscale: #6E6E6E. Windows color (decimal): -13859164 or 10782252. OLE color: 10782252.
HSL color Cylindrical-coordinate representation of color #2C86A4: hue angle of 195º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C86A4 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 134 | 164 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.36 |
| HSL | 195º | 0.58% | 0.41% | - |
| HSV(B) | 195º | 0.73% | 0.64% | - |
| XYZ | 16.26 | 20.27 | 38.18 | - |
| YUV | 110.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 134 | 164 | 0.73 | 0.18 | 0 | 0.36 | 195 | 0.58 | 0.41 |
| Hex | 2C | 86 | A4 | 49 | 12 | 0 | 24 | C3 | 3A | 29 |
| Octal | 54 | 206 | 244 | 111 | 22 | 0 | 44 | 303 | 72 | 51 |
| Binary | 101100 | 10000110 | 10100100 | 1001001 | 10010 | 0 | 100100 | 11000011 | 111010 | 101001 |
Color Harmonies of #2C86A4
Complementary color
Monochromatic Colors of #2C86A4
Black with #2C86A4
Text Example
Text Example
White with #2C86A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C86A4; }
p { color: rgb(44,134,164); }
H1.HeaderClassName
{
color: #2C86A4;
}
.AnyTagClassName
{
color: #2C86A4;
}
</style>
background-color css
<style>
a { background-color: #2C86A4; }
a { background-color: rgb(44,134,164); }
div.DivClassName
{
background-color: #2C86A4;
}
.BgClassName
{
background-color: #2C86A4;
}
</style>
border-color css
<style>
span { border-color: #2C86A4; }
span { border-color: rgb(44,134,164); }
td.TdClassName
{
border-color: #2C86A4;
}
.TagClassName
{
border-color: #2C86A4;
}
</style>