Shades of Denim #2D70BE
Tints of Denim #2D70BE
RGB
CMYK
RGB Variations
Color information
#2D70BE (or 0x2D70BE) is known color: Denim. HEX triplet: 2D, 70 and BE. RGB value is (45,112,190). Sum of RGB (Red+Green+Blue) = 45+112+190=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D70BE is #D28F41. Grayscale: #646464. Windows color (decimal): -13799234 or 12480557. OLE color: 12480557.
HSL color Cylindrical-coordinate representation of color #2D70BE: hue angle of 212.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D70BE is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 112 | 190 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.25 |
| HSL | 212.28º | 0.62% | 0.46% | - |
| HSV(B) | 212.28º | 0.76% | 0.75% | - |
| XYZ | 16.17 | 15.86 | 50.92 | - |
| YUV | 100.86 | 178.3 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 190 | 0.76 | 0.41 | 0 | 0.25 | 212.28 | 0.62 | 0.46 |
| Hex | 2D | 70 | BE | 4C | 29 | 0 | 19 | D4 | 3E | 2E |
| Octal | 55 | 160 | 276 | 114 | 51 | 0 | 31 | 324 | 76 | 56 |
| Binary | 101101 | 1110000 | 10111110 | 1001100 | 101001 | 0 | 11001 | 11010100 | 111110 | 101110 |
Color Harmonies of #2D70BE
Complementary color
Monochromatic Colors of #2D70BE
Black with #2D70BE
Text Example
Text Example
White with #2D70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D70BE; }
p { color: rgb(45,112,190); }
H1.HeaderClassName
{
color: #2D70BE;
}
.AnyTagClassName
{
color: #2D70BE;
}
</style>
background-color css
<style>
a { background-color: #2D70BE; }
a { background-color: rgb(45,112,190); }
div.DivClassName
{
background-color: #2D70BE;
}
.BgClassName
{
background-color: #2D70BE;
}
</style>
border-color css
<style>
span { border-color: #2D70BE; }
span { border-color: rgb(45,112,190); }
td.TdClassName
{
border-color: #2D70BE;
}
.TagClassName
{
border-color: #2D70BE;
}
</style>