Shades of Denim #226CDA
Tints of Denim #226CDA
RGB
CMYK
RGB Variations
Color information
#226CDA (or 0x226CDA) is known color: Denim. HEX triplet: 22, 6C and DA. RGB value is (34,108,218). Sum of RGB (Red+Green+Blue) = 34+108+218=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #226CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226CDA is #DD9325. Grayscale: #616161. Windows color (decimal): -14521126 or 14314530. OLE color: 14314530.
HSL color Cylindrical-coordinate representation of color #226CDA: hue angle of 215.87º 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 #226CDA is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 108 | 218 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.15 |
| HSL | 215.87º | 0.73% | 0.49% | - |
| HSV(B) | 215.87º | 0.84% | 0.85% | - |
| XYZ | 18.68 | 16.13 | 68.46 | - |
| YUV | 98.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 218 | 0.84 | 0.50 | 0 | 0.15 | 215.87 | 0.73 | 0.49 |
| Hex | 22 | 6C | DA | 54 | 32 | 0 | F | D8 | 49 | 31 |
| Octal | 42 | 154 | 332 | 124 | 62 | 0 | 17 | 330 | 111 | 61 |
| Binary | 100010 | 1101100 | 11011010 | 1010100 | 110010 | 0 | 1111 | 11011000 | 1001001 | 110001 |
Color Harmonies of #226CDA
Complementary color
Monochromatic Colors of #226CDA
Black with #226CDA
Text Example
Text Example
White with #226CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CDA; }
p { color: rgb(34,108,218); }
H1.HeaderClassName
{
color: #226CDA;
}
.AnyTagClassName
{
color: #226CDA;
}
</style>
background-color css
<style>
a { background-color: #226CDA; }
a { background-color: rgb(34,108,218); }
div.DivClassName
{
background-color: #226CDA;
}
.BgClassName
{
background-color: #226CDA;
}
</style>
border-color css
<style>
span { border-color: #226CDA; }
span { border-color: rgb(34,108,218); }
td.TdClassName
{
border-color: #226CDA;
}
.TagClassName
{
border-color: #226CDA;
}
</style>