Shades of Denim #226AB0
Tints of Denim #226AB0
RGB
CMYK
RGB Variations
Color information
#226AB0 (or 0x226AB0) is known color: Denim. HEX triplet: 22, 6A and B0. RGB value is (34,106,176). Sum of RGB (Red+Green+Blue) = 34+106+176=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 176 (69.14% from 255 or 55.70% from 316); Max value from RGB is 176 - color contains mainly: blue. Hex color #226AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226AB0 is #DD954F. Grayscale: #5C5C5C. Windows color (decimal): -14521680 or 11561506. OLE color: 11561506.
HSL color Cylindrical-coordinate representation of color #226AB0: hue angle of 209.58º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #226AB0 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 106 | 176 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.31 |
| HSL | 209.58º | 0.68% | 0.41% | - |
| HSV(B) | 209.58º | 0.81% | 0.69% | - |
| XYZ | 13.65 | 13.78 | 43.02 | - |
| YUV | 92.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 176 | 0.81 | 0.40 | 0 | 0.31 | 209.58 | 0.68 | 0.41 |
| Hex | 22 | 6A | B0 | 51 | 28 | 0 | 1F | D2 | 44 | 29 |
| Octal | 42 | 152 | 260 | 121 | 50 | 0 | 37 | 322 | 104 | 51 |
| Binary | 100010 | 1101010 | 10110000 | 1010001 | 101000 | 0 | 11111 | 11010010 | 1000100 | 101001 |
Color Harmonies of #226AB0
Complementary color
Monochromatic Colors of #226AB0
Black with #226AB0
Text Example
Text Example
White with #226AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226AB0; }
p { color: rgb(34,106,176); }
H1.HeaderClassName
{
color: #226AB0;
}
.AnyTagClassName
{
color: #226AB0;
}
</style>
background-color css
<style>
a { background-color: #226AB0; }
a { background-color: rgb(34,106,176); }
div.DivClassName
{
background-color: #226AB0;
}
.BgClassName
{
background-color: #226AB0;
}
</style>
border-color css
<style>
span { border-color: #226AB0; }
span { border-color: rgb(34,106,176); }
td.TdClassName
{
border-color: #226AB0;
}
.TagClassName
{
border-color: #226AB0;
}
</style>