Shades of Denim #246CCD
Tints of Denim #246CCD
RGB
CMYK
RGB Variations
Color information
#246CCD (or 0x246CCD) is known color: Denim. HEX triplet: 24, 6C and CD. RGB value is (36,108,205). Sum of RGB (Red+Green+Blue) = 36+108+205=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #246CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246CCD is #DB9332. Grayscale: #616161. Windows color (decimal): -14390067 or 13462564. OLE color: 13462564.
HSL color Cylindrical-coordinate representation of color #246CCD: hue angle of 214.44º 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 #246CCD is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 108 | 205 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.20 |
| HSL | 214.44º | 0.7% | 0.47% | - |
| HSV(B) | 214.44º | 0.82% | 0.8% | - |
| XYZ | 17.11 | 15.51 | 59.85 | - |
| YUV | 97.53 | 188.65 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 205 | 0.82 | 0.47 | 0 | 0.20 | 214.44 | 0.7 | 0.47 |
| Hex | 24 | 6C | CD | 52 | 2F | 0 | 14 | D6 | 46 | 2F |
| Octal | 44 | 154 | 315 | 122 | 57 | 0 | 24 | 326 | 106 | 57 |
| Binary | 100100 | 1101100 | 11001101 | 1010010 | 101111 | 0 | 10100 | 11010110 | 1000110 | 101111 |
Color Harmonies of #246CCD
Complementary color
Monochromatic Colors of #246CCD
Black with #246CCD
Text Example
Text Example
White with #246CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246CCD; }
p { color: rgb(36,108,205); }
H1.HeaderClassName
{
color: #246CCD;
}
.AnyTagClassName
{
color: #246CCD;
}
</style>
background-color css
<style>
a { background-color: #246CCD; }
a { background-color: rgb(36,108,205); }
div.DivClassName
{
background-color: #246CCD;
}
.BgClassName
{
background-color: #246CCD;
}
</style>
border-color css
<style>
span { border-color: #246CCD; }
span { border-color: rgb(36,108,205); }
td.TdClassName
{
border-color: #246CCD;
}
.TagClassName
{
border-color: #246CCD;
}
</style>