Shades of Denim #226CCB
Tints of Denim #226CCB
RGB
CMYK
RGB Variations
Color information
#226CCB (or 0x226CCB) is known color: Denim. HEX triplet: 22, 6C and CB. RGB value is (34,108,203). Sum of RGB (Red+Green+Blue) = 34+108+203=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #226CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226CCB is #DD9334. Grayscale: #606060. Windows color (decimal): -14521141 or 13331490. OLE color: 13331490.
HSL color Cylindrical-coordinate representation of color #226CCB: hue angle of 213.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226CCB is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 108 | 203 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.20 |
| HSL | 213.73º | 0.71% | 0.46% | - |
| HSV(B) | 213.73º | 0.83% | 0.8% | - |
| XYZ | 16.8 | 15.38 | 58.58 | - |
| YUV | 96.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 203 | 0.83 | 0.47 | 0 | 0.20 | 213.73 | 0.71 | 0.46 |
| Hex | 22 | 6C | CB | 53 | 2F | 0 | 14 | D6 | 47 | 2E |
| Octal | 42 | 154 | 313 | 123 | 57 | 0 | 24 | 326 | 107 | 56 |
| Binary | 100010 | 1101100 | 11001011 | 1010011 | 101111 | 0 | 10100 | 11010110 | 1000111 | 101110 |
Color Harmonies of #226CCB
Complementary color
Monochromatic Colors of #226CCB
Black with #226CCB
Text Example
Text Example
White with #226CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CCB; }
p { color: rgb(34,108,203); }
H1.HeaderClassName
{
color: #226CCB;
}
.AnyTagClassName
{
color: #226CCB;
}
</style>
background-color css
<style>
a { background-color: #226CCB; }
a { background-color: rgb(34,108,203); }
div.DivClassName
{
background-color: #226CCB;
}
.BgClassName
{
background-color: #226CCB;
}
</style>
border-color css
<style>
span { border-color: #226CCB; }
span { border-color: rgb(34,108,203); }
td.TdClassName
{
border-color: #226CCB;
}
.TagClassName
{
border-color: #226CCB;
}
</style>