Shades of Denim #246ECD
Tints of Denim #246ECD
RGB
CMYK
RGB Variations
Color information
#246ECD (or 0x246ECD) is known color: Denim. HEX triplet: 24, 6E and CD. RGB value is (36,110,205). Sum of RGB (Red+Green+Blue) = 36+110+205=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #246ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246ECD is #DB9132. Grayscale: #626262. Windows color (decimal): -14389555 or 13463076. OLE color: 13463076.
HSL color Cylindrical-coordinate representation of color #246ECD: hue angle of 213.73º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #246ECD is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 110 | 205 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.20 |
| HSL | 213.73º | 0.7% | 0.47% | - |
| HSV(B) | 213.73º | 0.82% | 0.8% | - |
| XYZ | 17.32 | 15.93 | 59.92 | - |
| YUV | 98.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 205 | 0.82 | 0.46 | 0 | 0.20 | 213.73 | 0.7 | 0.47 |
| Hex | 24 | 6E | CD | 52 | 2E | 0 | 14 | D6 | 46 | 2F |
| Octal | 44 | 156 | 315 | 122 | 56 | 0 | 24 | 326 | 106 | 57 |
| Binary | 100100 | 1101110 | 11001101 | 1010010 | 101110 | 0 | 10100 | 11010110 | 1000110 | 101111 |
Color Harmonies of #246ECD
Complementary color
Monochromatic Colors of #246ECD
Black with #246ECD
Text Example
Text Example
White with #246ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246ECD; }
p { color: rgb(36,110,205); }
H1.HeaderClassName
{
color: #246ECD;
}
.AnyTagClassName
{
color: #246ECD;
}
</style>
background-color css
<style>
a { background-color: #246ECD; }
a { background-color: rgb(36,110,205); }
div.DivClassName
{
background-color: #246ECD;
}
.BgClassName
{
background-color: #246ECD;
}
</style>
border-color css
<style>
span { border-color: #246ECD; }
span { border-color: rgb(36,110,205); }
td.TdClassName
{
border-color: #246ECD;
}
.TagClassName
{
border-color: #246ECD;
}
</style>