Shades of Denim #2660AE
Tints of Denim #2660AE
RGB
CMYK
RGB Variations
Color information
#2660AE (or 0x2660AE) is known color: Denim. HEX triplet: 26, 60 and AE. RGB value is (38,96,174). Sum of RGB (Red+Green+Blue) = 38+96+174=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #2660AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2660AE is #D99F51. Grayscale: #575757. Windows color (decimal): -14262098 or 11427878. OLE color: 11427878.
HSL color Cylindrical-coordinate representation of color #2660AE: hue angle of 214.41º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2660AE is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 96 | 174 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.32 |
| HSL | 214.41º | 0.64% | 0.42% | - |
| HSV(B) | 214.41º | 0.78% | 0.68% | - |
| XYZ | 12.62 | 11.83 | 41.66 | - |
| YUV | 87.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 174 | 0.78 | 0.45 | 0 | 0.32 | 214.41 | 0.64 | 0.42 |
| Hex | 26 | 60 | AE | 4E | 2D | 0 | 20 | D6 | 40 | 2A |
| Octal | 46 | 140 | 256 | 116 | 55 | 0 | 40 | 326 | 100 | 52 |
| Binary | 100110 | 1100000 | 10101110 | 1001110 | 101101 | 0 | 100000 | 11010110 | 1000000 | 101010 |
Color Harmonies of #2660AE
Complementary color
Monochromatic Colors of #2660AE
Black with #2660AE
Text Example
Text Example
White with #2660AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2660AE; }
p { color: rgb(38,96,174); }
H1.HeaderClassName
{
color: #2660AE;
}
.AnyTagClassName
{
color: #2660AE;
}
</style>
background-color css
<style>
a { background-color: #2660AE; }
a { background-color: rgb(38,96,174); }
div.DivClassName
{
background-color: #2660AE;
}
.BgClassName
{
background-color: #2660AE;
}
</style>
border-color css
<style>
span { border-color: #2660AE; }
span { border-color: rgb(38,96,174); }
td.TdClassName
{
border-color: #2660AE;
}
.TagClassName
{
border-color: #2660AE;
}
</style>