Shades of Denim #226DB4
Tints of Denim #226DB4
RGB
CMYK
RGB Variations
Color information
#226DB4 (or 0x226DB4) is known color: Denim. HEX triplet: 22, 6D and B4. RGB value is (34,109,180). Sum of RGB (Red+Green+Blue) = 34+109+180=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #226DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226DB4 is #DD924B. Grayscale: #5E5E5E. Windows color (decimal): -14520908 or 11824418. OLE color: 11824418.
HSL color Cylindrical-coordinate representation of color #226DB4: hue angle of 209.18º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #226DB4 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 109 | 180 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.29 |
| HSL | 209.18º | 0.68% | 0.42% | - |
| HSV(B) | 209.18º | 0.81% | 0.71% | - |
| XYZ | 14.37 | 14.57 | 45.24 | - |
| YUV | 94.67 | 176.15 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 180 | 0.81 | 0.39 | 0 | 0.29 | 209.18 | 0.68 | 0.42 |
| Hex | 22 | 6D | B4 | 51 | 27 | 0 | 1D | D1 | 44 | 2A |
| Octal | 42 | 155 | 264 | 121 | 47 | 0 | 35 | 321 | 104 | 52 |
| Binary | 100010 | 1101101 | 10110100 | 1010001 | 100111 | 0 | 11101 | 11010001 | 1000100 | 101010 |
Color Harmonies of #226DB4
Complementary color
Monochromatic Colors of #226DB4
Black with #226DB4
Text Example
Text Example
White with #226DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226DB4; }
p { color: rgb(34,109,180); }
H1.HeaderClassName
{
color: #226DB4;
}
.AnyTagClassName
{
color: #226DB4;
}
</style>
background-color css
<style>
a { background-color: #226DB4; }
a { background-color: rgb(34,109,180); }
div.DivClassName
{
background-color: #226DB4;
}
.BgClassName
{
background-color: #226DB4;
}
</style>
border-color css
<style>
span { border-color: #226DB4; }
span { border-color: rgb(34,109,180); }
td.TdClassName
{
border-color: #226DB4;
}
.TagClassName
{
border-color: #226DB4;
}
</style>