Shades of Denim #2270CF
Tints of Denim #2270CF
RGB
CMYK
RGB Variations
Color information
#2270CF (or 0x2270CF) is known color: Denim. HEX triplet: 22, 70 and CF. RGB value is (34,112,207). Sum of RGB (Red+Green+Blue) = 34+112+207=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #2270CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2270CF is #DD8F30. Grayscale: #636363. Windows color (decimal): -14520113 or 13594658. OLE color: 13594658.
HSL color Cylindrical-coordinate representation of color #2270CF: hue angle of 212.95º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2270CF is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 112 | 207 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.19 |
| HSL | 212.95º | 0.72% | 0.47% | - |
| HSV(B) | 212.95º | 0.84% | 0.81% | - |
| XYZ | 17.72 | 16.43 | 61.27 | - |
| YUV | 99.51 | 188.66 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 207 | 0.84 | 0.46 | 0 | 0.19 | 212.95 | 0.72 | 0.47 |
| Hex | 22 | 70 | CF | 54 | 2E | 0 | 13 | D5 | 48 | 2F |
| Octal | 42 | 160 | 317 | 124 | 56 | 0 | 23 | 325 | 110 | 57 |
| Binary | 100010 | 1110000 | 11001111 | 1010100 | 101110 | 0 | 10011 | 11010101 | 1001000 | 101111 |
Color Harmonies of #2270CF
Complementary color
Monochromatic Colors of #2270CF
Black with #2270CF
Text Example
Text Example
White with #2270CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2270CF; }
p { color: rgb(34,112,207); }
H1.HeaderClassName
{
color: #2270CF;
}
.AnyTagClassName
{
color: #2270CF;
}
</style>
background-color css
<style>
a { background-color: #2270CF; }
a { background-color: rgb(34,112,207); }
div.DivClassName
{
background-color: #2270CF;
}
.BgClassName
{
background-color: #2270CF;
}
</style>
border-color css
<style>
span { border-color: #2270CF; }
span { border-color: rgb(34,112,207); }
td.TdClassName
{
border-color: #2270CF;
}
.TagClassName
{
border-color: #2270CF;
}
</style>