Shades of Denim #2B68BC
Tints of Denim #2B68BC
RGB
CMYK
RGB Variations
Color information
#2B68BC (or 0x2B68BC) is known color: Denim. HEX triplet: 2B, 68 and BC. RGB value is (43,104,188). Sum of RGB (Red+Green+Blue) = 43+104+188=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B68BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B68BC is #D49743. Grayscale: #5E5E5E. Windows color (decimal): -13932356 or 12347435. OLE color: 12347435.
HSL color Cylindrical-coordinate representation of color #2B68BC: hue angle of 214.76º 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 #2B68BC is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 104 | 188 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.26 |
| HSL | 214.76º | 0.63% | 0.45% | - |
| HSV(B) | 214.76º | 0.77% | 0.74% | - |
| XYZ | 15.02 | 14.05 | 49.5 | - |
| YUV | 95.34 | 180.29 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 188 | 0.77 | 0.45 | 0 | 0.26 | 214.76 | 0.63 | 0.45 |
| Hex | 2B | 68 | BC | 4D | 2D | 0 | 1A | D7 | 3F | 2D |
| Octal | 53 | 150 | 274 | 115 | 55 | 0 | 32 | 327 | 77 | 55 |
| Binary | 101011 | 1101000 | 10111100 | 1001101 | 101101 | 0 | 11010 | 11010111 | 111111 | 101101 |
Color Harmonies of #2B68BC
Complementary color
Monochromatic Colors of #2B68BC
Black with #2B68BC
Text Example
Text Example
White with #2B68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68BC; }
p { color: rgb(43,104,188); }
H1.HeaderClassName
{
color: #2B68BC;
}
.AnyTagClassName
{
color: #2B68BC;
}
</style>
background-color css
<style>
a { background-color: #2B68BC; }
a { background-color: rgb(43,104,188); }
div.DivClassName
{
background-color: #2B68BC;
}
.BgClassName
{
background-color: #2B68BC;
}
</style>
border-color css
<style>
span { border-color: #2B68BC; }
span { border-color: rgb(43,104,188); }
td.TdClassName
{
border-color: #2B68BC;
}
.TagClassName
{
border-color: #2B68BC;
}
</style>