Shades of Denim #2A6FBA
Tints of Denim #2A6FBA
RGB
CMYK
RGB Variations
Color information
#2A6FBA (or 0x2A6FBA) is known color: Denim. HEX triplet: 2A, 6F and BA. RGB value is (42,111,186). Sum of RGB (Red+Green+Blue) = 42+111+186=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A6FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6FBA is #D59045. Grayscale: #626262. Windows color (decimal): -13996102 or 12218154. OLE color: 12218154.
HSL color Cylindrical-coordinate representation of color #2A6FBA: hue angle of 211.25º 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 #2A6FBA is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 111 | 186 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.27 |
| HSL | 211.25º | 0.63% | 0.45% | - |
| HSV(B) | 211.25º | 0.77% | 0.73% | - |
| XYZ | 15.5 | 15.41 | 48.61 | - |
| YUV | 98.92 | 177.14 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 186 | 0.77 | 0.40 | 0 | 0.27 | 211.25 | 0.63 | 0.45 |
| Hex | 2A | 6F | BA | 4D | 28 | 0 | 1B | D3 | 3F | 2D |
| Octal | 52 | 157 | 272 | 115 | 50 | 0 | 33 | 323 | 77 | 55 |
| Binary | 101010 | 1101111 | 10111010 | 1001101 | 101000 | 0 | 11011 | 11010011 | 111111 | 101101 |
Color Harmonies of #2A6FBA
Complementary color
Monochromatic Colors of #2A6FBA
Black with #2A6FBA
Text Example
Text Example
White with #2A6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6FBA; }
p { color: rgb(42,111,186); }
H1.HeaderClassName
{
color: #2A6FBA;
}
.AnyTagClassName
{
color: #2A6FBA;
}
</style>
background-color css
<style>
a { background-color: #2A6FBA; }
a { background-color: rgb(42,111,186); }
div.DivClassName
{
background-color: #2A6FBA;
}
.BgClassName
{
background-color: #2A6FBA;
}
</style>
border-color css
<style>
span { border-color: #2A6FBA; }
span { border-color: rgb(42,111,186); }
td.TdClassName
{
border-color: #2A6FBA;
}
.TagClassName
{
border-color: #2A6FBA;
}
</style>