Shades of Denim #2972BA
Tints of Denim #2972BA
RGB
CMYK
RGB Variations
Color information
#2972BA (or 0x2972BA) is known color: Denim. HEX triplet: 29, 72 and BA. RGB value is (41,114,186). Sum of RGB (Red+Green+Blue) = 41+114+186=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #2972BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972BA is #D68D45. Grayscale: #646464. Windows color (decimal): -14060870 or 12218921. OLE color: 12218921.
HSL color Cylindrical-coordinate representation of color #2972BA: hue angle of 209.79º 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 #2972BA is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 114 | 186 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.27 |
| HSL | 209.79º | 0.64% | 0.45% | - |
| HSV(B) | 209.79º | 0.78% | 0.73% | - |
| XYZ | 15.79 | 16.05 | 48.72 | - |
| YUV | 100.38 | 176.32 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 186 | 0.78 | 0.39 | 0 | 0.27 | 209.79 | 0.64 | 0.45 |
| Hex | 29 | 72 | BA | 4E | 27 | 0 | 1B | D2 | 40 | 2D |
| Octal | 51 | 162 | 272 | 116 | 47 | 0 | 33 | 322 | 100 | 55 |
| Binary | 101001 | 1110010 | 10111010 | 1001110 | 100111 | 0 | 11011 | 11010010 | 1000000 | 101101 |
Color Harmonies of #2972BA
Complementary color
Monochromatic Colors of #2972BA
Black with #2972BA
Text Example
Text Example
White with #2972BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2972BA; }
p { color: rgb(41,114,186); }
H1.HeaderClassName
{
color: #2972BA;
}
.AnyTagClassName
{
color: #2972BA;
}
</style>
background-color css
<style>
a { background-color: #2972BA; }
a { background-color: rgb(41,114,186); }
div.DivClassName
{
background-color: #2972BA;
}
.BgClassName
{
background-color: #2972BA;
}
</style>
border-color css
<style>
span { border-color: #2972BA; }
span { border-color: rgb(41,114,186); }
td.TdClassName
{
border-color: #2972BA;
}
.TagClassName
{
border-color: #2972BA;
}
</style>