Shades of Denim #2970BA
Tints of Denim #2970BA
RGB
CMYK
RGB Variations
Color information
#2970BA (or 0x2970BA) is known color: Denim. HEX triplet: 29, 70 and BA. RGB value is (41,112,186). Sum of RGB (Red+Green+Blue) = 41+112+186=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #2970BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2970BA is #D68F45. Grayscale: #626262. Windows color (decimal): -14061382 or 12218409. OLE color: 12218409.
HSL color Cylindrical-coordinate representation of color #2970BA: hue angle of 210.62º 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 #2970BA is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 112 | 186 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.27 |
| HSL | 210.62º | 0.64% | 0.45% | - |
| HSV(B) | 210.62º | 0.78% | 0.73% | - |
| XYZ | 15.57 | 15.6 | 48.65 | - |
| YUV | 99.21 | 176.98 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 186 | 0.78 | 0.40 | 0 | 0.27 | 210.62 | 0.64 | 0.45 |
| Hex | 29 | 70 | BA | 4E | 28 | 0 | 1B | D3 | 40 | 2D |
| Octal | 51 | 160 | 272 | 116 | 50 | 0 | 33 | 323 | 100 | 55 |
| Binary | 101001 | 1110000 | 10111010 | 1001110 | 101000 | 0 | 11011 | 11010011 | 1000000 | 101101 |
Color Harmonies of #2970BA
Complementary color
Monochromatic Colors of #2970BA
Black with #2970BA
Text Example
Text Example
White with #2970BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2970BA; }
p { color: rgb(41,112,186); }
H1.HeaderClassName
{
color: #2970BA;
}
.AnyTagClassName
{
color: #2970BA;
}
</style>
background-color css
<style>
a { background-color: #2970BA; }
a { background-color: rgb(41,112,186); }
div.DivClassName
{
background-color: #2970BA;
}
.BgClassName
{
background-color: #2970BA;
}
</style>
border-color css
<style>
span { border-color: #2970BA; }
span { border-color: rgb(41,112,186); }
td.TdClassName
{
border-color: #2970BA;
}
.TagClassName
{
border-color: #2970BA;
}
</style>