Shades of Denim #2D70C1
Tints of Denim #2D70C1
RGB
CMYK
RGB Variations
Color information
#2D70C1 (or 0x2D70C1) is known color: Denim. HEX triplet: 2D, 70 and C1. RGB value is (45,112,193). Sum of RGB (Red+Green+Blue) = 45+112+193=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D70C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D70C1 is #D28F3E. Grayscale: #646464. Windows color (decimal): -13799231 or 12677165. OLE color: 12677165.
HSL color Cylindrical-coordinate representation of color #2D70C1: hue angle of 212.84º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D70C1 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 112 | 193 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.24 |
| HSL | 212.84º | 0.62% | 0.47% | - |
| HSV(B) | 212.84º | 0.77% | 0.76% | - |
| XYZ | 16.5 | 16 | 52.67 | - |
| YUV | 101.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 193 | 0.77 | 0.42 | 0 | 0.24 | 212.84 | 0.62 | 0.47 |
| Hex | 2D | 70 | C1 | 4D | 2A | 0 | 18 | D5 | 3E | 2F |
| Octal | 55 | 160 | 301 | 115 | 52 | 0 | 30 | 325 | 76 | 57 |
| Binary | 101101 | 1110000 | 11000001 | 1001101 | 101010 | 0 | 11000 | 11010101 | 111110 | 101111 |
Color Harmonies of #2D70C1
Complementary color
Monochromatic Colors of #2D70C1
Black with #2D70C1
Text Example
Text Example
White with #2D70C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D70C1; }
p { color: rgb(45,112,193); }
H1.HeaderClassName
{
color: #2D70C1;
}
.AnyTagClassName
{
color: #2D70C1;
}
</style>
background-color css
<style>
a { background-color: #2D70C1; }
a { background-color: rgb(45,112,193); }
div.DivClassName
{
background-color: #2D70C1;
}
.BgClassName
{
background-color: #2D70C1;
}
</style>
border-color css
<style>
span { border-color: #2D70C1; }
span { border-color: rgb(45,112,193); }
td.TdClassName
{
border-color: #2D70C1;
}
.TagClassName
{
border-color: #2D70C1;
}
</style>