Shades of Denim #2466CD
Tints of Denim #2466CD
RGB
CMYK
RGB Variations
Color information
#2466CD (or 0x2466CD) is known color: Denim. HEX triplet: 24, 66 and CD. RGB value is (36,102,205). Sum of RGB (Red+Green+Blue) = 36+102+205=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #2466CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2466CD is #DB9932. Grayscale: #5D5D5D. Windows color (decimal): -14391603 or 13461028. OLE color: 13461028.
HSL color Cylindrical-coordinate representation of color #2466CD: hue angle of 216.57º 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 #2466CD is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 102 | 205 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.20 |
| HSL | 216.57º | 0.7% | 0.47% | - |
| HSV(B) | 216.57º | 0.82% | 0.8% | - |
| XYZ | 16.5 | 14.29 | 59.65 | - |
| YUV | 94.01 | 190.63 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 205 | 0.82 | 0.50 | 0 | 0.20 | 216.57 | 0.7 | 0.47 |
| Hex | 24 | 66 | CD | 52 | 32 | 0 | 14 | D9 | 46 | 2F |
| Octal | 44 | 146 | 315 | 122 | 62 | 0 | 24 | 331 | 106 | 57 |
| Binary | 100100 | 1100110 | 11001101 | 1010010 | 110010 | 0 | 10100 | 11011001 | 1000110 | 101111 |
Color Harmonies of #2466CD
Complementary color
Monochromatic Colors of #2466CD
Black with #2466CD
Text Example
Text Example
White with #2466CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2466CD; }
p { color: rgb(36,102,205); }
H1.HeaderClassName
{
color: #2466CD;
}
.AnyTagClassName
{
color: #2466CD;
}
</style>
background-color css
<style>
a { background-color: #2466CD; }
a { background-color: rgb(36,102,205); }
div.DivClassName
{
background-color: #2466CD;
}
.BgClassName
{
background-color: #2466CD;
}
</style>
border-color css
<style>
span { border-color: #2466CD; }
span { border-color: rgb(36,102,205); }
td.TdClassName
{
border-color: #2466CD;
}
.TagClassName
{
border-color: #2466CD;
}
</style>