Shades of Denim #2966BF
Tints of Denim #2966BF
RGB
CMYK
RGB Variations
Color information
#2966BF (or 0x2966BF) is known color: Denim. HEX triplet: 29, 66 and BF. RGB value is (41,102,191). Sum of RGB (Red+Green+Blue) = 41+102+191=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #2966BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2966BF is #D69940. Grayscale: #5D5D5D. Windows color (decimal): -14063937 or 12543529. OLE color: 12543529.
HSL color Cylindrical-coordinate representation of color #2966BF: hue angle of 215.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2966BF is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 102 | 191 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.25 |
| HSL | 215.6º | 0.65% | 0.45% | - |
| HSV(B) | 215.6º | 0.79% | 0.75% | - |
| XYZ | 15.07 | 13.74 | 51.15 | - |
| YUV | 93.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 191 | 0.79 | 0.47 | 0 | 0.25 | 215.6 | 0.65 | 0.45 |
| Hex | 29 | 66 | BF | 4F | 2F | 0 | 19 | D8 | 41 | 2D |
| Octal | 51 | 146 | 277 | 117 | 57 | 0 | 31 | 330 | 101 | 55 |
| Binary | 101001 | 1100110 | 10111111 | 1001111 | 101111 | 0 | 11001 | 11011000 | 1000001 | 101101 |
Color Harmonies of #2966BF
Complementary color
Monochromatic Colors of #2966BF
Black with #2966BF
Text Example
Text Example
White with #2966BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2966BF; }
p { color: rgb(41,102,191); }
H1.HeaderClassName
{
color: #2966BF;
}
.AnyTagClassName
{
color: #2966BF;
}
</style>
background-color css
<style>
a { background-color: #2966BF; }
a { background-color: rgb(41,102,191); }
div.DivClassName
{
background-color: #2966BF;
}
.BgClassName
{
background-color: #2966BF;
}
</style>
border-color css
<style>
span { border-color: #2966BF; }
span { border-color: rgb(41,102,191); }
td.TdClassName
{
border-color: #2966BF;
}
.TagClassName
{
border-color: #2966BF;
}
</style>