Shades of Denim #2E6CBC
Tints of Denim #2E6CBC
RGB
CMYK
RGB Variations
Color information
#2E6CBC (or 0x2E6CBC) is known color: Denim. HEX triplet: 2E, 6C and BC. RGB value is (46,108,188). Sum of RGB (Red+Green+Blue) = 46+108+188=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E6CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CBC is #D19343. Grayscale: #626262. Windows color (decimal): -13734724 or 12348462. OLE color: 12348462.
HSL color Cylindrical-coordinate representation of color #2E6CBC: hue angle of 213.8º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E6CBC is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 108 | 188 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.26 |
| HSL | 213.8º | 0.61% | 0.46% | - |
| HSV(B) | 213.8º | 0.76% | 0.74% | - |
| XYZ | 15.57 | 14.94 | 49.64 | - |
| YUV | 98.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 108 | 188 | 0.76 | 0.43 | 0 | 0.26 | 213.8 | 0.61 | 0.46 |
| Hex | 2E | 6C | BC | 4C | 2B | 0 | 1A | D6 | 3D | 2E |
| Octal | 56 | 154 | 274 | 114 | 53 | 0 | 32 | 326 | 75 | 56 |
| Binary | 101110 | 1101100 | 10111100 | 1001100 | 101011 | 0 | 11010 | 11010110 | 111101 | 101110 |
Color Harmonies of #2E6CBC
Complementary color
Monochromatic Colors of #2E6CBC
Black with #2E6CBC
Text Example
Text Example
White with #2E6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6CBC; }
p { color: rgb(46,108,188); }
H1.HeaderClassName
{
color: #2E6CBC;
}
.AnyTagClassName
{
color: #2E6CBC;
}
</style>
background-color css
<style>
a { background-color: #2E6CBC; }
a { background-color: rgb(46,108,188); }
div.DivClassName
{
background-color: #2E6CBC;
}
.BgClassName
{
background-color: #2E6CBC;
}
</style>
border-color css
<style>
span { border-color: #2E6CBC; }
span { border-color: rgb(46,108,188); }
td.TdClassName
{
border-color: #2E6CBC;
}
.TagClassName
{
border-color: #2E6CBC;
}
</style>