Shades of Denim #2C6BBA
Tints of Denim #2C6BBA
RGB
CMYK
RGB Variations
Color information
#2C6BBA (or 0x2C6BBA) is known color: Denim. HEX triplet: 2C, 6B and BA. RGB value is (44,107,186). Sum of RGB (Red+Green+Blue) = 44+107+186=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6BBA is #D39445. Grayscale: #606060. Windows color (decimal): -13866054 or 12217132. OLE color: 12217132.
HSL color Cylindrical-coordinate representation of color #2C6BBA: hue angle of 213.38º 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 #2C6BBA is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 107 | 186 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.27 |
| HSL | 213.38º | 0.62% | 0.45% | - |
| HSV(B) | 213.38º | 0.76% | 0.73% | - |
| XYZ | 15.16 | 14.6 | 48.47 | - |
| YUV | 97.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 107 | 186 | 0.76 | 0.42 | 0 | 0.27 | 213.38 | 0.62 | 0.45 |
| Hex | 2C | 6B | BA | 4C | 2A | 0 | 1B | D5 | 3E | 2D |
| Octal | 54 | 153 | 272 | 114 | 52 | 0 | 33 | 325 | 76 | 55 |
| Binary | 101100 | 1101011 | 10111010 | 1001100 | 101010 | 0 | 11011 | 11010101 | 111110 | 101101 |
Color Harmonies of #2C6BBA
Complementary color
Monochromatic Colors of #2C6BBA
Black with #2C6BBA
Text Example
Text Example
White with #2C6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6BBA; }
p { color: rgb(44,107,186); }
H1.HeaderClassName
{
color: #2C6BBA;
}
.AnyTagClassName
{
color: #2C6BBA;
}
</style>
background-color css
<style>
a { background-color: #2C6BBA; }
a { background-color: rgb(44,107,186); }
div.DivClassName
{
background-color: #2C6BBA;
}
.BgClassName
{
background-color: #2C6BBA;
}
</style>
border-color css
<style>
span { border-color: #2C6BBA; }
span { border-color: rgb(44,107,186); }
td.TdClassName
{
border-color: #2C6BBA;
}
.TagClassName
{
border-color: #2C6BBA;
}
</style>