Shades of Denim #2D70CB
Tints of Denim #2D70CB
RGB
CMYK
RGB Variations
Color information
#2D70CB (or 0x2D70CB) is known color: Denim. HEX triplet: 2D, 70 and CB. RGB value is (45,112,203). Sum of RGB (Red+Green+Blue) = 45+112+203=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D70CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D70CB is #D28F34. Grayscale: #656565. Windows color (decimal): -13799221 or 13332525. OLE color: 13332525.
HSL color Cylindrical-coordinate representation of color #2D70CB: hue angle of 214.56º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D70CB is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 112 | 203 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.20 |
| HSL | 214.56º | 0.64% | 0.49% | - |
| HSV(B) | 214.56º | 0.78% | 0.8% | - |
| XYZ | 17.66 | 16.46 | 58.75 | - |
| YUV | 102.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 203 | 0.78 | 0.45 | 0 | 0.20 | 214.56 | 0.64 | 0.49 |
| Hex | 2D | 70 | CB | 4E | 2D | 0 | 14 | D7 | 40 | 31 |
| Octal | 55 | 160 | 313 | 116 | 55 | 0 | 24 | 327 | 100 | 61 |
| Binary | 101101 | 1110000 | 11001011 | 1001110 | 101101 | 0 | 10100 | 11010111 | 1000000 | 110001 |
Color Harmonies of #2D70CB
Complementary color
Monochromatic Colors of #2D70CB
Black with #2D70CB
Text Example
Text Example
White with #2D70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D70CB; }
p { color: rgb(45,112,203); }
H1.HeaderClassName
{
color: #2D70CB;
}
.AnyTagClassName
{
color: #2D70CB;
}
</style>
background-color css
<style>
a { background-color: #2D70CB; }
a { background-color: rgb(45,112,203); }
div.DivClassName
{
background-color: #2D70CB;
}
.BgClassName
{
background-color: #2D70CB;
}
</style>
border-color css
<style>
span { border-color: #2D70CB; }
span { border-color: rgb(45,112,203); }
td.TdClassName
{
border-color: #2D70CB;
}
.TagClassName
{
border-color: #2D70CB;
}
</style>