Shades of Denim #226CB7
Tints of Denim #226CB7
RGB
CMYK
RGB Variations
Color information
#226CB7 (or 0x226CB7) is known color: Denim. HEX triplet: 22, 6C and B7. RGB value is (34,108,183). Sum of RGB (Red+Green+Blue) = 34+108+183=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #226CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226CB7 is #DD9348. Grayscale: #5E5E5E. Windows color (decimal): -14521161 or 12020770. OLE color: 12020770.
HSL color Cylindrical-coordinate representation of color #226CB7: hue angle of 210.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #226CB7 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 108 | 183 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.28 |
| HSL | 210.2º | 0.69% | 0.43% | - |
| HSV(B) | 210.2º | 0.81% | 0.72% | - |
| XYZ | 14.57 | 14.48 | 46.83 | - |
| YUV | 94.42 | 177.98 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 183 | 0.81 | 0.41 | 0 | 0.28 | 210.2 | 0.69 | 0.43 |
| Hex | 22 | 6C | B7 | 51 | 29 | 0 | 1C | D2 | 45 | 2B |
| Octal | 42 | 154 | 267 | 121 | 51 | 0 | 34 | 322 | 105 | 53 |
| Binary | 100010 | 1101100 | 10110111 | 1010001 | 101001 | 0 | 11100 | 11010010 | 1000101 | 101011 |
Color Harmonies of #226CB7
Complementary color
Monochromatic Colors of #226CB7
Black with #226CB7
Text Example
Text Example
White with #226CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CB7; }
p { color: rgb(34,108,183); }
H1.HeaderClassName
{
color: #226CB7;
}
.AnyTagClassName
{
color: #226CB7;
}
</style>
background-color css
<style>
a { background-color: #226CB7; }
a { background-color: rgb(34,108,183); }
div.DivClassName
{
background-color: #226CB7;
}
.BgClassName
{
background-color: #226CB7;
}
</style>
border-color css
<style>
span { border-color: #226CB7; }
span { border-color: rgb(34,108,183); }
td.TdClassName
{
border-color: #226CB7;
}
.TagClassName
{
border-color: #226CB7;
}
</style>