Shades of Denim #2079C3
Tints of Denim #2079C3
RGB
CMYK
RGB Variations
Color information
#2079C3 (or 0x2079C3) is known color: Denim. HEX triplet: 20, 79 and C3. RGB value is (32,121,195). Sum of RGB (Red+Green+Blue) = 32+121+195=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 195 (76.56% from 255 or 56.03% from 348); Max value from RGB is 195 - color contains mainly: blue. Hex color #2079C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079C3 is #DF863C. Grayscale: #666666. Windows color (decimal): -14648893 or 12810528. OLE color: 12810528.
HSL color Cylindrical-coordinate representation of color #2079C3: hue angle of 207.24º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2079C3 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 121 | 195 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.24 |
| HSL | 207.24º | 0.72% | 0.45% | - |
| HSV(B) | 207.24º | 0.84% | 0.76% | - |
| XYZ | 17.28 | 17.92 | 54.18 | - |
| YUV | 102.83 | 180.01 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 195 | 0.84 | 0.38 | 0 | 0.24 | 207.24 | 0.72 | 0.45 |
| Hex | 20 | 79 | C3 | 54 | 26 | 0 | 18 | CF | 48 | 2D |
| Octal | 40 | 171 | 303 | 124 | 46 | 0 | 30 | 317 | 110 | 55 |
| Binary | 100000 | 1111001 | 11000011 | 1010100 | 100110 | 0 | 11000 | 11001111 | 1001000 | 101101 |
Color Harmonies of #2079C3
Complementary color
Monochromatic Colors of #2079C3
Black with #2079C3
Text Example
Text Example
White with #2079C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079C3; }
p { color: rgb(32,121,195); }
H1.HeaderClassName
{
color: #2079C3;
}
.AnyTagClassName
{
color: #2079C3;
}
</style>
background-color css
<style>
a { background-color: #2079C3; }
a { background-color: rgb(32,121,195); }
div.DivClassName
{
background-color: #2079C3;
}
.BgClassName
{
background-color: #2079C3;
}
</style>
border-color css
<style>
span { border-color: #2079C3; }
span { border-color: rgb(32,121,195); }
td.TdClassName
{
border-color: #2079C3;
}
.TagClassName
{
border-color: #2079C3;
}
</style>