Shades of Denim #2965BB
Tints of Denim #2965BB
RGB
CMYK
RGB Variations
Color information
#2965BB (or 0x2965BB) is known color: Denim. HEX triplet: 29, 65 and BB. RGB value is (41,101,187). Sum of RGB (Red+Green+Blue) = 41+101+187=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #2965BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2965BB is #D69A44. Grayscale: #5C5C5C. Windows color (decimal): -14064197 or 12281129. OLE color: 12281129.
HSL color Cylindrical-coordinate representation of color #2965BB: hue angle of 215.34º 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 #2965BB is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 101 | 187 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.27 |
| HSL | 215.34º | 0.64% | 0.45% | - |
| HSV(B) | 215.34º | 0.78% | 0.73% | - |
| XYZ | 14.54 | 13.37 | 48.83 | - |
| YUV | 92.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 187 | 0.78 | 0.46 | 0 | 0.27 | 215.34 | 0.64 | 0.45 |
| Hex | 29 | 65 | BB | 4E | 2E | 0 | 1B | D7 | 40 | 2D |
| Octal | 51 | 145 | 273 | 116 | 56 | 0 | 33 | 327 | 100 | 55 |
| Binary | 101001 | 1100101 | 10111011 | 1001110 | 101110 | 0 | 11011 | 11010111 | 1000000 | 101101 |
Color Harmonies of #2965BB
Complementary color
Monochromatic Colors of #2965BB
Black with #2965BB
Text Example
Text Example
White with #2965BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2965BB; }
p { color: rgb(41,101,187); }
H1.HeaderClassName
{
color: #2965BB;
}
.AnyTagClassName
{
color: #2965BB;
}
</style>
background-color css
<style>
a { background-color: #2965BB; }
a { background-color: rgb(41,101,187); }
div.DivClassName
{
background-color: #2965BB;
}
.BgClassName
{
background-color: #2965BB;
}
</style>
border-color css
<style>
span { border-color: #2965BB; }
span { border-color: rgb(41,101,187); }
td.TdClassName
{
border-color: #2965BB;
}
.TagClassName
{
border-color: #2965BB;
}
</style>