Shades of Denim #2B6ABC
Tints of Denim #2B6ABC
RGB
CMYK
RGB Variations
Color information
#2B6ABC (or 0x2B6ABC) is known color: Denim. HEX triplet: 2B, 6A and BC. RGB value is (43,106,188). Sum of RGB (Red+Green+Blue) = 43+106+188=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B6ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ABC is #D49543. Grayscale: #606060. Windows color (decimal): -13931844 or 12347947. OLE color: 12347947.
HSL color Cylindrical-coordinate representation of color #2B6ABC: hue angle of 213.93º 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 #2B6ABC is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 106 | 188 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.26 |
| HSL | 213.93º | 0.63% | 0.45% | - |
| HSV(B) | 213.93º | 0.77% | 0.74% | - |
| XYZ | 15.23 | 14.45 | 49.56 | - |
| YUV | 96.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 106 | 188 | 0.77 | 0.44 | 0 | 0.26 | 213.93 | 0.63 | 0.45 |
| Hex | 2B | 6A | BC | 4D | 2C | 0 | 1A | D6 | 3F | 2D |
| Octal | 53 | 152 | 274 | 115 | 54 | 0 | 32 | 326 | 77 | 55 |
| Binary | 101011 | 1101010 | 10111100 | 1001101 | 101100 | 0 | 11010 | 11010110 | 111111 | 101101 |
Color Harmonies of #2B6ABC
Complementary color
Monochromatic Colors of #2B6ABC
Black with #2B6ABC
Text Example
Text Example
White with #2B6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6ABC; }
p { color: rgb(43,106,188); }
H1.HeaderClassName
{
color: #2B6ABC;
}
.AnyTagClassName
{
color: #2B6ABC;
}
</style>
background-color css
<style>
a { background-color: #2B6ABC; }
a { background-color: rgb(43,106,188); }
div.DivClassName
{
background-color: #2B6ABC;
}
.BgClassName
{
background-color: #2B6ABC;
}
</style>
border-color css
<style>
span { border-color: #2B6ABC; }
span { border-color: rgb(43,106,188); }
td.TdClassName
{
border-color: #2B6ABC;
}
.TagClassName
{
border-color: #2B6ABC;
}
</style>