Shades of Denim #2C6ECA
Tints of Denim #2C6ECA
RGB
CMYK
RGB Variations
Color information
#2C6ECA (or 0x2C6ECA) is known color: Denim. HEX triplet: 2C, 6E and CA. RGB value is (44,110,202). Sum of RGB (Red+Green+Blue) = 44+110+202=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C6ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6ECA is #D39135. Grayscale: #646464. Windows color (decimal): -13865270 or 13266476. OLE color: 13266476.
HSL color Cylindrical-coordinate representation of color #2C6ECA: hue angle of 214.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C6ECA is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 110 | 202 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.21 |
| HSL | 214.94º | 0.64% | 0.48% | - |
| HSV(B) | 214.94º | 0.78% | 0.79% | - |
| XYZ | 17.28 | 15.95 | 58.05 | - |
| YUV | 100.75 | 185.13 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 110 | 202 | 0.78 | 0.46 | 0 | 0.21 | 214.94 | 0.64 | 0.48 |
| Hex | 2C | 6E | CA | 4E | 2E | 0 | 15 | D7 | 40 | 30 |
| Octal | 54 | 156 | 312 | 116 | 56 | 0 | 25 | 327 | 100 | 60 |
| Binary | 101100 | 1101110 | 11001010 | 1001110 | 101110 | 0 | 10101 | 11010111 | 1000000 | 110000 |
Color Harmonies of #2C6ECA
Complementary color
Monochromatic Colors of #2C6ECA
Black with #2C6ECA
Text Example
Text Example
White with #2C6ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6ECA; }
p { color: rgb(44,110,202); }
H1.HeaderClassName
{
color: #2C6ECA;
}
.AnyTagClassName
{
color: #2C6ECA;
}
</style>
background-color css
<style>
a { background-color: #2C6ECA; }
a { background-color: rgb(44,110,202); }
div.DivClassName
{
background-color: #2C6ECA;
}
.BgClassName
{
background-color: #2C6ECA;
}
</style>
border-color css
<style>
span { border-color: #2C6ECA; }
span { border-color: rgb(44,110,202); }
td.TdClassName
{
border-color: #2C6ECA;
}
.TagClassName
{
border-color: #2C6ECA;
}
</style>