Shades of Denim #2E6CC1
Tints of Denim #2E6CC1
RGB
CMYK
RGB Variations
Color information
#2E6CC1 (or 0x2E6CC1) is known color: Denim. HEX triplet: 2E, 6C and C1. RGB value is (46,108,193). Sum of RGB (Red+Green+Blue) = 46+108+193=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 193 (75.78% from 255 or 55.62% from 347); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E6CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CC1 is #D1933E. Grayscale: #626262. Windows color (decimal): -13734719 or 12676142. OLE color: 12676142.
HSL color Cylindrical-coordinate representation of color #2E6CC1: hue angle of 214.69º 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 #2E6CC1 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 108 | 193 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.24 |
| HSL | 214.69º | 0.62% | 0.47% | - |
| HSV(B) | 214.69º | 0.76% | 0.76% | - |
| XYZ | 16.11 | 15.16 | 52.53 | - |
| YUV | 99.15 | 180.96 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 108 | 193 | 0.76 | 0.44 | 0 | 0.24 | 214.69 | 0.62 | 0.47 |
| Hex | 2E | 6C | C1 | 4C | 2C | 0 | 18 | D7 | 3E | 2F |
| Octal | 56 | 154 | 301 | 114 | 54 | 0 | 30 | 327 | 76 | 57 |
| Binary | 101110 | 1101100 | 11000001 | 1001100 | 101100 | 0 | 11000 | 11010111 | 111110 | 101111 |
Color Harmonies of #2E6CC1
Complementary color
Monochromatic Colors of #2E6CC1
Black with #2E6CC1
Text Example
Text Example
White with #2E6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6CC1; }
p { color: rgb(46,108,193); }
H1.HeaderClassName
{
color: #2E6CC1;
}
.AnyTagClassName
{
color: #2E6CC1;
}
</style>
background-color css
<style>
a { background-color: #2E6CC1; }
a { background-color: rgb(46,108,193); }
div.DivClassName
{
background-color: #2E6CC1;
}
.BgClassName
{
background-color: #2E6CC1;
}
</style>
border-color css
<style>
span { border-color: #2E6CC1; }
span { border-color: rgb(46,108,193); }
td.TdClassName
{
border-color: #2E6CC1;
}
.TagClassName
{
border-color: #2E6CC1;
}
</style>