Shades of Denim #2466CC
Tints of Denim #2466CC
RGB
CMYK
RGB Variations
Color information
#2466CC (or 0x2466CC) is known color: Denim. HEX triplet: 24, 66 and CC. RGB value is (36,102,204). Sum of RGB (Red+Green+Blue) = 36+102+204=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #2466CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2466CC is #DB9933. Grayscale: #5D5D5D. Windows color (decimal): -14391604 or 13395492. OLE color: 13395492.
HSL color Cylindrical-coordinate representation of color #2466CC: hue angle of 216.43º 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 #2466CC is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 102 | 204 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.2 |
| HSL | 216.43º | 0.7% | 0.47% | - |
| HSV(B) | 216.43º | 0.82% | 0.8% | - |
| XYZ | 16.38 | 14.24 | 59.01 | - |
| YUV | 93.89 | 190.13 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 204 | 0.82 | 0.5 | 0 | 0.2 | 216.43 | 0.7 | 0.47 |
| Hex | 24 | 66 | CC | 52 | 32 | 0 | 14 | D8 | 46 | 2F |
| Octal | 44 | 146 | 314 | 122 | 62 | 0 | 24 | 330 | 106 | 57 |
| Binary | 100100 | 1100110 | 11001100 | 1010010 | 110010 | 0 | 10100 | 11011000 | 1000110 | 101111 |
Color Harmonies of #2466CC
Complementary color
Monochromatic Colors of #2466CC
Black with #2466CC
Text Example
Text Example
White with #2466CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2466CC; }
p { color: rgb(36,102,204); }
H1.HeaderClassName
{
color: #2466CC;
}
.AnyTagClassName
{
color: #2466CC;
}
</style>
background-color css
<style>
a { background-color: #2466CC; }
a { background-color: rgb(36,102,204); }
div.DivClassName
{
background-color: #2466CC;
}
.BgClassName
{
background-color: #2466CC;
}
</style>
border-color css
<style>
span { border-color: #2466CC; }
span { border-color: rgb(36,102,204); }
td.TdClassName
{
border-color: #2466CC;
}
.TagClassName
{
border-color: #2466CC;
}
</style>