Shades of Denim #2260CE
Tints of Denim #2260CE
RGB
CMYK
RGB Variations
Color information
#2260CE (or 0x2260CE) is known color: Denim. HEX triplet: 22, 60 and CE. RGB value is (34,96,206). Sum of RGB (Red+Green+Blue) = 34+96+206=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #2260CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2260CE is #DD9F31. Grayscale: #595959. Windows color (decimal): -14524210 or 13525026. OLE color: 13525026.
HSL color Cylindrical-coordinate representation of color #2260CE: hue angle of 218.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2260CE is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 96 | 206 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.19 |
| HSL | 218.37º | 0.72% | 0.47% | - |
| HSV(B) | 218.37º | 0.83% | 0.81% | - |
| XYZ | 15.98 | 13.16 | 60.09 | - |
| YUV | 90 | 193.46 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 206 | 0.83 | 0.53 | 0 | 0.19 | 218.37 | 0.72 | 0.47 |
| Hex | 22 | 60 | CE | 53 | 35 | 0 | 13 | DA | 48 | 2F |
| Octal | 42 | 140 | 316 | 123 | 65 | 0 | 23 | 332 | 110 | 57 |
| Binary | 100010 | 1100000 | 11001110 | 1010011 | 110101 | 0 | 10011 | 11011010 | 1001000 | 101111 |
Color Harmonies of #2260CE
Complementary color
Monochromatic Colors of #2260CE
Black with #2260CE
Text Example
Text Example
White with #2260CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2260CE; }
p { color: rgb(34,96,206); }
H1.HeaderClassName
{
color: #2260CE;
}
.AnyTagClassName
{
color: #2260CE;
}
</style>
background-color css
<style>
a { background-color: #2260CE; }
a { background-color: rgb(34,96,206); }
div.DivClassName
{
background-color: #2260CE;
}
.BgClassName
{
background-color: #2260CE;
}
</style>
border-color css
<style>
span { border-color: #2260CE; }
span { border-color: rgb(34,96,206); }
td.TdClassName
{
border-color: #2260CE;
}
.TagClassName
{
border-color: #2260CE;
}
</style>