Shades of Denim #2D6DC0
Tints of Denim #2D6DC0
RGB
CMYK
RGB Variations
Color information
#2D6DC0 (or 0x2D6DC0) is known color: Denim. HEX triplet: 2D, 6D and C0. RGB value is (45,109,192). Sum of RGB (Red+Green+Blue) = 45+109+192=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #2D6DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6DC0 is #D2923F. Grayscale: #626262. Windows color (decimal): -13800000 or 12610861. OLE color: 12610861.
HSL color Cylindrical-coordinate representation of color #2D6DC0: hue angle of 213.88º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D6DC0 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 109 | 192 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.25 |
| HSL | 213.88º | 0.62% | 0.46% | - |
| HSV(B) | 213.88º | 0.77% | 0.75% | - |
| XYZ | 16.07 | 15.3 | 51.98 | - |
| YUV | 99.33 | 180.3 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 109 | 192 | 0.77 | 0.43 | 0 | 0.25 | 213.88 | 0.62 | 0.46 |
| Hex | 2D | 6D | C0 | 4D | 2B | 0 | 19 | D6 | 3E | 2E |
| Octal | 55 | 155 | 300 | 115 | 53 | 0 | 31 | 326 | 76 | 56 |
| Binary | 101101 | 1101101 | 11000000 | 1001101 | 101011 | 0 | 11001 | 11010110 | 111110 | 101110 |
Color Harmonies of #2D6DC0
Complementary color
Monochromatic Colors of #2D6DC0
Black with #2D6DC0
Text Example
Text Example
White with #2D6DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6DC0; }
p { color: rgb(45,109,192); }
H1.HeaderClassName
{
color: #2D6DC0;
}
.AnyTagClassName
{
color: #2D6DC0;
}
</style>
background-color css
<style>
a { background-color: #2D6DC0; }
a { background-color: rgb(45,109,192); }
div.DivClassName
{
background-color: #2D6DC0;
}
.BgClassName
{
background-color: #2D6DC0;
}
</style>
border-color css
<style>
span { border-color: #2D6DC0; }
span { border-color: rgb(45,109,192); }
td.TdClassName
{
border-color: #2D6DC0;
}
.TagClassName
{
border-color: #2D6DC0;
}
</style>