Shades of Denim #2968BA
Tints of Denim #2968BA
RGB
CMYK
RGB Variations
Color information
#2968BA (or 0x2968BA) is known color: Denim. HEX triplet: 29, 68 and BA. RGB value is (41,104,186). Sum of RGB (Red+Green+Blue) = 41+104+186=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #2968BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2968BA is #D69745. Grayscale: #5E5E5E. Windows color (decimal): -14063430 or 12216361. OLE color: 12216361.
HSL color Cylindrical-coordinate representation of color #2968BA: hue angle of 213.93º 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 #2968BA is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 104 | 186 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.27 |
| HSL | 213.93º | 0.64% | 0.45% | - |
| HSV(B) | 213.93º | 0.78% | 0.73% | - |
| XYZ | 14.73 | 13.92 | 48.36 | - |
| YUV | 94.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 186 | 0.78 | 0.44 | 0 | 0.27 | 213.93 | 0.64 | 0.45 |
| Hex | 29 | 68 | BA | 4E | 2C | 0 | 1B | D6 | 40 | 2D |
| Octal | 51 | 150 | 272 | 116 | 54 | 0 | 33 | 326 | 100 | 55 |
| Binary | 101001 | 1101000 | 10111010 | 1001110 | 101100 | 0 | 11011 | 11010110 | 1000000 | 101101 |
Color Harmonies of #2968BA
Complementary color
Monochromatic Colors of #2968BA
Black with #2968BA
Text Example
Text Example
White with #2968BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2968BA; }
p { color: rgb(41,104,186); }
H1.HeaderClassName
{
color: #2968BA;
}
.AnyTagClassName
{
color: #2968BA;
}
</style>
background-color css
<style>
a { background-color: #2968BA; }
a { background-color: rgb(41,104,186); }
div.DivClassName
{
background-color: #2968BA;
}
.BgClassName
{
background-color: #2968BA;
}
</style>
border-color css
<style>
span { border-color: #2968BA; }
span { border-color: rgb(41,104,186); }
td.TdClassName
{
border-color: #2968BA;
}
.TagClassName
{
border-color: #2968BA;
}
</style>