Shades of Denim #2464CF
Tints of Denim #2464CF
RGB
CMYK
RGB Variations
Color information
#2464CF (or 0x2464CF) is known color: Denim. HEX triplet: 24, 64 and CF. RGB value is (36,100,207). Sum of RGB (Red+Green+Blue) = 36+100+207=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #2464CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464CF is #DB9B30. Grayscale: #5C5C5C. Windows color (decimal): -14392113 or 13591588. OLE color: 13591588.
HSL color Cylindrical-coordinate representation of color #2464CF: hue angle of 217.54º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2464CF is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 100 | 207 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.19 |
| HSL | 217.54º | 0.7% | 0.48% | - |
| HSV(B) | 217.54º | 0.83% | 0.81% | - |
| XYZ | 16.55 | 13.99 | 60.86 | - |
| YUV | 93.06 | 192.3 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 207 | 0.83 | 0.52 | 0 | 0.19 | 217.54 | 0.7 | 0.48 |
| Hex | 24 | 64 | CF | 53 | 34 | 0 | 13 | DA | 46 | 30 |
| Octal | 44 | 144 | 317 | 123 | 64 | 0 | 23 | 332 | 106 | 60 |
| Binary | 100100 | 1100100 | 11001111 | 1010011 | 110100 | 0 | 10011 | 11011010 | 1000110 | 110000 |
Color Harmonies of #2464CF
Complementary color
Monochromatic Colors of #2464CF
Black with #2464CF
Text Example
Text Example
White with #2464CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2464CF; }
p { color: rgb(36,100,207); }
H1.HeaderClassName
{
color: #2464CF;
}
.AnyTagClassName
{
color: #2464CF;
}
</style>
background-color css
<style>
a { background-color: #2464CF; }
a { background-color: rgb(36,100,207); }
div.DivClassName
{
background-color: #2464CF;
}
.BgClassName
{
background-color: #2464CF;
}
</style>
border-color css
<style>
span { border-color: #2464CF; }
span { border-color: rgb(36,100,207); }
td.TdClassName
{
border-color: #2464CF;
}
.TagClassName
{
border-color: #2464CF;
}
</style>