Shades of Denim #2C69C1
Tints of Denim #2C69C1
RGB
CMYK
RGB Variations
Color information
#2C69C1 (or 0x2C69C1) is known color: Denim. HEX triplet: 2C, 69 and C1. RGB value is (44,105,193). Sum of RGB (Red+Green+Blue) = 44+105+193=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C69C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C69C1 is #D3963E. Grayscale: #606060. Windows color (decimal): -13866559 or 12675372. OLE color: 12675372.
HSL color Cylindrical-coordinate representation of color #2C69C1: hue angle of 215.44º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C69C1 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 105 | 193 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.24 |
| HSL | 215.44º | 0.63% | 0.46% | - |
| HSV(B) | 215.44º | 0.77% | 0.76% | - |
| XYZ | 15.72 | 14.49 | 52.42 | - |
| YUV | 96.79 | 182.29 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 193 | 0.77 | 0.46 | 0 | 0.24 | 215.44 | 0.63 | 0.46 |
| Hex | 2C | 69 | C1 | 4D | 2E | 0 | 18 | D7 | 3F | 2E |
| Octal | 54 | 151 | 301 | 115 | 56 | 0 | 30 | 327 | 77 | 56 |
| Binary | 101100 | 1101001 | 11000001 | 1001101 | 101110 | 0 | 11000 | 11010111 | 111111 | 101110 |
Color Harmonies of #2C69C1
Complementary color
Monochromatic Colors of #2C69C1
Black with #2C69C1
Text Example
Text Example
White with #2C69C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C69C1; }
p { color: rgb(44,105,193); }
H1.HeaderClassName
{
color: #2C69C1;
}
.AnyTagClassName
{
color: #2C69C1;
}
</style>
background-color css
<style>
a { background-color: #2C69C1; }
a { background-color: rgb(44,105,193); }
div.DivClassName
{
background-color: #2C69C1;
}
.BgClassName
{
background-color: #2C69C1;
}
</style>
border-color css
<style>
span { border-color: #2C69C1; }
span { border-color: rgb(44,105,193); }
td.TdClassName
{
border-color: #2C69C1;
}
.TagClassName
{
border-color: #2C69C1;
}
</style>