Shades of Denim #2C6FC8
Tints of Denim #2C6FC8
RGB
CMYK
RGB Variations
Color information
#2C6FC8 (or 0x2C6FC8) is known color: Denim. HEX triplet: 2C, 6F and C8. RGB value is (44,111,200). Sum of RGB (Red+Green+Blue) = 44+111+200=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 200 (78.52% from 255 or 56.34% from 355); Max value from RGB is 200 - color contains mainly: blue. Hex color #2C6FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6FC8 is #D39037. Grayscale: #646464. Windows color (decimal): -13865016 or 13135660. OLE color: 13135660.
HSL color Cylindrical-coordinate representation of color #2C6FC8: hue angle of 214.23º 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 #2C6FC8 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 111 | 200 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.22 |
| HSL | 214.23º | 0.64% | 0.48% | - |
| HSV(B) | 214.23º | 0.78% | 0.78% | - |
| XYZ | 17.15 | 16.07 | 56.84 | - |
| YUV | 101.11 | 183.8 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 111 | 200 | 0.78 | 0.44 | 0 | 0.22 | 214.23 | 0.64 | 0.48 |
| Hex | 2C | 6F | C8 | 4E | 2C | 0 | 16 | D6 | 40 | 30 |
| Octal | 54 | 157 | 310 | 116 | 54 | 0 | 26 | 326 | 100 | 60 |
| Binary | 101100 | 1101111 | 11001000 | 1001110 | 101100 | 0 | 10110 | 11010110 | 1000000 | 110000 |
Color Harmonies of #2C6FC8
Complementary color
Monochromatic Colors of #2C6FC8
Black with #2C6FC8
Text Example
Text Example
White with #2C6FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6FC8; }
p { color: rgb(44,111,200); }
H1.HeaderClassName
{
color: #2C6FC8;
}
.AnyTagClassName
{
color: #2C6FC8;
}
</style>
background-color css
<style>
a { background-color: #2C6FC8; }
a { background-color: rgb(44,111,200); }
div.DivClassName
{
background-color: #2C6FC8;
}
.BgClassName
{
background-color: #2C6FC8;
}
</style>
border-color css
<style>
span { border-color: #2C6FC8; }
span { border-color: rgb(44,111,200); }
td.TdClassName
{
border-color: #2C6FC8;
}
.TagClassName
{
border-color: #2C6FC8;
}
</style>