Shades of Denim #2A6CBC
Tints of Denim #2A6CBC
RGB
CMYK
RGB Variations
Color information
#2A6CBC (or 0x2A6CBC) is known color: Denim. HEX triplet: 2A, 6C and BC. RGB value is (42,108,188). Sum of RGB (Red+Green+Blue) = 42+108+188=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A6CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6CBC is #D59343. Grayscale: #616161. Windows color (decimal): -13996868 or 12348458. OLE color: 12348458.
HSL color Cylindrical-coordinate representation of color #2A6CBC: hue angle of 212.88º 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 #2A6CBC is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 108 | 188 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.26 |
| HSL | 212.88º | 0.63% | 0.45% | - |
| HSV(B) | 212.88º | 0.78% | 0.74% | - |
| XYZ | 15.39 | 14.85 | 49.63 | - |
| YUV | 97.39 | 179.13 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 188 | 0.78 | 0.43 | 0 | 0.26 | 212.88 | 0.63 | 0.45 |
| Hex | 2A | 6C | BC | 4E | 2B | 0 | 1A | D5 | 3F | 2D |
| Octal | 52 | 154 | 274 | 116 | 53 | 0 | 32 | 325 | 77 | 55 |
| Binary | 101010 | 1101100 | 10111100 | 1001110 | 101011 | 0 | 11010 | 11010101 | 111111 | 101101 |
Color Harmonies of #2A6CBC
Complementary color
Monochromatic Colors of #2A6CBC
Black with #2A6CBC
Text Example
Text Example
White with #2A6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6CBC; }
p { color: rgb(42,108,188); }
H1.HeaderClassName
{
color: #2A6CBC;
}
.AnyTagClassName
{
color: #2A6CBC;
}
</style>
background-color css
<style>
a { background-color: #2A6CBC; }
a { background-color: rgb(42,108,188); }
div.DivClassName
{
background-color: #2A6CBC;
}
.BgClassName
{
background-color: #2A6CBC;
}
</style>
border-color css
<style>
span { border-color: #2A6CBC; }
span { border-color: rgb(42,108,188); }
td.TdClassName
{
border-color: #2A6CBC;
}
.TagClassName
{
border-color: #2A6CBC;
}
</style>