Shades of Denim #226CB9
Tints of Denim #226CB9
RGB
CMYK
RGB Variations
Color information
#226CB9 (or 0x226CB9) is known color: Denim. HEX triplet: 22, 6C and B9. RGB value is (34,108,185). Sum of RGB (Red+Green+Blue) = 34+108+185=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #226CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226CB9 is #DD9346. Grayscale: #5E5E5E. Windows color (decimal): -14521159 or 12151842. OLE color: 12151842.
HSL color Cylindrical-coordinate representation of color #226CB9: hue angle of 210.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #226CB9 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 108 | 185 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.27 |
| HSL | 210.6º | 0.69% | 0.43% | - |
| HSV(B) | 210.6º | 0.82% | 0.73% | - |
| XYZ | 14.78 | 14.57 | 47.93 | - |
| YUV | 94.65 | 178.98 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 185 | 0.82 | 0.42 | 0 | 0.27 | 210.6 | 0.69 | 0.43 |
| Hex | 22 | 6C | B9 | 52 | 2A | 0 | 1B | D3 | 45 | 2B |
| Octal | 42 | 154 | 271 | 122 | 52 | 0 | 33 | 323 | 105 | 53 |
| Binary | 100010 | 1101100 | 10111001 | 1010010 | 101010 | 0 | 11011 | 11010011 | 1000101 | 101011 |
Color Harmonies of #226CB9
Complementary color
Monochromatic Colors of #226CB9
Black with #226CB9
Text Example
Text Example
White with #226CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CB9; }
p { color: rgb(34,108,185); }
H1.HeaderClassName
{
color: #226CB9;
}
.AnyTagClassName
{
color: #226CB9;
}
</style>
background-color css
<style>
a { background-color: #226CB9; }
a { background-color: rgb(34,108,185); }
div.DivClassName
{
background-color: #226CB9;
}
.BgClassName
{
background-color: #226CB9;
}
</style>
border-color css
<style>
span { border-color: #226CB9; }
span { border-color: rgb(34,108,185); }
td.TdClassName
{
border-color: #226CB9;
}
.TagClassName
{
border-color: #226CB9;
}
</style>