Shades of Denim #226FC3
Tints of Denim #226FC3
RGB
CMYK
RGB Variations
Color information
#226FC3 (or 0x226FC3) is known color: Denim. HEX triplet: 22, 6F and C3. RGB value is (34,111,195). Sum of RGB (Red+Green+Blue) = 34+111+195=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 195 (76.56% from 255 or 57.35% from 340); Max value from RGB is 195 - color contains mainly: blue. Hex color #226FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226FC3 is #DD903C. Grayscale: #616161. Windows color (decimal): -14520381 or 12807970. OLE color: 12807970.
HSL color Cylindrical-coordinate representation of color #226FC3: hue angle of 211.3º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226FC3 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 111 | 195 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.24 |
| HSL | 211.3º | 0.7% | 0.45% | - |
| HSV(B) | 211.3º | 0.83% | 0.76% | - |
| XYZ | 16.19 | 15.65 | 53.8 | - |
| YUV | 97.55 | 182.99 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 195 | 0.83 | 0.43 | 0 | 0.24 | 211.3 | 0.7 | 0.45 |
| Hex | 22 | 6F | C3 | 53 | 2B | 0 | 18 | D3 | 46 | 2D |
| Octal | 42 | 157 | 303 | 123 | 53 | 0 | 30 | 323 | 106 | 55 |
| Binary | 100010 | 1101111 | 11000011 | 1010011 | 101011 | 0 | 11000 | 11010011 | 1000110 | 101101 |
Color Harmonies of #226FC3
Complementary color
Monochromatic Colors of #226FC3
Black with #226FC3
Text Example
Text Example
White with #226FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226FC3; }
p { color: rgb(34,111,195); }
H1.HeaderClassName
{
color: #226FC3;
}
.AnyTagClassName
{
color: #226FC3;
}
</style>
background-color css
<style>
a { background-color: #226FC3; }
a { background-color: rgb(34,111,195); }
div.DivClassName
{
background-color: #226FC3;
}
.BgClassName
{
background-color: #226FC3;
}
</style>
border-color css
<style>
span { border-color: #226FC3; }
span { border-color: rgb(34,111,195); }
td.TdClassName
{
border-color: #226FC3;
}
.TagClassName
{
border-color: #226FC3;
}
</style>