Shades of Denim #2965B5
Tints of Denim #2965B5
RGB
CMYK
RGB Variations
Color information
#2965B5 (or 0x2965B5) is known color: Denim. HEX triplet: 29, 65 and B5. RGB value is (41,101,181). Sum of RGB (Red+Green+Blue) = 41+101+181=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #2965B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2965B5 is #D69A4A. Grayscale: #5B5B5B. Windows color (decimal): -14064203 or 11887913. OLE color: 11887913.
HSL color Cylindrical-coordinate representation of color #2965B5: hue angle of 214.29º 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 #2965B5 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 101 | 181 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.29 |
| HSL | 214.29º | 0.63% | 0.44% | - |
| HSV(B) | 214.29º | 0.77% | 0.71% | - |
| XYZ | 13.91 | 13.11 | 45.51 | - |
| YUV | 92.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 181 | 0.77 | 0.44 | 0 | 0.29 | 214.29 | 0.63 | 0.44 |
| Hex | 29 | 65 | B5 | 4D | 2C | 0 | 1D | D6 | 3F | 2C |
| Octal | 51 | 145 | 265 | 115 | 54 | 0 | 35 | 326 | 77 | 54 |
| Binary | 101001 | 1100101 | 10110101 | 1001101 | 101100 | 0 | 11101 | 11010110 | 111111 | 101100 |
Color Harmonies of #2965B5
Complementary color
Monochromatic Colors of #2965B5
Black with #2965B5
Text Example
Text Example
White with #2965B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2965B5; }
p { color: rgb(41,101,181); }
H1.HeaderClassName
{
color: #2965B5;
}
.AnyTagClassName
{
color: #2965B5;
}
</style>
background-color css
<style>
a { background-color: #2965B5; }
a { background-color: rgb(41,101,181); }
div.DivClassName
{
background-color: #2965B5;
}
.BgClassName
{
background-color: #2965B5;
}
</style>
border-color css
<style>
span { border-color: #2965B5; }
span { border-color: rgb(41,101,181); }
td.TdClassName
{
border-color: #2965B5;
}
.TagClassName
{
border-color: #2965B5;
}
</style>