Shades of Denim #2E6FBE
Tints of Denim #2E6FBE
RGB
CMYK
RGB Variations
Color information
#2E6FBE (or 0x2E6FBE) is known color: Denim. HEX triplet: 2E, 6F and BE. RGB value is (46,111,190). Sum of RGB (Red+Green+Blue) = 46+111+190=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E6FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6FBE is #D19041. Grayscale: #646464. Windows color (decimal): -13733954 or 12480302. OLE color: 12480302.
HSL color Cylindrical-coordinate representation of color #2E6FBE: hue angle of 212.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E6FBE is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 111 | 190 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.25 |
| HSL | 212.92º | 0.61% | 0.46% | - |
| HSV(B) | 212.92º | 0.76% | 0.75% | - |
| XYZ | 16.11 | 15.67 | 50.89 | - |
| YUV | 100.57 | 178.47 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 190 | 0.76 | 0.42 | 0 | 0.25 | 212.92 | 0.61 | 0.46 |
| Hex | 2E | 6F | BE | 4C | 2A | 0 | 19 | D5 | 3D | 2E |
| Octal | 56 | 157 | 276 | 114 | 52 | 0 | 31 | 325 | 75 | 56 |
| Binary | 101110 | 1101111 | 10111110 | 1001100 | 101010 | 0 | 11001 | 11010101 | 111101 | 101110 |
Color Harmonies of #2E6FBE
Complementary color
Monochromatic Colors of #2E6FBE
Black with #2E6FBE
Text Example
Text Example
White with #2E6FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6FBE; }
p { color: rgb(46,111,190); }
H1.HeaderClassName
{
color: #2E6FBE;
}
.AnyTagClassName
{
color: #2E6FBE;
}
</style>
background-color css
<style>
a { background-color: #2E6FBE; }
a { background-color: rgb(46,111,190); }
div.DivClassName
{
background-color: #2E6FBE;
}
.BgClassName
{
background-color: #2E6FBE;
}
</style>
border-color css
<style>
span { border-color: #2E6FBE; }
span { border-color: rgb(46,111,190); }
td.TdClassName
{
border-color: #2E6FBE;
}
.TagClassName
{
border-color: #2E6FBE;
}
</style>