Shades of Denim #226AD4
Tints of Denim #226AD4
RGB
CMYK
RGB Variations
Color information
#226AD4 (or 0x226AD4) is known color: Denim. HEX triplet: 22, 6A and D4. RGB value is (34,106,212). Sum of RGB (Red+Green+Blue) = 34+106+212=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 212 (83.20% from 255 or 60.23% from 352); Max value from RGB is 212 - color contains mainly: blue. Hex color #226AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226AD4 is #DD952B. Grayscale: #606060. Windows color (decimal): -14521644 or 13920802. OLE color: 13920802.
HSL color Cylindrical-coordinate representation of color #226AD4: hue angle of 215.73º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #226AD4 is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 106 | 212 | - |
| CMYK | 0.84 | 0.5 | 0 | 0.17 |
| HSL | 215.73º | 0.72% | 0.48% | - |
| HSV(B) | 215.73º | 0.84% | 0.83% | - |
| XYZ | 17.7 | 15.4 | 64.33 | - |
| YUV | 96.56 | 193.15 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 212 | 0.84 | 0.5 | 0 | 0.17 | 215.73 | 0.72 | 0.48 |
| Hex | 22 | 6A | D4 | 54 | 32 | 0 | 11 | D8 | 48 | 30 |
| Octal | 42 | 152 | 324 | 124 | 62 | 0 | 21 | 330 | 110 | 60 |
| Binary | 100010 | 1101010 | 11010100 | 1010100 | 110010 | 0 | 10001 | 11011000 | 1001000 | 110000 |
Color Harmonies of #226AD4
Complementary color
Monochromatic Colors of #226AD4
Black with #226AD4
Text Example
Text Example
White with #226AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226AD4; }
p { color: rgb(34,106,212); }
H1.HeaderClassName
{
color: #226AD4;
}
.AnyTagClassName
{
color: #226AD4;
}
</style>
background-color css
<style>
a { background-color: #226AD4; }
a { background-color: rgb(34,106,212); }
div.DivClassName
{
background-color: #226AD4;
}
.BgClassName
{
background-color: #226AD4;
}
</style>
border-color css
<style>
span { border-color: #226AD4; }
span { border-color: rgb(34,106,212); }
td.TdClassName
{
border-color: #226AD4;
}
.TagClassName
{
border-color: #226AD4;
}
</style>