Shades of Denim #2C6DBD
Tints of Denim #2C6DBD
RGB
CMYK
RGB Variations
Color information
#2C6DBD (or 0x2C6DBD) is known color: Denim. HEX triplet: 2C, 6D and BD. RGB value is (44,109,189). Sum of RGB (Red+Green+Blue) = 44+109+189=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C6DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6DBD is #D39242. Grayscale: #626262. Windows color (decimal): -13865539 or 12414252. OLE color: 12414252.
HSL color Cylindrical-coordinate representation of color #2C6DBD: hue angle of 213.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C6DBD is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 109 | 189 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.26 |
| HSL | 213.1º | 0.62% | 0.46% | - |
| HSV(B) | 213.1º | 0.77% | 0.74% | - |
| XYZ | 15.69 | 15.15 | 50.24 | - |
| YUV | 98.69 | 178.97 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 109 | 189 | 0.77 | 0.42 | 0 | 0.26 | 213.1 | 0.62 | 0.46 |
| Hex | 2C | 6D | BD | 4D | 2A | 0 | 1A | D5 | 3E | 2E |
| Octal | 54 | 155 | 275 | 115 | 52 | 0 | 32 | 325 | 76 | 56 |
| Binary | 101100 | 1101101 | 10111101 | 1001101 | 101010 | 0 | 11010 | 11010101 | 111110 | 101110 |
Color Harmonies of #2C6DBD
Complementary color
Monochromatic Colors of #2C6DBD
Black with #2C6DBD
Text Example
Text Example
White with #2C6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6DBD; }
p { color: rgb(44,109,189); }
H1.HeaderClassName
{
color: #2C6DBD;
}
.AnyTagClassName
{
color: #2C6DBD;
}
</style>
background-color css
<style>
a { background-color: #2C6DBD; }
a { background-color: rgb(44,109,189); }
div.DivClassName
{
background-color: #2C6DBD;
}
.BgClassName
{
background-color: #2C6DBD;
}
</style>
border-color css
<style>
span { border-color: #2C6DBD; }
span { border-color: rgb(44,109,189); }
td.TdClassName
{
border-color: #2C6DBD;
}
.TagClassName
{
border-color: #2C6DBD;
}
</style>