Shades of Denim #226BBB
Tints of Denim #226BBB
RGB
CMYK
RGB Variations
Color information
#226BBB (or 0x226BBB) is known color: Denim. HEX triplet: 22, 6B and BB. RGB value is (34,107,187). Sum of RGB (Red+Green+Blue) = 34+107+187=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #226BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226BBB is #DD9444. Grayscale: #5D5D5D. Windows color (decimal): -14521413 or 12282658. OLE color: 12282658.
HSL color Cylindrical-coordinate representation of color #226BBB: hue angle of 211.37º 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 #226BBB is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 107 | 187 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.27 |
| HSL | 211.37º | 0.69% | 0.43% | - |
| HSV(B) | 211.37º | 0.82% | 0.73% | - |
| XYZ | 14.89 | 14.44 | 49.02 | - |
| YUV | 94.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 187 | 0.82 | 0.43 | 0 | 0.27 | 211.37 | 0.69 | 0.43 |
| Hex | 22 | 6B | BB | 52 | 2B | 0 | 1B | D3 | 45 | 2B |
| Octal | 42 | 153 | 273 | 122 | 53 | 0 | 33 | 323 | 105 | 53 |
| Binary | 100010 | 1101011 | 10111011 | 1010010 | 101011 | 0 | 11011 | 11010011 | 1000101 | 101011 |
Color Harmonies of #226BBB
Complementary color
Monochromatic Colors of #226BBB
Black with #226BBB
Text Example
Text Example
White with #226BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226BBB; }
p { color: rgb(34,107,187); }
H1.HeaderClassName
{
color: #226BBB;
}
.AnyTagClassName
{
color: #226BBB;
}
</style>
background-color css
<style>
a { background-color: #226BBB; }
a { background-color: rgb(34,107,187); }
div.DivClassName
{
background-color: #226BBB;
}
.BgClassName
{
background-color: #226BBB;
}
</style>
border-color css
<style>
span { border-color: #226BBB; }
span { border-color: rgb(34,107,187); }
td.TdClassName
{
border-color: #226BBB;
}
.TagClassName
{
border-color: #226BBB;
}
</style>