Shades of Denim #2964BB
Tints of Denim #2964BB
RGB
CMYK
RGB Variations
Color information
#2964BB (or 0x2964BB) is known color: Denim. HEX triplet: 29, 64 and BB. RGB value is (41,100,187). Sum of RGB (Red+Green+Blue) = 41+100+187=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #2964BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964BB is #D69B44. Grayscale: #5B5B5B. Windows color (decimal): -14064453 or 12280873. OLE color: 12280873.
HSL color Cylindrical-coordinate representation of color #2964BB: hue angle of 215.75º 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 #2964BB is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 100 | 187 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.27 |
| HSL | 215.75º | 0.64% | 0.45% | - |
| HSV(B) | 215.75º | 0.78% | 0.73% | - |
| XYZ | 14.44 | 13.17 | 48.8 | - |
| YUV | 92.28 | 181.45 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 187 | 0.78 | 0.47 | 0 | 0.27 | 215.75 | 0.64 | 0.45 |
| Hex | 29 | 64 | BB | 4E | 2F | 0 | 1B | D8 | 40 | 2D |
| Octal | 51 | 144 | 273 | 116 | 57 | 0 | 33 | 330 | 100 | 55 |
| Binary | 101001 | 1100100 | 10111011 | 1001110 | 101111 | 0 | 11011 | 11011000 | 1000000 | 101101 |
Color Harmonies of #2964BB
Complementary color
Monochromatic Colors of #2964BB
Black with #2964BB
Text Example
Text Example
White with #2964BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2964BB; }
p { color: rgb(41,100,187); }
H1.HeaderClassName
{
color: #2964BB;
}
.AnyTagClassName
{
color: #2964BB;
}
</style>
background-color css
<style>
a { background-color: #2964BB; }
a { background-color: rgb(41,100,187); }
div.DivClassName
{
background-color: #2964BB;
}
.BgClassName
{
background-color: #2964BB;
}
</style>
border-color css
<style>
span { border-color: #2964BB; }
span { border-color: rgb(41,100,187); }
td.TdClassName
{
border-color: #2964BB;
}
.TagClassName
{
border-color: #2964BB;
}
</style>