Shades of Denim #226CCA
Tints of Denim #226CCA
RGB
CMYK
RGB Variations
Color information
#226CCA (or 0x226CCA) is known color: Denim. HEX triplet: 22, 6C and CA. RGB value is (34,108,202). Sum of RGB (Red+Green+Blue) = 34+108+202=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #226CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226CCA is #DD9335. Grayscale: #606060. Windows color (decimal): -14521142 or 13265954. OLE color: 13265954.
HSL color Cylindrical-coordinate representation of color #226CCA: hue angle of 213.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226CCA is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 108 | 202 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.21 |
| HSL | 213.57º | 0.71% | 0.46% | - |
| HSV(B) | 213.57º | 0.83% | 0.79% | - |
| XYZ | 16.68 | 15.33 | 57.96 | - |
| YUV | 96.59 | 187.48 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 202 | 0.83 | 0.47 | 0 | 0.21 | 213.57 | 0.71 | 0.46 |
| Hex | 22 | 6C | CA | 53 | 2F | 0 | 15 | D6 | 47 | 2E |
| Octal | 42 | 154 | 312 | 123 | 57 | 0 | 25 | 326 | 107 | 56 |
| Binary | 100010 | 1101100 | 11001010 | 1010011 | 101111 | 0 | 10101 | 11010110 | 1000111 | 101110 |
Color Harmonies of #226CCA
Complementary color
Monochromatic Colors of #226CCA
Black with #226CCA
Text Example
Text Example
White with #226CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CCA; }
p { color: rgb(34,108,202); }
H1.HeaderClassName
{
color: #226CCA;
}
.AnyTagClassName
{
color: #226CCA;
}
</style>
background-color css
<style>
a { background-color: #226CCA; }
a { background-color: rgb(34,108,202); }
div.DivClassName
{
background-color: #226CCA;
}
.BgClassName
{
background-color: #226CCA;
}
</style>
border-color css
<style>
span { border-color: #226CCA; }
span { border-color: rgb(34,108,202); }
td.TdClassName
{
border-color: #226CCA;
}
.TagClassName
{
border-color: #226CCA;
}
</style>