Shades of Denim #2964BE
Tints of Denim #2964BE
RGB
CMYK
RGB Variations
Color information
#2964BE (or 0x2964BE) is known color: Denim. HEX triplet: 29, 64 and BE. RGB value is (41,100,190). Sum of RGB (Red+Green+Blue) = 41+100+190=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #2964BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964BE is #D69B41. Grayscale: #5C5C5C. Windows color (decimal): -14064450 or 12477481. OLE color: 12477481.
HSL color Cylindrical-coordinate representation of color #2964BE: hue angle of 216.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2964BE is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 100 | 190 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.25 |
| HSL | 216.24º | 0.65% | 0.45% | - |
| HSV(B) | 216.24º | 0.78% | 0.75% | - |
| XYZ | 14.77 | 13.3 | 50.5 | - |
| YUV | 92.62 | 182.95 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 190 | 0.78 | 0.47 | 0 | 0.25 | 216.24 | 0.65 | 0.45 |
| Hex | 29 | 64 | BE | 4E | 2F | 0 | 19 | D8 | 41 | 2D |
| Octal | 51 | 144 | 276 | 116 | 57 | 0 | 31 | 330 | 101 | 55 |
| Binary | 101001 | 1100100 | 10111110 | 1001110 | 101111 | 0 | 11001 | 11011000 | 1000001 | 101101 |
Color Harmonies of #2964BE
Complementary color
Monochromatic Colors of #2964BE
Black with #2964BE
Text Example
Text Example
White with #2964BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2964BE; }
p { color: rgb(41,100,190); }
H1.HeaderClassName
{
color: #2964BE;
}
.AnyTagClassName
{
color: #2964BE;
}
</style>
background-color css
<style>
a { background-color: #2964BE; }
a { background-color: rgb(41,100,190); }
div.DivClassName
{
background-color: #2964BE;
}
.BgClassName
{
background-color: #2964BE;
}
</style>
border-color css
<style>
span { border-color: #2964BE; }
span { border-color: rgb(41,100,190); }
td.TdClassName
{
border-color: #2964BE;
}
.TagClassName
{
border-color: #2964BE;
}
</style>