Shades of Denim #2270DA
Tints of Denim #2270DA
RGB
CMYK
RGB Variations
Color information
#2270DA (or 0x2270DA) is known color: Denim. HEX triplet: 22, 70 and DA. RGB value is (34,112,218). Sum of RGB (Red+Green+Blue) = 34+112+218=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #2270DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2270DA is #DD8F25. Grayscale: #646464. Windows color (decimal): -14520102 or 14315554. OLE color: 14315554.
HSL color Cylindrical-coordinate representation of color #2270DA: hue angle of 214.57º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2270DA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 112 | 218 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.15 |
| HSL | 214.57º | 0.73% | 0.49% | - |
| HSV(B) | 214.57º | 0.84% | 0.85% | - |
| XYZ | 19.11 | 16.99 | 68.6 | - |
| YUV | 100.76 | 194.16 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 218 | 0.84 | 0.49 | 0 | 0.15 | 214.57 | 0.73 | 0.49 |
| Hex | 22 | 70 | DA | 54 | 31 | 0 | F | D7 | 49 | 31 |
| Octal | 42 | 160 | 332 | 124 | 61 | 0 | 17 | 327 | 111 | 61 |
| Binary | 100010 | 1110000 | 11011010 | 1010100 | 110001 | 0 | 1111 | 11010111 | 1001001 | 110001 |
Color Harmonies of #2270DA
Complementary color
Monochromatic Colors of #2270DA
Black with #2270DA
Text Example
Text Example
White with #2270DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2270DA; }
p { color: rgb(34,112,218); }
H1.HeaderClassName
{
color: #2270DA;
}
.AnyTagClassName
{
color: #2270DA;
}
</style>
background-color css
<style>
a { background-color: #2270DA; }
a { background-color: rgb(34,112,218); }
div.DivClassName
{
background-color: #2270DA;
}
.BgClassName
{
background-color: #2270DA;
}
</style>
border-color css
<style>
span { border-color: #2270DA; }
span { border-color: rgb(34,112,218); }
td.TdClassName
{
border-color: #2270DA;
}
.TagClassName
{
border-color: #2270DA;
}
</style>