Shades of Denim #2A6ABB
Tints of Denim #2A6ABB
RGB
CMYK
RGB Variations
Color information
#2A6ABB (or 0x2A6ABB) is known color: Denim. HEX triplet: 2A, 6A and BB. RGB value is (42,106,187). Sum of RGB (Red+Green+Blue) = 42+106+187=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A6ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6ABB is #D59544. Grayscale: #5F5F5F. Windows color (decimal): -13997381 or 12282410. OLE color: 12282410.
HSL color Cylindrical-coordinate representation of color #2A6ABB: hue angle of 213.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A6ABB is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 106 | 187 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.27 |
| HSL | 213.52º | 0.63% | 0.45% | - |
| HSV(B) | 213.52º | 0.78% | 0.73% | - |
| XYZ | 15.08 | 14.39 | 49 | - |
| YUV | 96.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 187 | 0.78 | 0.43 | 0 | 0.27 | 213.52 | 0.63 | 0.45 |
| Hex | 2A | 6A | BB | 4E | 2B | 0 | 1B | D6 | 3F | 2D |
| Octal | 52 | 152 | 273 | 116 | 53 | 0 | 33 | 326 | 77 | 55 |
| Binary | 101010 | 1101010 | 10111011 | 1001110 | 101011 | 0 | 11011 | 11010110 | 111111 | 101101 |
Color Harmonies of #2A6ABB
Complementary color
Monochromatic Colors of #2A6ABB
Black with #2A6ABB
Text Example
Text Example
White with #2A6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6ABB; }
p { color: rgb(42,106,187); }
H1.HeaderClassName
{
color: #2A6ABB;
}
.AnyTagClassName
{
color: #2A6ABB;
}
</style>
background-color css
<style>
a { background-color: #2A6ABB; }
a { background-color: rgb(42,106,187); }
div.DivClassName
{
background-color: #2A6ABB;
}
.BgClassName
{
background-color: #2A6ABB;
}
</style>
border-color css
<style>
span { border-color: #2A6ABB; }
span { border-color: rgb(42,106,187); }
td.TdClassName
{
border-color: #2A6ABB;
}
.TagClassName
{
border-color: #2A6ABB;
}
</style>