Shades of Denim #2260CD
Tints of Denim #2260CD
RGB
CMYK
RGB Variations
Color information
#2260CD (or 0x2260CD) is known color: Denim. HEX triplet: 22, 60 and CD. RGB value is (34,96,205). Sum of RGB (Red+Green+Blue) = 34+96+205=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #2260CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2260CD is #DD9F32. Grayscale: #595959. Windows color (decimal): -14524211 or 13459490. OLE color: 13459490.
HSL color Cylindrical-coordinate representation of color #2260CD: hue angle of 218.25º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2260CD is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 96 | 205 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.20 |
| HSL | 218.25º | 0.72% | 0.47% | - |
| HSV(B) | 218.25º | 0.83% | 0.8% | - |
| XYZ | 15.86 | 13.11 | 59.45 | - |
| YUV | 89.89 | 192.96 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 205 | 0.83 | 0.53 | 0 | 0.20 | 218.25 | 0.72 | 0.47 |
| Hex | 22 | 60 | CD | 53 | 35 | 0 | 14 | DA | 48 | 2F |
| Octal | 42 | 140 | 315 | 123 | 65 | 0 | 24 | 332 | 110 | 57 |
| Binary | 100010 | 1100000 | 11001101 | 1010011 | 110101 | 0 | 10100 | 11011010 | 1001000 | 101111 |
Color Harmonies of #2260CD
Complementary color
Monochromatic Colors of #2260CD
Black with #2260CD
Text Example
Text Example
White with #2260CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2260CD; }
p { color: rgb(34,96,205); }
H1.HeaderClassName
{
color: #2260CD;
}
.AnyTagClassName
{
color: #2260CD;
}
</style>
background-color css
<style>
a { background-color: #2260CD; }
a { background-color: rgb(34,96,205); }
div.DivClassName
{
background-color: #2260CD;
}
.BgClassName
{
background-color: #2260CD;
}
</style>
border-color css
<style>
span { border-color: #2260CD; }
span { border-color: rgb(34,96,205); }
td.TdClassName
{
border-color: #2260CD;
}
.TagClassName
{
border-color: #2260CD;
}
</style>