Shades of Denim #2B6EC0
Tints of Denim #2B6EC0
RGB
CMYK
RGB Variations
Color information
#2B6EC0 (or 0x2B6EC0) is known color: Denim. HEX triplet: 2B, 6E and C0. RGB value is (43,110,192). Sum of RGB (Red+Green+Blue) = 43+110+192=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 192 (75.39% from 255 or 55.65% from 345); Max value from RGB is 192 - color contains mainly: blue. Hex color #2B6EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6EC0 is #D4913F. Grayscale: #626262. Windows color (decimal): -13930816 or 12611115. OLE color: 12611115.
HSL color Cylindrical-coordinate representation of color #2B6EC0: hue angle of 213.02º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B6EC0 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 110 | 192 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.25 |
| HSL | 213.02º | 0.63% | 0.46% | - |
| HSV(B) | 213.02º | 0.78% | 0.75% | - |
| XYZ | 16.09 | 15.47 | 52.01 | - |
| YUV | 99.32 | 180.3 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 192 | 0.78 | 0.43 | 0 | 0.25 | 213.02 | 0.63 | 0.46 |
| Hex | 2B | 6E | C0 | 4E | 2B | 0 | 19 | D5 | 3F | 2E |
| Octal | 53 | 156 | 300 | 116 | 53 | 0 | 31 | 325 | 77 | 56 |
| Binary | 101011 | 1101110 | 11000000 | 1001110 | 101011 | 0 | 11001 | 11010101 | 111111 | 101110 |
Color Harmonies of #2B6EC0
Complementary color
Monochromatic Colors of #2B6EC0
Black with #2B6EC0
Text Example
Text Example
White with #2B6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6EC0; }
p { color: rgb(43,110,192); }
H1.HeaderClassName
{
color: #2B6EC0;
}
.AnyTagClassName
{
color: #2B6EC0;
}
</style>
background-color css
<style>
a { background-color: #2B6EC0; }
a { background-color: rgb(43,110,192); }
div.DivClassName
{
background-color: #2B6EC0;
}
.BgClassName
{
background-color: #2B6EC0;
}
</style>
border-color css
<style>
span { border-color: #2B6EC0; }
span { border-color: rgb(43,110,192); }
td.TdClassName
{
border-color: #2B6EC0;
}
.TagClassName
{
border-color: #2B6EC0;
}
</style>