Shades of Denim #2B6EC7
Tints of Denim #2B6EC7
RGB
CMYK
RGB Variations
Color information
#2B6EC7 (or 0x2B6EC7) is known color: Denim. HEX triplet: 2B, 6E and C7. RGB value is (43,110,199). Sum of RGB (Red+Green+Blue) = 43+110+199=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 199 (78.12% from 255 or 56.53% from 352); Max value from RGB is 199 - color contains mainly: blue. Hex color #2B6EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6EC7 is #D49138. Grayscale: #636363. Windows color (decimal): -13930809 or 13069867. OLE color: 13069867.
HSL color Cylindrical-coordinate representation of color #2B6EC7: hue angle of 214.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B6EC7 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 110 | 199 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.22 |
| HSL | 214.23º | 0.64% | 0.47% | - |
| HSV(B) | 214.23º | 0.78% | 0.78% | - |
| XYZ | 16.88 | 15.79 | 56.19 | - |
| YUV | 100.11 | 183.8 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 199 | 0.78 | 0.45 | 0 | 0.22 | 214.23 | 0.64 | 0.47 |
| Hex | 2B | 6E | C7 | 4E | 2D | 0 | 16 | D6 | 40 | 2F |
| Octal | 53 | 156 | 307 | 116 | 55 | 0 | 26 | 326 | 100 | 57 |
| Binary | 101011 | 1101110 | 11000111 | 1001110 | 101101 | 0 | 10110 | 11010110 | 1000000 | 101111 |
Color Harmonies of #2B6EC7
Complementary color
Monochromatic Colors of #2B6EC7
Black with #2B6EC7
Text Example
Text Example
White with #2B6EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6EC7; }
p { color: rgb(43,110,199); }
H1.HeaderClassName
{
color: #2B6EC7;
}
.AnyTagClassName
{
color: #2B6EC7;
}
</style>
background-color css
<style>
a { background-color: #2B6EC7; }
a { background-color: rgb(43,110,199); }
div.DivClassName
{
background-color: #2B6EC7;
}
.BgClassName
{
background-color: #2B6EC7;
}
</style>
border-color css
<style>
span { border-color: #2B6EC7; }
span { border-color: rgb(43,110,199); }
td.TdClassName
{
border-color: #2B6EC7;
}
.TagClassName
{
border-color: #2B6EC7;
}
</style>