Shades of Denim #246DCA
Tints of Denim #246DCA
RGB
CMYK
RGB Variations
Color information
#246DCA (or 0x246DCA) is known color: Denim. HEX triplet: 24, 6D and CA. RGB value is (36,109,202). Sum of RGB (Red+Green+Blue) = 36+109+202=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #246DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246DCA is #DB9235. Grayscale: #616161. Windows color (decimal): -14389814 or 13266212. OLE color: 13266212.
HSL color Cylindrical-coordinate representation of color #246DCA: hue angle of 213.61º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #246DCA is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 109 | 202 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.21 |
| HSL | 213.61º | 0.7% | 0.47% | - |
| HSV(B) | 213.61º | 0.82% | 0.79% | - |
| XYZ | 16.86 | 15.58 | 58 | - |
| YUV | 97.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 202 | 0.82 | 0.46 | 0 | 0.21 | 213.61 | 0.7 | 0.47 |
| Hex | 24 | 6D | CA | 52 | 2E | 0 | 15 | D6 | 46 | 2F |
| Octal | 44 | 155 | 312 | 122 | 56 | 0 | 25 | 326 | 106 | 57 |
| Binary | 100100 | 1101101 | 11001010 | 1010010 | 101110 | 0 | 10101 | 11010110 | 1000110 | 101111 |
Color Harmonies of #246DCA
Complementary color
Monochromatic Colors of #246DCA
Black with #246DCA
Text Example
Text Example
White with #246DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246DCA; }
p { color: rgb(36,109,202); }
H1.HeaderClassName
{
color: #246DCA;
}
.AnyTagClassName
{
color: #246DCA;
}
</style>
background-color css
<style>
a { background-color: #246DCA; }
a { background-color: rgb(36,109,202); }
div.DivClassName
{
background-color: #246DCA;
}
.BgClassName
{
background-color: #246DCA;
}
</style>
border-color css
<style>
span { border-color: #246DCA; }
span { border-color: rgb(36,109,202); }
td.TdClassName
{
border-color: #246DCA;
}
.TagClassName
{
border-color: #246DCA;
}
</style>