Shades of Denim #2C6EC8
Tints of Denim #2C6EC8
RGB
CMYK
RGB Variations
Color information
#2C6EC8 (or 0x2C6EC8) is known color: Denim. HEX triplet: 2C, 6E and C8. RGB value is (44,110,200). Sum of RGB (Red+Green+Blue) = 44+110+200=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 200 (78.52% from 255 or 56.50% from 354); Max value from RGB is 200 - color contains mainly: blue. Hex color #2C6EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6EC8 is #D39137. Grayscale: #646464. Windows color (decimal): -13865272 or 13135404. OLE color: 13135404.
HSL color Cylindrical-coordinate representation of color #2C6EC8: hue angle of 214.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C6EC8 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 110 | 200 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.22 |
| HSL | 214.62º | 0.64% | 0.48% | - |
| HSV(B) | 214.62º | 0.78% | 0.78% | - |
| XYZ | 17.04 | 15.86 | 56.81 | - |
| YUV | 100.53 | 184.13 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 110 | 200 | 0.78 | 0.45 | 0 | 0.22 | 214.62 | 0.64 | 0.48 |
| Hex | 2C | 6E | C8 | 4E | 2D | 0 | 16 | D7 | 40 | 30 |
| Octal | 54 | 156 | 310 | 116 | 55 | 0 | 26 | 327 | 100 | 60 |
| Binary | 101100 | 1101110 | 11001000 | 1001110 | 101101 | 0 | 10110 | 11010111 | 1000000 | 110000 |
Color Harmonies of #2C6EC8
Complementary color
Monochromatic Colors of #2C6EC8
Black with #2C6EC8
Text Example
Text Example
White with #2C6EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6EC8; }
p { color: rgb(44,110,200); }
H1.HeaderClassName
{
color: #2C6EC8;
}
.AnyTagClassName
{
color: #2C6EC8;
}
</style>
background-color css
<style>
a { background-color: #2C6EC8; }
a { background-color: rgb(44,110,200); }
div.DivClassName
{
background-color: #2C6EC8;
}
.BgClassName
{
background-color: #2C6EC8;
}
</style>
border-color css
<style>
span { border-color: #2C6EC8; }
span { border-color: rgb(44,110,200); }
td.TdClassName
{
border-color: #2C6EC8;
}
.TagClassName
{
border-color: #2C6EC8;
}
</style>