Shades of Denim #226BCD
Tints of Denim #226BCD
RGB
CMYK
RGB Variations
Color information
#226BCD (or 0x226BCD) is known color: Denim. HEX triplet: 22, 6B and CD. RGB value is (34,107,205). Sum of RGB (Red+Green+Blue) = 34+107+205=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #226BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226BCD is #DD9432. Grayscale: #5F5F5F. Windows color (decimal): -14521395 or 13462306. OLE color: 13462306.
HSL color Cylindrical-coordinate representation of color #226BCD: hue angle of 214.39º 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 #226BCD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 107 | 205 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.20 |
| HSL | 214.39º | 0.72% | 0.47% | - |
| HSV(B) | 214.39º | 0.83% | 0.8% | - |
| XYZ | 16.94 | 15.26 | 59.81 | - |
| YUV | 96.35 | 189.32 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 205 | 0.83 | 0.48 | 0 | 0.20 | 214.39 | 0.72 | 0.47 |
| Hex | 22 | 6B | CD | 53 | 30 | 0 | 14 | D6 | 48 | 2F |
| Octal | 42 | 153 | 315 | 123 | 60 | 0 | 24 | 326 | 110 | 57 |
| Binary | 100010 | 1101011 | 11001101 | 1010011 | 110000 | 0 | 10100 | 11010110 | 1001000 | 101111 |
Color Harmonies of #226BCD
Complementary color
Monochromatic Colors of #226BCD
Black with #226BCD
Text Example
Text Example
White with #226BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226BCD; }
p { color: rgb(34,107,205); }
H1.HeaderClassName
{
color: #226BCD;
}
.AnyTagClassName
{
color: #226BCD;
}
</style>
background-color css
<style>
a { background-color: #226BCD; }
a { background-color: rgb(34,107,205); }
div.DivClassName
{
background-color: #226BCD;
}
.BgClassName
{
background-color: #226BCD;
}
</style>
border-color css
<style>
span { border-color: #226BCD; }
span { border-color: rgb(34,107,205); }
td.TdClassName
{
border-color: #226BCD;
}
.TagClassName
{
border-color: #226BCD;
}
</style>