Shades of Denim #226ECF
Tints of Denim #226ECF
RGB
CMYK
RGB Variations
Color information
#226ECF (or 0x226ECF) is known color: Denim. HEX triplet: 22, 6E and CF. RGB value is (34,110,207). Sum of RGB (Red+Green+Blue) = 34+110+207=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #226ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ECF is #DD9130. Grayscale: #616161. Windows color (decimal): -14520625 or 13594146. OLE color: 13594146.
HSL color Cylindrical-coordinate representation of color #226ECF: hue angle of 213.64º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #226ECF is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 110 | 207 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.19 |
| HSL | 213.64º | 0.72% | 0.47% | - |
| HSV(B) | 213.64º | 0.84% | 0.81% | - |
| XYZ | 17.5 | 16 | 61.2 | - |
| YUV | 98.33 | 189.32 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 207 | 0.84 | 0.47 | 0 | 0.19 | 213.64 | 0.72 | 0.47 |
| Hex | 22 | 6E | CF | 54 | 2F | 0 | 13 | D6 | 48 | 2F |
| Octal | 42 | 156 | 317 | 124 | 57 | 0 | 23 | 326 | 110 | 57 |
| Binary | 100010 | 1101110 | 11001111 | 1010100 | 101111 | 0 | 10011 | 11010110 | 1001000 | 101111 |
Color Harmonies of #226ECF
Complementary color
Monochromatic Colors of #226ECF
Black with #226ECF
Text Example
Text Example
White with #226ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226ECF; }
p { color: rgb(34,110,207); }
H1.HeaderClassName
{
color: #226ECF;
}
.AnyTagClassName
{
color: #226ECF;
}
</style>
background-color css
<style>
a { background-color: #226ECF; }
a { background-color: rgb(34,110,207); }
div.DivClassName
{
background-color: #226ECF;
}
.BgClassName
{
background-color: #226ECF;
}
</style>
border-color css
<style>
span { border-color: #226ECF; }
span { border-color: rgb(34,110,207); }
td.TdClassName
{
border-color: #226ECF;
}
.TagClassName
{
border-color: #226ECF;
}
</style>