Shades of Denim #2971BA
Tints of Denim #2971BA
RGB
CMYK
RGB Variations
Color information
#2971BA (or 0x2971BA) is known color: Denim. HEX triplet: 29, 71 and BA. RGB value is (41,113,186). Sum of RGB (Red+Green+Blue) = 41+113+186=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #2971BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2971BA is #D68E45. Grayscale: #636363. Windows color (decimal): -14061126 or 12218665. OLE color: 12218665.
HSL color Cylindrical-coordinate representation of color #2971BA: hue angle of 210.21º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2971BA is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 113 | 186 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.27 |
| HSL | 210.21º | 0.64% | 0.45% | - |
| HSV(B) | 210.21º | 0.78% | 0.73% | - |
| XYZ | 15.68 | 15.83 | 48.68 | - |
| YUV | 99.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 186 | 0.78 | 0.39 | 0 | 0.27 | 210.21 | 0.64 | 0.45 |
| Hex | 29 | 71 | BA | 4E | 27 | 0 | 1B | D2 | 40 | 2D |
| Octal | 51 | 161 | 272 | 116 | 47 | 0 | 33 | 322 | 100 | 55 |
| Binary | 101001 | 1110001 | 10111010 | 1001110 | 100111 | 0 | 11011 | 11010010 | 1000000 | 101101 |
Color Harmonies of #2971BA
Complementary color
Monochromatic Colors of #2971BA
Black with #2971BA
Text Example
Text Example
White with #2971BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2971BA; }
p { color: rgb(41,113,186); }
H1.HeaderClassName
{
color: #2971BA;
}
.AnyTagClassName
{
color: #2971BA;
}
</style>
background-color css
<style>
a { background-color: #2971BA; }
a { background-color: rgb(41,113,186); }
div.DivClassName
{
background-color: #2971BA;
}
.BgClassName
{
background-color: #2971BA;
}
</style>
border-color css
<style>
span { border-color: #2971BA; }
span { border-color: rgb(41,113,186); }
td.TdClassName
{
border-color: #2971BA;
}
.TagClassName
{
border-color: #2971BA;
}
</style>