Shades of Denim #2A6DB9
Tints of Denim #2A6DB9
RGB
CMYK
RGB Variations
Color information
#2A6DB9 (or 0x2A6DB9) is known color: Denim. HEX triplet: 2A, 6D and B9. RGB value is (42,109,185). Sum of RGB (Red+Green+Blue) = 42+109+185=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A6DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6DB9 is #D59246. Grayscale: #616161. Windows color (decimal): -13996615 or 12152106. OLE color: 12152106.
HSL color Cylindrical-coordinate representation of color #2A6DB9: hue angle of 211.89º 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 #2A6DB9 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 109 | 185 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.27 |
| HSL | 211.89º | 0.63% | 0.45% | - |
| HSV(B) | 211.89º | 0.77% | 0.73% | - |
| XYZ | 15.18 | 14.93 | 47.98 | - |
| YUV | 97.63 | 177.3 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 185 | 0.77 | 0.41 | 0 | 0.27 | 211.89 | 0.63 | 0.45 |
| Hex | 2A | 6D | B9 | 4D | 29 | 0 | 1B | D4 | 3F | 2D |
| Octal | 52 | 155 | 271 | 115 | 51 | 0 | 33 | 324 | 77 | 55 |
| Binary | 101010 | 1101101 | 10111001 | 1001101 | 101001 | 0 | 11011 | 11010100 | 111111 | 101101 |
Color Harmonies of #2A6DB9
Complementary color
Monochromatic Colors of #2A6DB9
Black with #2A6DB9
Text Example
Text Example
White with #2A6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6DB9; }
p { color: rgb(42,109,185); }
H1.HeaderClassName
{
color: #2A6DB9;
}
.AnyTagClassName
{
color: #2A6DB9;
}
</style>
background-color css
<style>
a { background-color: #2A6DB9; }
a { background-color: rgb(42,109,185); }
div.DivClassName
{
background-color: #2A6DB9;
}
.BgClassName
{
background-color: #2A6DB9;
}
</style>
border-color css
<style>
span { border-color: #2A6DB9; }
span { border-color: rgb(42,109,185); }
td.TdClassName
{
border-color: #2A6DB9;
}
.TagClassName
{
border-color: #2A6DB9;
}
</style>