Shades of Denim #2465CD
Tints of Denim #2465CD
RGB
CMYK
RGB Variations
Color information
#2465CD (or 0x2465CD) is known color: Denim. HEX triplet: 24, 65 and CD. RGB value is (36,101,205). Sum of RGB (Red+Green+Blue) = 36+101+205=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #2465CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2465CD is #DB9A32. Grayscale: #5C5C5C. Windows color (decimal): -14391859 or 13460772. OLE color: 13460772.
HSL color Cylindrical-coordinate representation of color #2465CD: hue angle of 216.92º 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 #2465CD is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 101 | 205 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.20 |
| HSL | 216.92º | 0.7% | 0.47% | - |
| HSV(B) | 216.92º | 0.82% | 0.8% | - |
| XYZ | 16.4 | 14.09 | 59.61 | - |
| YUV | 93.42 | 190.97 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 205 | 0.82 | 0.51 | 0 | 0.20 | 216.92 | 0.7 | 0.47 |
| Hex | 24 | 65 | CD | 52 | 33 | 0 | 14 | D9 | 46 | 2F |
| Octal | 44 | 145 | 315 | 122 | 63 | 0 | 24 | 331 | 106 | 57 |
| Binary | 100100 | 1100101 | 11001101 | 1010010 | 110011 | 0 | 10100 | 11011001 | 1000110 | 101111 |
Color Harmonies of #2465CD
Complementary color
Monochromatic Colors of #2465CD
Black with #2465CD
Text Example
Text Example
White with #2465CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465CD; }
p { color: rgb(36,101,205); }
H1.HeaderClassName
{
color: #2465CD;
}
.AnyTagClassName
{
color: #2465CD;
}
</style>
background-color css
<style>
a { background-color: #2465CD; }
a { background-color: rgb(36,101,205); }
div.DivClassName
{
background-color: #2465CD;
}
.BgClassName
{
background-color: #2465CD;
}
</style>
border-color css
<style>
span { border-color: #2465CD; }
span { border-color: rgb(36,101,205); }
td.TdClassName
{
border-color: #2465CD;
}
.TagClassName
{
border-color: #2465CD;
}
</style>