Shades of Denim #2C6DCB
Tints of Denim #2C6DCB
RGB
CMYK
RGB Variations
Color information
#2C6DCB (or 0x2C6DCB) is known color: Denim. HEX triplet: 2C, 6D and CB. RGB value is (44,109,203). Sum of RGB (Red+Green+Blue) = 44+109+203=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C6DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6DCB is #D39234. Grayscale: #636363. Windows color (decimal): -13865525 or 13331756. OLE color: 13331756.
HSL color Cylindrical-coordinate representation of color #2C6DCB: hue angle of 215.47º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C6DCB is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 109 | 203 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.20 |
| HSL | 215.47º | 0.64% | 0.48% | - |
| HSV(B) | 215.47º | 0.78% | 0.8% | - |
| XYZ | 17.29 | 15.78 | 58.64 | - |
| YUV | 100.28 | 185.97 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 109 | 203 | 0.78 | 0.46 | 0 | 0.20 | 215.47 | 0.64 | 0.48 |
| Hex | 2C | 6D | CB | 4E | 2E | 0 | 14 | D7 | 40 | 30 |
| Octal | 54 | 155 | 313 | 116 | 56 | 0 | 24 | 327 | 100 | 60 |
| Binary | 101100 | 1101101 | 11001011 | 1001110 | 101110 | 0 | 10100 | 11010111 | 1000000 | 110000 |
Color Harmonies of #2C6DCB
Complementary color
Monochromatic Colors of #2C6DCB
Black with #2C6DCB
Text Example
Text Example
White with #2C6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6DCB; }
p { color: rgb(44,109,203); }
H1.HeaderClassName
{
color: #2C6DCB;
}
.AnyTagClassName
{
color: #2C6DCB;
}
</style>
background-color css
<style>
a { background-color: #2C6DCB; }
a { background-color: rgb(44,109,203); }
div.DivClassName
{
background-color: #2C6DCB;
}
.BgClassName
{
background-color: #2C6DCB;
}
</style>
border-color css
<style>
span { border-color: #2C6DCB; }
span { border-color: rgb(44,109,203); }
td.TdClassName
{
border-color: #2C6DCB;
}
.TagClassName
{
border-color: #2C6DCB;
}
</style>