Shades of Denim #226DC9
Tints of Denim #226DC9
RGB
CMYK
RGB Variations
Color information
#226DC9 (or 0x226DC9) is known color: Denim. HEX triplet: 22, 6D and C9. RGB value is (34,109,201). Sum of RGB (Red+Green+Blue) = 34+109+201=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #226DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226DC9 is #DD9236. Grayscale: #606060. Windows color (decimal): -14520887 or 13200674. OLE color: 13200674.
HSL color Cylindrical-coordinate representation of color #226DC9: hue angle of 213.05º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226DC9 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 109 | 201 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.21 |
| HSL | 213.05º | 0.71% | 0.46% | - |
| HSV(B) | 213.05º | 0.83% | 0.79% | - |
| XYZ | 16.67 | 15.49 | 57.37 | - |
| YUV | 97.06 | 186.65 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 201 | 0.83 | 0.46 | 0 | 0.21 | 213.05 | 0.71 | 0.46 |
| Hex | 22 | 6D | C9 | 53 | 2E | 0 | 15 | D5 | 47 | 2E |
| Octal | 42 | 155 | 311 | 123 | 56 | 0 | 25 | 325 | 107 | 56 |
| Binary | 100010 | 1101101 | 11001001 | 1010011 | 101110 | 0 | 10101 | 11010101 | 1000111 | 101110 |
Color Harmonies of #226DC9
Complementary color
Monochromatic Colors of #226DC9
Black with #226DC9
Text Example
Text Example
White with #226DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226DC9; }
p { color: rgb(34,109,201); }
H1.HeaderClassName
{
color: #226DC9;
}
.AnyTagClassName
{
color: #226DC9;
}
</style>
background-color css
<style>
a { background-color: #226DC9; }
a { background-color: rgb(34,109,201); }
div.DivClassName
{
background-color: #226DC9;
}
.BgClassName
{
background-color: #226DC9;
}
</style>
border-color css
<style>
span { border-color: #226DC9; }
span { border-color: rgb(34,109,201); }
td.TdClassName
{
border-color: #226DC9;
}
.TagClassName
{
border-color: #226DC9;
}
</style>