Shades of Denim #226BBA
Tints of Denim #226BBA
RGB
CMYK
RGB Variations
Color information
#226BBA (or 0x226BBA) is known color: Denim. HEX triplet: 22, 6B and BA. RGB value is (34,107,186). Sum of RGB (Red+Green+Blue) = 34+107+186=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #226BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226BBA is #DD9445. Grayscale: #5D5D5D. Windows color (decimal): -14521414 or 12217122. OLE color: 12217122.
HSL color Cylindrical-coordinate representation of color #226BBA: hue angle of 211.18º 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 #226BBA is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 107 | 186 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.27 |
| HSL | 211.18º | 0.69% | 0.43% | - |
| HSV(B) | 211.18º | 0.82% | 0.73% | - |
| XYZ | 14.78 | 14.4 | 48.45 | - |
| YUV | 94.18 | 179.82 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 186 | 0.82 | 0.42 | 0 | 0.27 | 211.18 | 0.69 | 0.43 |
| Hex | 22 | 6B | BA | 52 | 2A | 0 | 1B | D3 | 45 | 2B |
| Octal | 42 | 153 | 272 | 122 | 52 | 0 | 33 | 323 | 105 | 53 |
| Binary | 100010 | 1101011 | 10111010 | 1010010 | 101010 | 0 | 11011 | 11010011 | 1000101 | 101011 |
Color Harmonies of #226BBA
Complementary color
Monochromatic Colors of #226BBA
Black with #226BBA
Text Example
Text Example
White with #226BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226BBA; }
p { color: rgb(34,107,186); }
H1.HeaderClassName
{
color: #226BBA;
}
.AnyTagClassName
{
color: #226BBA;
}
</style>
background-color css
<style>
a { background-color: #226BBA; }
a { background-color: rgb(34,107,186); }
div.DivClassName
{
background-color: #226BBA;
}
.BgClassName
{
background-color: #226BBA;
}
</style>
border-color css
<style>
span { border-color: #226BBA; }
span { border-color: rgb(34,107,186); }
td.TdClassName
{
border-color: #226BBA;
}
.TagClassName
{
border-color: #226BBA;
}
</style>