Shades of Denim #226CCE
Tints of Denim #226CCE
RGB
CMYK
RGB Variations
Color information
#226CCE (or 0x226CCE) is known color: Denim. HEX triplet: 22, 6C and CE. RGB value is (34,108,206). Sum of RGB (Red+Green+Blue) = 34+108+206=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #226CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226CCE is #DD9331. Grayscale: #606060. Windows color (decimal): -14521138 or 13528098. OLE color: 13528098.
HSL color Cylindrical-coordinate representation of color #226CCE: hue angle of 214.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226CCE is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 108 | 206 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.19 |
| HSL | 214.19º | 0.72% | 0.47% | - |
| HSV(B) | 214.19º | 0.83% | 0.81% | - |
| XYZ | 17.16 | 15.52 | 60.48 | - |
| YUV | 97.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 206 | 0.83 | 0.48 | 0 | 0.19 | 214.19 | 0.72 | 0.47 |
| Hex | 22 | 6C | CE | 53 | 30 | 0 | 13 | D6 | 48 | 2F |
| Octal | 42 | 154 | 316 | 123 | 60 | 0 | 23 | 326 | 110 | 57 |
| Binary | 100010 | 1101100 | 11001110 | 1010011 | 110000 | 0 | 10011 | 11010110 | 1001000 | 101111 |
Color Harmonies of #226CCE
Complementary color
Monochromatic Colors of #226CCE
Black with #226CCE
Text Example
Text Example
White with #226CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CCE; }
p { color: rgb(34,108,206); }
H1.HeaderClassName
{
color: #226CCE;
}
.AnyTagClassName
{
color: #226CCE;
}
</style>
background-color css
<style>
a { background-color: #226CCE; }
a { background-color: rgb(34,108,206); }
div.DivClassName
{
background-color: #226CCE;
}
.BgClassName
{
background-color: #226CCE;
}
</style>
border-color css
<style>
span { border-color: #226CCE; }
span { border-color: rgb(34,108,206); }
td.TdClassName
{
border-color: #226CCE;
}
.TagClassName
{
border-color: #226CCE;
}
</style>