Shades of Denim #2664C0
Tints of Denim #2664C0
RGB
CMYK
RGB Variations
Color information
#2664C0 (or 0x2664C0) is known color: Denim. HEX triplet: 26, 64 and C0. RGB value is (38,100,192). Sum of RGB (Red+Green+Blue) = 38+100+192=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #2664C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2664C0 is #D99B3F. Grayscale: #5B5B5B. Windows color (decimal): -14261056 or 12608550. OLE color: 12608550.
HSL color Cylindrical-coordinate representation of color #2664C0: hue angle of 215.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2664C0 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 100 | 192 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.25 |
| HSL | 215.84º | 0.67% | 0.45% | - |
| HSV(B) | 215.84º | 0.8% | 0.75% | - |
| XYZ | 14.87 | 13.33 | 51.66 | - |
| YUV | 91.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 192 | 0.80 | 0.48 | 0 | 0.25 | 215.84 | 0.67 | 0.45 |
| Hex | 26 | 64 | C0 | 50 | 30 | 0 | 19 | D8 | 43 | 2D |
| Octal | 46 | 144 | 300 | 120 | 60 | 0 | 31 | 330 | 103 | 55 |
| Binary | 100110 | 1100100 | 11000000 | 1010000 | 110000 | 0 | 11001 | 11011000 | 1000011 | 101101 |
Color Harmonies of #2664C0
Complementary color
Monochromatic Colors of #2664C0
Black with #2664C0
Text Example
Text Example
White with #2664C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2664C0; }
p { color: rgb(38,100,192); }
H1.HeaderClassName
{
color: #2664C0;
}
.AnyTagClassName
{
color: #2664C0;
}
</style>
background-color css
<style>
a { background-color: #2664C0; }
a { background-color: rgb(38,100,192); }
div.DivClassName
{
background-color: #2664C0;
}
.BgClassName
{
background-color: #2664C0;
}
</style>
border-color css
<style>
span { border-color: #2664C0; }
span { border-color: rgb(38,100,192); }
td.TdClassName
{
border-color: #2664C0;
}
.TagClassName
{
border-color: #2664C0;
}
</style>