Shades of Denim #2260AA
Tints of Denim #2260AA
RGB
CMYK
RGB Variations
Color information
#2260AA (or 0x2260AA) is known color: Denim. HEX triplet: 22, 60 and AA. RGB value is (34,96,170). Sum of RGB (Red+Green+Blue) = 34+96+170=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #2260AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2260AA is #DD9F55. Grayscale: #555555. Windows color (decimal): -14524246 or 11165730. OLE color: 11165730.
HSL color Cylindrical-coordinate representation of color #2260AA: hue angle of 212.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2260AA is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 96 | 170 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.33 |
| HSL | 212.65º | 0.67% | 0.4% | - |
| HSV(B) | 212.65º | 0.8% | 0.67% | - |
| XYZ | 12.1 | 11.61 | 39.63 | - |
| YUV | 85.9 | 175.46 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 170 | 0.80 | 0.44 | 0 | 0.33 | 212.65 | 0.67 | 0.4 |
| Hex | 22 | 60 | AA | 50 | 2C | 0 | 21 | D5 | 43 | 28 |
| Octal | 42 | 140 | 252 | 120 | 54 | 0 | 41 | 325 | 103 | 50 |
| Binary | 100010 | 1100000 | 10101010 | 1010000 | 101100 | 0 | 100001 | 11010101 | 1000011 | 101000 |
Color Harmonies of #2260AA
Complementary color
Monochromatic Colors of #2260AA
Black with #2260AA
Text Example
Text Example
White with #2260AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2260AA; }
p { color: rgb(34,96,170); }
H1.HeaderClassName
{
color: #2260AA;
}
.AnyTagClassName
{
color: #2260AA;
}
</style>
background-color css
<style>
a { background-color: #2260AA; }
a { background-color: rgb(34,96,170); }
div.DivClassName
{
background-color: #2260AA;
}
.BgClassName
{
background-color: #2260AA;
}
</style>
border-color css
<style>
span { border-color: #2260AA; }
span { border-color: rgb(34,96,170); }
td.TdClassName
{
border-color: #2260AA;
}
.TagClassName
{
border-color: #2260AA;
}
</style>