Shades of Denim #2964BA
Tints of Denim #2964BA
RGB
CMYK
RGB Variations
Color information
#2964BA (or 0x2964BA) is known color: Denim. HEX triplet: 29, 64 and BA. RGB value is (41,100,186). Sum of RGB (Red+Green+Blue) = 41+100+186=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #2964BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964BA is #D69B45. Grayscale: #5B5B5B. Windows color (decimal): -14064454 or 12215337. OLE color: 12215337.
HSL color Cylindrical-coordinate representation of color #2964BA: hue angle of 215.59º 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 #2964BA is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 100 | 186 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.27 |
| HSL | 215.59º | 0.64% | 0.45% | - |
| HSV(B) | 215.59º | 0.78% | 0.73% | - |
| XYZ | 14.33 | 13.13 | 48.23 | - |
| YUV | 92.16 | 180.95 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 186 | 0.78 | 0.46 | 0 | 0.27 | 215.59 | 0.64 | 0.45 |
| Hex | 29 | 64 | BA | 4E | 2E | 0 | 1B | D8 | 40 | 2D |
| Octal | 51 | 144 | 272 | 116 | 56 | 0 | 33 | 330 | 100 | 55 |
| Binary | 101001 | 1100100 | 10111010 | 1001110 | 101110 | 0 | 11011 | 11011000 | 1000000 | 101101 |
Color Harmonies of #2964BA
Complementary color
Monochromatic Colors of #2964BA
Black with #2964BA
Text Example
Text Example
White with #2964BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2964BA; }
p { color: rgb(41,100,186); }
H1.HeaderClassName
{
color: #2964BA;
}
.AnyTagClassName
{
color: #2964BA;
}
</style>
background-color css
<style>
a { background-color: #2964BA; }
a { background-color: rgb(41,100,186); }
div.DivClassName
{
background-color: #2964BA;
}
.BgClassName
{
background-color: #2964BA;
}
</style>
border-color css
<style>
span { border-color: #2964BA; }
span { border-color: rgb(41,100,186); }
td.TdClassName
{
border-color: #2964BA;
}
.TagClassName
{
border-color: #2964BA;
}
</style>