Shades of Denim #2E70CA
Tints of Denim #2E70CA
RGB
CMYK
RGB Variations
Color information
#2E70CA (or 0x2E70CA) is known color: Denim. HEX triplet: 2E, 70 and CA. RGB value is (46,112,202). Sum of RGB (Red+Green+Blue) = 46+112+202=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E70CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E70CA is #D18F35. Grayscale: #666666. Windows color (decimal): -13733686 or 13266990. OLE color: 13266990.
HSL color Cylindrical-coordinate representation of color #2E70CA: hue angle of 214.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E70CA is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 112 | 202 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.21 |
| HSL | 214.62º | 0.63% | 0.49% | - |
| HSV(B) | 214.62º | 0.77% | 0.79% | - |
| XYZ | 17.58 | 16.43 | 58.12 | - |
| YUV | 102.53 | 184.13 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 112 | 202 | 0.77 | 0.45 | 0 | 0.21 | 214.62 | 0.63 | 0.49 |
| Hex | 2E | 70 | CA | 4D | 2D | 0 | 15 | D7 | 3F | 31 |
| Octal | 56 | 160 | 312 | 115 | 55 | 0 | 25 | 327 | 77 | 61 |
| Binary | 101110 | 1110000 | 11001010 | 1001101 | 101101 | 0 | 10101 | 11010111 | 111111 | 110001 |
Color Harmonies of #2E70CA
Complementary color
Monochromatic Colors of #2E70CA
Black with #2E70CA
Text Example
Text Example
White with #2E70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E70CA; }
p { color: rgb(46,112,202); }
H1.HeaderClassName
{
color: #2E70CA;
}
.AnyTagClassName
{
color: #2E70CA;
}
</style>
background-color css
<style>
a { background-color: #2E70CA; }
a { background-color: rgb(46,112,202); }
div.DivClassName
{
background-color: #2E70CA;
}
.BgClassName
{
background-color: #2E70CA;
}
</style>
border-color css
<style>
span { border-color: #2E70CA; }
span { border-color: rgb(46,112,202); }
td.TdClassName
{
border-color: #2E70CA;
}
.TagClassName
{
border-color: #2E70CA;
}
</style>