Shades of Denim #2A70BA
Tints of Denim #2A70BA
RGB
CMYK
RGB Variations
Color information
#2A70BA (or 0x2A70BA) is known color: Denim. HEX triplet: 2A, 70 and BA. RGB value is (42,112,186). Sum of RGB (Red+Green+Blue) = 42+112+186=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A70BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A70BA is #D58F45. Grayscale: #636363. Windows color (decimal): -13995846 or 12218410. OLE color: 12218410.
HSL color Cylindrical-coordinate representation of color #2A70BA: hue angle of 210.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A70BA is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 112 | 186 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.27 |
| HSL | 210.83º | 0.63% | 0.45% | - |
| HSV(B) | 210.83º | 0.77% | 0.73% | - |
| XYZ | 15.61 | 15.63 | 48.65 | - |
| YUV | 99.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 186 | 0.77 | 0.40 | 0 | 0.27 | 210.83 | 0.63 | 0.45 |
| Hex | 2A | 70 | BA | 4D | 28 | 0 | 1B | D3 | 3F | 2D |
| Octal | 52 | 160 | 272 | 115 | 50 | 0 | 33 | 323 | 77 | 55 |
| Binary | 101010 | 1110000 | 10111010 | 1001101 | 101000 | 0 | 11011 | 11010011 | 111111 | 101101 |
Color Harmonies of #2A70BA
Complementary color
Monochromatic Colors of #2A70BA
Black with #2A70BA
Text Example
Text Example
White with #2A70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A70BA; }
p { color: rgb(42,112,186); }
H1.HeaderClassName
{
color: #2A70BA;
}
.AnyTagClassName
{
color: #2A70BA;
}
</style>
background-color css
<style>
a { background-color: #2A70BA; }
a { background-color: rgb(42,112,186); }
div.DivClassName
{
background-color: #2A70BA;
}
.BgClassName
{
background-color: #2A70BA;
}
</style>
border-color css
<style>
span { border-color: #2A70BA; }
span { border-color: rgb(42,112,186); }
td.TdClassName
{
border-color: #2A70BA;
}
.TagClassName
{
border-color: #2A70BA;
}
</style>