Shades of Denim #2969BA
Tints of Denim #2969BA
RGB
CMYK
RGB Variations
Color information
#2969BA (or 0x2969BA) is known color: Denim. HEX triplet: 29, 69 and BA. RGB value is (41,105,186). Sum of RGB (Red+Green+Blue) = 41+105+186=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #2969BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2969BA is #D69645. Grayscale: #5E5E5E. Windows color (decimal): -14063174 or 12216617. OLE color: 12216617.
HSL color Cylindrical-coordinate representation of color #2969BA: hue angle of 213.52º 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 #2969BA is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 105 | 186 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.27 |
| HSL | 213.52º | 0.64% | 0.45% | - |
| HSV(B) | 213.52º | 0.78% | 0.73% | - |
| XYZ | 14.83 | 14.12 | 48.4 | - |
| YUV | 95.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 105 | 186 | 0.78 | 0.44 | 0 | 0.27 | 213.52 | 0.64 | 0.45 |
| Hex | 29 | 69 | BA | 4E | 2C | 0 | 1B | D6 | 40 | 2D |
| Octal | 51 | 151 | 272 | 116 | 54 | 0 | 33 | 326 | 100 | 55 |
| Binary | 101001 | 1101001 | 10111010 | 1001110 | 101100 | 0 | 11011 | 11010110 | 1000000 | 101101 |
Color Harmonies of #2969BA
Complementary color
Monochromatic Colors of #2969BA
Black with #2969BA
Text Example
Text Example
White with #2969BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2969BA; }
p { color: rgb(41,105,186); }
H1.HeaderClassName
{
color: #2969BA;
}
.AnyTagClassName
{
color: #2969BA;
}
</style>
background-color css
<style>
a { background-color: #2969BA; }
a { background-color: rgb(41,105,186); }
div.DivClassName
{
background-color: #2969BA;
}
.BgClassName
{
background-color: #2969BA;
}
</style>
border-color css
<style>
span { border-color: #2969BA; }
span { border-color: rgb(41,105,186); }
td.TdClassName
{
border-color: #2969BA;
}
.TagClassName
{
border-color: #2969BA;
}
</style>