Shades of Denim #2E6BC1
Tints of Denim #2E6BC1
RGB
CMYK
RGB Variations
Color information
#2E6BC1 (or 0x2E6BC1) is known color: Denim. HEX triplet: 2E, 6B and C1. RGB value is (46,107,193). Sum of RGB (Red+Green+Blue) = 46+107+193=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E6BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6BC1 is #D1943E. Grayscale: #626262. Windows color (decimal): -13734975 or 12675886. OLE color: 12675886.
HSL color Cylindrical-coordinate representation of color #2E6BC1: hue angle of 215.1º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E6BC1 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 107 | 193 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.24 |
| HSL | 215.1º | 0.62% | 0.47% | - |
| HSV(B) | 215.1º | 0.76% | 0.76% | - |
| XYZ | 16.01 | 14.95 | 52.49 | - |
| YUV | 98.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 193 | 0.76 | 0.45 | 0 | 0.24 | 215.1 | 0.62 | 0.47 |
| Hex | 2E | 6B | C1 | 4C | 2D | 0 | 18 | D7 | 3E | 2F |
| Octal | 56 | 153 | 301 | 114 | 55 | 0 | 30 | 327 | 76 | 57 |
| Binary | 101110 | 1101011 | 11000001 | 1001100 | 101101 | 0 | 11000 | 11010111 | 111110 | 101111 |
Color Harmonies of #2E6BC1
Complementary color
Monochromatic Colors of #2E6BC1
Black with #2E6BC1
Text Example
Text Example
White with #2E6BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6BC1; }
p { color: rgb(46,107,193); }
H1.HeaderClassName
{
color: #2E6BC1;
}
.AnyTagClassName
{
color: #2E6BC1;
}
</style>
background-color css
<style>
a { background-color: #2E6BC1; }
a { background-color: rgb(46,107,193); }
div.DivClassName
{
background-color: #2E6BC1;
}
.BgClassName
{
background-color: #2E6BC1;
}
</style>
border-color css
<style>
span { border-color: #2E6BC1; }
span { border-color: rgb(46,107,193); }
td.TdClassName
{
border-color: #2E6BC1;
}
.TagClassName
{
border-color: #2E6BC1;
}
</style>