Shades of Denim #2B6EBC
Tints of Denim #2B6EBC
RGB
CMYK
RGB Variations
Color information
#2B6EBC (or 0x2B6EBC) is known color: Denim. HEX triplet: 2B, 6E and BC. RGB value is (43,110,188). Sum of RGB (Red+Green+Blue) = 43+110+188=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B6EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6EBC is #D49143. Grayscale: #626262. Windows color (decimal): -13930820 or 12348971. OLE color: 12348971.
HSL color Cylindrical-coordinate representation of color #2B6EBC: hue angle of 212.28º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B6EBC is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 110 | 188 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.26 |
| HSL | 212.28º | 0.63% | 0.45% | - |
| HSV(B) | 212.28º | 0.77% | 0.74% | - |
| XYZ | 15.65 | 15.3 | 49.7 | - |
| YUV | 98.86 | 178.3 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 188 | 0.77 | 0.41 | 0 | 0.26 | 212.28 | 0.63 | 0.45 |
| Hex | 2B | 6E | BC | 4D | 29 | 0 | 1A | D4 | 3F | 2D |
| Octal | 53 | 156 | 274 | 115 | 51 | 0 | 32 | 324 | 77 | 55 |
| Binary | 101011 | 1101110 | 10111100 | 1001101 | 101001 | 0 | 11010 | 11010100 | 111111 | 101101 |
Color Harmonies of #2B6EBC
Complementary color
Monochromatic Colors of #2B6EBC
Black with #2B6EBC
Text Example
Text Example
White with #2B6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6EBC; }
p { color: rgb(43,110,188); }
H1.HeaderClassName
{
color: #2B6EBC;
}
.AnyTagClassName
{
color: #2B6EBC;
}
</style>
background-color css
<style>
a { background-color: #2B6EBC; }
a { background-color: rgb(43,110,188); }
div.DivClassName
{
background-color: #2B6EBC;
}
.BgClassName
{
background-color: #2B6EBC;
}
</style>
border-color css
<style>
span { border-color: #2B6EBC; }
span { border-color: rgb(43,110,188); }
td.TdClassName
{
border-color: #2B6EBC;
}
.TagClassName
{
border-color: #2B6EBC;
}
</style>