Shades of Denim #2B69BA
Tints of Denim #2B69BA
RGB
CMYK
RGB Variations
Color information
#2B69BA (or 0x2B69BA) is known color: Denim. HEX triplet: 2B, 69 and BA. RGB value is (43,105,186). Sum of RGB (Red+Green+Blue) = 43+105+186=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B69BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B69BA is #D49645. Grayscale: #5F5F5F. Windows color (decimal): -13932102 or 12216619. OLE color: 12216619.
HSL color Cylindrical-coordinate representation of color #2B69BA: hue angle of 213.99º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B69BA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 105 | 186 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.27 |
| HSL | 213.99º | 0.62% | 0.45% | - |
| HSV(B) | 213.99º | 0.77% | 0.73% | - |
| XYZ | 14.91 | 14.16 | 48.4 | - |
| YUV | 95.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 186 | 0.77 | 0.44 | 0 | 0.27 | 213.99 | 0.62 | 0.45 |
| Hex | 2B | 69 | BA | 4D | 2C | 0 | 1B | D6 | 3E | 2D |
| Octal | 53 | 151 | 272 | 115 | 54 | 0 | 33 | 326 | 76 | 55 |
| Binary | 101011 | 1101001 | 10111010 | 1001101 | 101100 | 0 | 11011 | 11010110 | 111110 | 101101 |
Color Harmonies of #2B69BA
Complementary color
Monochromatic Colors of #2B69BA
Black with #2B69BA
Text Example
Text Example
White with #2B69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B69BA; }
p { color: rgb(43,105,186); }
H1.HeaderClassName
{
color: #2B69BA;
}
.AnyTagClassName
{
color: #2B69BA;
}
</style>
background-color css
<style>
a { background-color: #2B69BA; }
a { background-color: rgb(43,105,186); }
div.DivClassName
{
background-color: #2B69BA;
}
.BgClassName
{
background-color: #2B69BA;
}
</style>
border-color css
<style>
span { border-color: #2B69BA; }
span { border-color: rgb(43,105,186); }
td.TdClassName
{
border-color: #2B69BA;
}
.TagClassName
{
border-color: #2B69BA;
}
</style>