Shades of Denim #226CCD
Tints of Denim #226CCD
RGB
CMYK
RGB Variations
Color information
#226CCD (or 0x226CCD) is known color: Denim. HEX triplet: 22, 6C and CD. RGB value is (34,108,205). Sum of RGB (Red+Green+Blue) = 34+108+205=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #226CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226CCD is #DD9332. Grayscale: #606060. Windows color (decimal): -14521139 or 13462562. OLE color: 13462562.
HSL color Cylindrical-coordinate representation of color #226CCD: hue angle of 214.04º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226CCD is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 108 | 205 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.20 |
| HSL | 214.04º | 0.72% | 0.47% | - |
| HSV(B) | 214.04º | 0.83% | 0.8% | - |
| XYZ | 17.04 | 15.47 | 59.85 | - |
| YUV | 96.93 | 188.98 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 205 | 0.83 | 0.47 | 0 | 0.20 | 214.04 | 0.72 | 0.47 |
| Hex | 22 | 6C | CD | 53 | 2F | 0 | 14 | D6 | 48 | 2F |
| Octal | 42 | 154 | 315 | 123 | 57 | 0 | 24 | 326 | 110 | 57 |
| Binary | 100010 | 1101100 | 11001101 | 1010011 | 101111 | 0 | 10100 | 11010110 | 1001000 | 101111 |
Color Harmonies of #226CCD
Complementary color
Monochromatic Colors of #226CCD
Black with #226CCD
Text Example
Text Example
White with #226CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CCD; }
p { color: rgb(34,108,205); }
H1.HeaderClassName
{
color: #226CCD;
}
.AnyTagClassName
{
color: #226CCD;
}
</style>
background-color css
<style>
a { background-color: #226CCD; }
a { background-color: rgb(34,108,205); }
div.DivClassName
{
background-color: #226CCD;
}
.BgClassName
{
background-color: #226CCD;
}
</style>
border-color css
<style>
span { border-color: #226CCD; }
span { border-color: rgb(34,108,205); }
td.TdClassName
{
border-color: #226CCD;
}
.TagClassName
{
border-color: #226CCD;
}
</style>