Shades of Denim #2460C6
Tints of Denim #2460C6
RGB
CMYK
RGB Variations
Color information
#2460C6 (or 0x2460C6) is known color: Denim. HEX triplet: 24, 60 and C6. RGB value is (36,96,198). Sum of RGB (Red+Green+Blue) = 36+96+198=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #2460C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460C6 is #DB9F39. Grayscale: #595959. Windows color (decimal): -14393146 or 13000740. OLE color: 13000740.
HSL color Cylindrical-coordinate representation of color #2460C6: hue angle of 217.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2460C6 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 96 | 198 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.22 |
| HSL | 217.78º | 0.69% | 0.46% | - |
| HSV(B) | 217.78º | 0.82% | 0.78% | - |
| XYZ | 15.1 | 12.82 | 55.1 | - |
| YUV | 89.69 | 189.12 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 198 | 0.82 | 0.52 | 0 | 0.22 | 217.78 | 0.69 | 0.46 |
| Hex | 24 | 60 | C6 | 52 | 34 | 0 | 16 | DA | 45 | 2E |
| Octal | 44 | 140 | 306 | 122 | 64 | 0 | 26 | 332 | 105 | 56 |
| Binary | 100100 | 1100000 | 11000110 | 1010010 | 110100 | 0 | 10110 | 11011010 | 1000101 | 101110 |
Color Harmonies of #2460C6
Complementary color
Monochromatic Colors of #2460C6
Black with #2460C6
Text Example
Text Example
White with #2460C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2460C6; }
p { color: rgb(36,96,198); }
H1.HeaderClassName
{
color: #2460C6;
}
.AnyTagClassName
{
color: #2460C6;
}
</style>
background-color css
<style>
a { background-color: #2460C6; }
a { background-color: rgb(36,96,198); }
div.DivClassName
{
background-color: #2460C6;
}
.BgClassName
{
background-color: #2460C6;
}
</style>
border-color css
<style>
span { border-color: #2460C6; }
span { border-color: rgb(36,96,198); }
td.TdClassName
{
border-color: #2460C6;
}
.TagClassName
{
border-color: #2460C6;
}
</style>