Shades of Denim #226ABC
Tints of Denim #226ABC
RGB
CMYK
RGB Variations
Color information
#226ABC (or 0x226ABC) is known color: Denim. HEX triplet: 22, 6A and BC. RGB value is (34,106,188). Sum of RGB (Red+Green+Blue) = 34+106+188=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #226ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ABC is #DD9543. Grayscale: #5D5D5D. Windows color (decimal): -14521668 or 12347938. OLE color: 12347938.
HSL color Cylindrical-coordinate representation of color #226ABC: hue angle of 211.95º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #226ABC is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 106 | 188 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.26 |
| HSL | 211.95º | 0.69% | 0.44% | - |
| HSV(B) | 211.95º | 0.82% | 0.74% | - |
| XYZ | 14.89 | 14.28 | 49.55 | - |
| YUV | 93.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 188 | 0.82 | 0.44 | 0 | 0.26 | 211.95 | 0.69 | 0.44 |
| Hex | 22 | 6A | BC | 52 | 2C | 0 | 1A | D4 | 45 | 2C |
| Octal | 42 | 152 | 274 | 122 | 54 | 0 | 32 | 324 | 105 | 54 |
| Binary | 100010 | 1101010 | 10111100 | 1010010 | 101100 | 0 | 11010 | 11010100 | 1000101 | 101100 |
Color Harmonies of #226ABC
Complementary color
Monochromatic Colors of #226ABC
Black with #226ABC
Text Example
Text Example
White with #226ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226ABC; }
p { color: rgb(34,106,188); }
H1.HeaderClassName
{
color: #226ABC;
}
.AnyTagClassName
{
color: #226ABC;
}
</style>
background-color css
<style>
a { background-color: #226ABC; }
a { background-color: rgb(34,106,188); }
div.DivClassName
{
background-color: #226ABC;
}
.BgClassName
{
background-color: #226ABC;
}
</style>
border-color css
<style>
span { border-color: #226ABC; }
span { border-color: rgb(34,106,188); }
td.TdClassName
{
border-color: #226ABC;
}
.TagClassName
{
border-color: #226ABC;
}
</style>