Shades of Denim #2966BC
Tints of Denim #2966BC
RGB
CMYK
RGB Variations
Color information
#2966BC (or 0x2966BC) is known color: Denim. HEX triplet: 29, 66 and BC. RGB value is (41,102,188). Sum of RGB (Red+Green+Blue) = 41+102+188=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #2966BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2966BC is #D69943. Grayscale: #5D5D5D. Windows color (decimal): -14063940 or 12346921. OLE color: 12346921.
HSL color Cylindrical-coordinate representation of color #2966BC: hue angle of 215.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2966BC is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 102 | 188 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.26 |
| HSL | 215.1º | 0.64% | 0.45% | - |
| HSV(B) | 215.1º | 0.78% | 0.74% | - |
| XYZ | 14.74 | 13.61 | 49.43 | - |
| YUV | 93.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 188 | 0.78 | 0.46 | 0 | 0.26 | 215.1 | 0.64 | 0.45 |
| Hex | 29 | 66 | BC | 4E | 2E | 0 | 1A | D7 | 40 | 2D |
| Octal | 51 | 146 | 274 | 116 | 56 | 0 | 32 | 327 | 100 | 55 |
| Binary | 101001 | 1100110 | 10111100 | 1001110 | 101110 | 0 | 11010 | 11010111 | 1000000 | 101101 |
Color Harmonies of #2966BC
Complementary color
Monochromatic Colors of #2966BC
Black with #2966BC
Text Example
Text Example
White with #2966BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2966BC; }
p { color: rgb(41,102,188); }
H1.HeaderClassName
{
color: #2966BC;
}
.AnyTagClassName
{
color: #2966BC;
}
</style>
background-color css
<style>
a { background-color: #2966BC; }
a { background-color: rgb(41,102,188); }
div.DivClassName
{
background-color: #2966BC;
}
.BgClassName
{
background-color: #2966BC;
}
</style>
border-color css
<style>
span { border-color: #2966BC; }
span { border-color: rgb(41,102,188); }
td.TdClassName
{
border-color: #2966BC;
}
.TagClassName
{
border-color: #2966BC;
}
</style>