Shades of Denim #2A6FBC
Tints of Denim #2A6FBC
RGB
CMYK
RGB Variations
Color information
#2A6FBC (or 0x2A6FBC) is known color: Denim. HEX triplet: 2A, 6F and BC. RGB value is (42,111,188). Sum of RGB (Red+Green+Blue) = 42+111+188=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A6FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6FBC is #D59043. Grayscale: #626262. Windows color (decimal): -13996100 or 12349226. OLE color: 12349226.
HSL color Cylindrical-coordinate representation of color #2A6FBC: hue angle of 211.64º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A6FBC is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 111 | 188 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.26 |
| HSL | 211.64º | 0.63% | 0.45% | - |
| HSV(B) | 211.64º | 0.78% | 0.74% | - |
| XYZ | 15.72 | 15.49 | 49.74 | - |
| YUV | 99.15 | 178.14 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 188 | 0.78 | 0.41 | 0 | 0.26 | 211.64 | 0.63 | 0.45 |
| Hex | 2A | 6F | BC | 4E | 29 | 0 | 1A | D4 | 3F | 2D |
| Octal | 52 | 157 | 274 | 116 | 51 | 0 | 32 | 324 | 77 | 55 |
| Binary | 101010 | 1101111 | 10111100 | 1001110 | 101001 | 0 | 11010 | 11010100 | 111111 | 101101 |
Color Harmonies of #2A6FBC
Complementary color
Monochromatic Colors of #2A6FBC
Black with #2A6FBC
Text Example
Text Example
White with #2A6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6FBC; }
p { color: rgb(42,111,188); }
H1.HeaderClassName
{
color: #2A6FBC;
}
.AnyTagClassName
{
color: #2A6FBC;
}
</style>
background-color css
<style>
a { background-color: #2A6FBC; }
a { background-color: rgb(42,111,188); }
div.DivClassName
{
background-color: #2A6FBC;
}
.BgClassName
{
background-color: #2A6FBC;
}
</style>
border-color css
<style>
span { border-color: #2A6FBC; }
span { border-color: rgb(42,111,188); }
td.TdClassName
{
border-color: #2A6FBC;
}
.TagClassName
{
border-color: #2A6FBC;
}
</style>