Shades of Denim #2A6DC9
Tints of Denim #2A6DC9
RGB
CMYK
RGB Variations
Color information
#2A6DC9 (or 0x2A6DC9) is known color: Denim. HEX triplet: 2A, 6D and C9. RGB value is (42,109,201). Sum of RGB (Red+Green+Blue) = 42+109+201=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #2A6DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6DC9 is #D59236. Grayscale: #636363. Windows color (decimal): -13996599 or 13200682. OLE color: 13200682.
HSL color Cylindrical-coordinate representation of color #2A6DC9: hue angle of 214.72º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A6DC9 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 109 | 201 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.21 |
| HSL | 214.72º | 0.65% | 0.48% | - |
| HSV(B) | 214.72º | 0.79% | 0.79% | - |
| XYZ | 16.97 | 15.65 | 57.38 | - |
| YUV | 99.46 | 185.3 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 201 | 0.79 | 0.46 | 0 | 0.21 | 214.72 | 0.65 | 0.48 |
| Hex | 2A | 6D | C9 | 4F | 2E | 0 | 15 | D7 | 41 | 30 |
| Octal | 52 | 155 | 311 | 117 | 56 | 0 | 25 | 327 | 101 | 60 |
| Binary | 101010 | 1101101 | 11001001 | 1001111 | 101110 | 0 | 10101 | 11010111 | 1000001 | 110000 |
Color Harmonies of #2A6DC9
Complementary color
Monochromatic Colors of #2A6DC9
Black with #2A6DC9
Text Example
Text Example
White with #2A6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6DC9; }
p { color: rgb(42,109,201); }
H1.HeaderClassName
{
color: #2A6DC9;
}
.AnyTagClassName
{
color: #2A6DC9;
}
</style>
background-color css
<style>
a { background-color: #2A6DC9; }
a { background-color: rgb(42,109,201); }
div.DivClassName
{
background-color: #2A6DC9;
}
.BgClassName
{
background-color: #2A6DC9;
}
</style>
border-color css
<style>
span { border-color: #2A6DC9; }
span { border-color: rgb(42,109,201); }
td.TdClassName
{
border-color: #2A6DC9;
}
.TagClassName
{
border-color: #2A6DC9;
}
</style>