Shades of Denim #2464D3
Tints of Denim #2464D3
RGB
CMYK
RGB Variations
Color information
#2464D3 (or 0x2464D3) is known color: Denim. HEX triplet: 24, 64 and D3. RGB value is (36,100,211). Sum of RGB (Red+Green+Blue) = 36+100+211=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 211 (82.81% from 255 or 60.81% from 347); Max value from RGB is 211 - color contains mainly: blue. Hex color #2464D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464D3 is #DB9B2C. Grayscale: #5D5D5D. Windows color (decimal): -14392109 or 13853732. OLE color: 13853732.
HSL color Cylindrical-coordinate representation of color #2464D3: hue angle of 218.06º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2464D3 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 100 | 211 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.17 |
| HSL | 218.06º | 0.71% | 0.48% | - |
| HSV(B) | 218.06º | 0.83% | 0.83% | - |
| XYZ | 17.04 | 14.19 | 63.47 | - |
| YUV | 93.52 | 194.3 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 211 | 0.83 | 0.53 | 0 | 0.17 | 218.06 | 0.71 | 0.48 |
| Hex | 24 | 64 | D3 | 53 | 35 | 0 | 11 | DA | 47 | 30 |
| Octal | 44 | 144 | 323 | 123 | 65 | 0 | 21 | 332 | 107 | 60 |
| Binary | 100100 | 1100100 | 11010011 | 1010011 | 110101 | 0 | 10001 | 11011010 | 1000111 | 110000 |
Color Harmonies of #2464D3
Complementary color
Monochromatic Colors of #2464D3
Black with #2464D3
Text Example
Text Example
White with #2464D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2464D3; }
p { color: rgb(36,100,211); }
H1.HeaderClassName
{
color: #2464D3;
}
.AnyTagClassName
{
color: #2464D3;
}
</style>
background-color css
<style>
a { background-color: #2464D3; }
a { background-color: rgb(36,100,211); }
div.DivClassName
{
background-color: #2464D3;
}
.BgClassName
{
background-color: #2464D3;
}
</style>
border-color css
<style>
span { border-color: #2464D3; }
span { border-color: rgb(36,100,211); }
td.TdClassName
{
border-color: #2464D3;
}
.TagClassName
{
border-color: #2464D3;
}
</style>