Shades of Denim #2B6BBC
Tints of Denim #2B6BBC
RGB
CMYK
RGB Variations
Color information
#2B6BBC (or 0x2B6BBC) is known color: Denim. HEX triplet: 2B, 6B and BC. RGB value is (43,107,188). Sum of RGB (Red+Green+Blue) = 43+107+188=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B6BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6BBC is #D49443. Grayscale: #606060. Windows color (decimal): -13931588 or 12348203. OLE color: 12348203.
HSL color Cylindrical-coordinate representation of color #2B6BBC: hue angle of 213.52º 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 #2B6BBC is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 107 | 188 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.26 |
| HSL | 213.52º | 0.63% | 0.45% | - |
| HSV(B) | 213.52º | 0.77% | 0.74% | - |
| XYZ | 15.33 | 14.66 | 49.6 | - |
| YUV | 97.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 107 | 188 | 0.77 | 0.43 | 0 | 0.26 | 213.52 | 0.63 | 0.45 |
| Hex | 2B | 6B | BC | 4D | 2B | 0 | 1A | D6 | 3F | 2D |
| Octal | 53 | 153 | 274 | 115 | 53 | 0 | 32 | 326 | 77 | 55 |
| Binary | 101011 | 1101011 | 10111100 | 1001101 | 101011 | 0 | 11010 | 11010110 | 111111 | 101101 |
Color Harmonies of #2B6BBC
Complementary color
Monochromatic Colors of #2B6BBC
Black with #2B6BBC
Text Example
Text Example
White with #2B6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6BBC; }
p { color: rgb(43,107,188); }
H1.HeaderClassName
{
color: #2B6BBC;
}
.AnyTagClassName
{
color: #2B6BBC;
}
</style>
background-color css
<style>
a { background-color: #2B6BBC; }
a { background-color: rgb(43,107,188); }
div.DivClassName
{
background-color: #2B6BBC;
}
.BgClassName
{
background-color: #2B6BBC;
}
</style>
border-color css
<style>
span { border-color: #2B6BBC; }
span { border-color: rgb(43,107,188); }
td.TdClassName
{
border-color: #2B6BBC;
}
.TagClassName
{
border-color: #2B6BBC;
}
</style>