Shades of Denim #2C6EBB
Tints of Denim #2C6EBB
RGB
CMYK
RGB Variations
Color information
#2C6EBB (or 0x2C6EBB) is known color: Denim. HEX triplet: 2C, 6E and BB. RGB value is (44,110,187). Sum of RGB (Red+Green+Blue) = 44+110+187=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C6EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6EBB is #D39144. Grayscale: #626262. Windows color (decimal): -13865285 or 12283436. OLE color: 12283436.
HSL color Cylindrical-coordinate representation of color #2C6EBB: hue angle of 212.31º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C6EBB is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 110 | 187 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.27 |
| HSL | 212.31º | 0.62% | 0.45% | - |
| HSV(B) | 212.31º | 0.76% | 0.73% | - |
| XYZ | 15.58 | 15.28 | 49.14 | - |
| YUV | 99.04 | 177.63 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 110 | 187 | 0.76 | 0.41 | 0 | 0.27 | 212.31 | 0.62 | 0.45 |
| Hex | 2C | 6E | BB | 4C | 29 | 0 | 1B | D4 | 3E | 2D |
| Octal | 54 | 156 | 273 | 114 | 51 | 0 | 33 | 324 | 76 | 55 |
| Binary | 101100 | 1101110 | 10111011 | 1001100 | 101001 | 0 | 11011 | 11010100 | 111110 | 101101 |
Color Harmonies of #2C6EBB
Complementary color
Monochromatic Colors of #2C6EBB
Black with #2C6EBB
Text Example
Text Example
White with #2C6EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6EBB; }
p { color: rgb(44,110,187); }
H1.HeaderClassName
{
color: #2C6EBB;
}
.AnyTagClassName
{
color: #2C6EBB;
}
</style>
background-color css
<style>
a { background-color: #2C6EBB; }
a { background-color: rgb(44,110,187); }
div.DivClassName
{
background-color: #2C6EBB;
}
.BgClassName
{
background-color: #2C6EBB;
}
</style>
border-color css
<style>
span { border-color: #2C6EBB; }
span { border-color: rgb(44,110,187); }
td.TdClassName
{
border-color: #2C6EBB;
}
.TagClassName
{
border-color: #2C6EBB;
}
</style>