Shades of Denim #2270CD
Tints of Denim #2270CD
RGB
CMYK
RGB Variations
Color information
#2270CD (or 0x2270CD) is known color: Denim. HEX triplet: 22, 70 and CD. RGB value is (34,112,205). Sum of RGB (Red+Green+Blue) = 34+112+205=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #2270CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2270CD is #DD8F32. Grayscale: #626262. Windows color (decimal): -14520115 or 13463586. OLE color: 13463586.
HSL color Cylindrical-coordinate representation of color #2270CD: hue angle of 212.63º 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 #2270CD is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 112 | 205 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.20 |
| HSL | 212.63º | 0.72% | 0.47% | - |
| HSV(B) | 212.63º | 0.83% | 0.8% | - |
| XYZ | 17.47 | 16.34 | 59.99 | - |
| YUV | 99.28 | 187.66 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 205 | 0.83 | 0.45 | 0 | 0.20 | 212.63 | 0.72 | 0.47 |
| Hex | 22 | 70 | CD | 53 | 2D | 0 | 14 | D5 | 48 | 2F |
| Octal | 42 | 160 | 315 | 123 | 55 | 0 | 24 | 325 | 110 | 57 |
| Binary | 100010 | 1110000 | 11001101 | 1010011 | 101101 | 0 | 10100 | 11010101 | 1001000 | 101111 |
Color Harmonies of #2270CD
Complementary color
Monochromatic Colors of #2270CD
Black with #2270CD
Text Example
Text Example
White with #2270CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2270CD; }
p { color: rgb(34,112,205); }
H1.HeaderClassName
{
color: #2270CD;
}
.AnyTagClassName
{
color: #2270CD;
}
</style>
background-color css
<style>
a { background-color: #2270CD; }
a { background-color: rgb(34,112,205); }
div.DivClassName
{
background-color: #2270CD;
}
.BgClassName
{
background-color: #2270CD;
}
</style>
border-color css
<style>
span { border-color: #2270CD; }
span { border-color: rgb(34,112,205); }
td.TdClassName
{
border-color: #2270CD;
}
.TagClassName
{
border-color: #2270CD;
}
</style>