Shades of Denim #2B6DBA
Tints of Denim #2B6DBA
RGB
CMYK
RGB Variations
Color information
#2B6DBA (or 0x2B6DBA) is known color: Denim. HEX triplet: 2B, 6D and BA. RGB value is (43,109,186). Sum of RGB (Red+Green+Blue) = 43+109+186=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B6DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6DBA is #D49245. Grayscale: #616161. Windows color (decimal): -13931078 or 12217643. OLE color: 12217643.
HSL color Cylindrical-coordinate representation of color #2B6DBA: 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.77%. Process color model (Four color, CMYK) of #2B6DBA is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 109 | 186 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.27 |
| HSL | 212.31º | 0.62% | 0.45% | - |
| HSV(B) | 212.31º | 0.77% | 0.73% | - |
| XYZ | 15.33 | 15 | 48.54 | - |
| YUV | 98.04 | 177.63 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 109 | 186 | 0.77 | 0.41 | 0 | 0.27 | 212.31 | 0.62 | 0.45 |
| Hex | 2B | 6D | BA | 4D | 29 | 0 | 1B | D4 | 3E | 2D |
| Octal | 53 | 155 | 272 | 115 | 51 | 0 | 33 | 324 | 76 | 55 |
| Binary | 101011 | 1101101 | 10111010 | 1001101 | 101001 | 0 | 11011 | 11010100 | 111110 | 101101 |
Color Harmonies of #2B6DBA
Complementary color
Monochromatic Colors of #2B6DBA
Black with #2B6DBA
Text Example
Text Example
White with #2B6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6DBA; }
p { color: rgb(43,109,186); }
H1.HeaderClassName
{
color: #2B6DBA;
}
.AnyTagClassName
{
color: #2B6DBA;
}
</style>
background-color css
<style>
a { background-color: #2B6DBA; }
a { background-color: rgb(43,109,186); }
div.DivClassName
{
background-color: #2B6DBA;
}
.BgClassName
{
background-color: #2B6DBA;
}
</style>
border-color css
<style>
span { border-color: #2B6DBA; }
span { border-color: rgb(43,109,186); }
td.TdClassName
{
border-color: #2B6DBA;
}
.TagClassName
{
border-color: #2B6DBA;
}
</style>