Shades of Denim #2A6DC1
Tints of Denim #2A6DC1
RGB
CMYK
RGB Variations
Color information
#2A6DC1 (or 0x2A6DC1) is known color: Denim. HEX triplet: 2A, 6D and C1. RGB value is (42,109,193). Sum of RGB (Red+Green+Blue) = 42+109+193=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A6DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6DC1 is #D5923E. Grayscale: #626262. Windows color (decimal): -13996607 or 12676394. OLE color: 12676394.
HSL color Cylindrical-coordinate representation of color #2A6DC1: hue angle of 213.38º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A6DC1 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 109 | 193 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.24 |
| HSL | 213.38º | 0.64% | 0.46% | - |
| HSV(B) | 213.38º | 0.78% | 0.76% | - |
| XYZ | 16.05 | 15.28 | 52.56 | - |
| YUV | 98.54 | 181.3 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 193 | 0.78 | 0.44 | 0 | 0.24 | 213.38 | 0.64 | 0.46 |
| Hex | 2A | 6D | C1 | 4E | 2C | 0 | 18 | D5 | 40 | 2E |
| Octal | 52 | 155 | 301 | 116 | 54 | 0 | 30 | 325 | 100 | 56 |
| Binary | 101010 | 1101101 | 11000001 | 1001110 | 101100 | 0 | 11000 | 11010101 | 1000000 | 101110 |
Color Harmonies of #2A6DC1
Complementary color
Monochromatic Colors of #2A6DC1
Black with #2A6DC1
Text Example
Text Example
White with #2A6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6DC1; }
p { color: rgb(42,109,193); }
H1.HeaderClassName
{
color: #2A6DC1;
}
.AnyTagClassName
{
color: #2A6DC1;
}
</style>
background-color css
<style>
a { background-color: #2A6DC1; }
a { background-color: rgb(42,109,193); }
div.DivClassName
{
background-color: #2A6DC1;
}
.BgClassName
{
background-color: #2A6DC1;
}
</style>
border-color css
<style>
span { border-color: #2A6DC1; }
span { border-color: rgb(42,109,193); }
td.TdClassName
{
border-color: #2A6DC1;
}
.TagClassName
{
border-color: #2A6DC1;
}
</style>