Shades of Denim #2964B5
Tints of Denim #2964B5
RGB
CMYK
RGB Variations
Color information
#2964B5 (or 0x2964B5) is known color: Denim. HEX triplet: 29, 64 and B5. RGB value is (41,100,181). Sum of RGB (Red+Green+Blue) = 41+100+181=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #2964B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964B5 is #D69B4A. Grayscale: #5B5B5B. Windows color (decimal): -14064459 or 11887657. OLE color: 11887657.
HSL color Cylindrical-coordinate representation of color #2964B5: hue angle of 214.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2964B5 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 100 | 181 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.29 |
| HSL | 214.71º | 0.63% | 0.44% | - |
| HSV(B) | 214.71º | 0.77% | 0.71% | - |
| XYZ | 13.81 | 12.92 | 45.48 | - |
| YUV | 91.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 181 | 0.77 | 0.45 | 0 | 0.29 | 214.71 | 0.63 | 0.44 |
| Hex | 29 | 64 | B5 | 4D | 2D | 0 | 1D | D7 | 3F | 2C |
| Octal | 51 | 144 | 265 | 115 | 55 | 0 | 35 | 327 | 77 | 54 |
| Binary | 101001 | 1100100 | 10110101 | 1001101 | 101101 | 0 | 11101 | 11010111 | 111111 | 101100 |
Color Harmonies of #2964B5
Complementary color
Monochromatic Colors of #2964B5
Black with #2964B5
Text Example
Text Example
White with #2964B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2964B5; }
p { color: rgb(41,100,181); }
H1.HeaderClassName
{
color: #2964B5;
}
.AnyTagClassName
{
color: #2964B5;
}
</style>
background-color css
<style>
a { background-color: #2964B5; }
a { background-color: rgb(41,100,181); }
div.DivClassName
{
background-color: #2964B5;
}
.BgClassName
{
background-color: #2964B5;
}
</style>
border-color css
<style>
span { border-color: #2964B5; }
span { border-color: rgb(41,100,181); }
td.TdClassName
{
border-color: #2964B5;
}
.TagClassName
{
border-color: #2964B5;
}
</style>