Shades of Denim #2E6DBD
Tints of Denim #2E6DBD
RGB
CMYK
RGB Variations
Color information
#2E6DBD (or 0x2E6DBD) is known color: Denim. HEX triplet: 2E, 6D and BD. RGB value is (46,109,189). Sum of RGB (Red+Green+Blue) = 46+109+189=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E6DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6DBD is #D19242. Grayscale: #626262. Windows color (decimal): -13734467 or 12414254. OLE color: 12414254.
HSL color Cylindrical-coordinate representation of color #2E6DBD: hue angle of 213.57º 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 #2E6DBD is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 109 | 189 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.26 |
| HSL | 213.57º | 0.61% | 0.46% | - |
| HSV(B) | 213.57º | 0.76% | 0.74% | - |
| XYZ | 15.78 | 15.19 | 50.24 | - |
| YUV | 99.28 | 178.63 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 189 | 0.76 | 0.42 | 0 | 0.26 | 213.57 | 0.61 | 0.46 |
| Hex | 2E | 6D | BD | 4C | 2A | 0 | 1A | D6 | 3D | 2E |
| Octal | 56 | 155 | 275 | 114 | 52 | 0 | 32 | 326 | 75 | 56 |
| Binary | 101110 | 1101101 | 10111101 | 1001100 | 101010 | 0 | 11010 | 11010110 | 111101 | 101110 |
Color Harmonies of #2E6DBD
Complementary color
Monochromatic Colors of #2E6DBD
Black with #2E6DBD
Text Example
Text Example
White with #2E6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6DBD; }
p { color: rgb(46,109,189); }
H1.HeaderClassName
{
color: #2E6DBD;
}
.AnyTagClassName
{
color: #2E6DBD;
}
</style>
background-color css
<style>
a { background-color: #2E6DBD; }
a { background-color: rgb(46,109,189); }
div.DivClassName
{
background-color: #2E6DBD;
}
.BgClassName
{
background-color: #2E6DBD;
}
</style>
border-color css
<style>
span { border-color: #2E6DBD; }
span { border-color: rgb(46,109,189); }
td.TdClassName
{
border-color: #2E6DBD;
}
.TagClassName
{
border-color: #2E6DBD;
}
</style>