Shades of Venice Blue #224473
Tints of Venice Blue #224473
RGB
CMYK
RGB Variations
Color information
#224473 (or 0x224473) is known color: Venice Blue. HEX triplet: 22, 44 and 73. RGB value is (34,68,115). Sum of RGB (Red+Green+Blue) = 34+68+115=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #224473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224473 is #DDBB8C. Grayscale: #3E3E3E. Windows color (decimal): -14531469 or 7554082. OLE color: 7554082.
HSL color Cylindrical-coordinate representation of color #224473: hue angle of 214.81º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224473 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 68 | 115 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.55 |
| HSL | 214.81º | 0.54% | 0.29% | - |
| HSV(B) | 214.81º | 0.7% | 0.45% | - |
| XYZ | 5.82 | 5.71 | 17.02 | - |
| YUV | 63.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 115 | 0.70 | 0.41 | 0 | 0.55 | 214.81 | 0.54 | 0.29 |
| Hex | 22 | 44 | 73 | 46 | 29 | 0 | 37 | D7 | 36 | 1D |
| Octal | 42 | 104 | 163 | 106 | 51 | 0 | 67 | 327 | 66 | 35 |
| Binary | 100010 | 1000100 | 1110011 | 1000110 | 101001 | 0 | 110111 | 11010111 | 110110 | 11101 |
Color Harmonies of #224473
Complementary color
Monochromatic Colors of #224473
Black with #224473
Text Example
Text Example
White with #224473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224473; }
p { color: rgb(34,68,115); }
H1.HeaderClassName
{
color: #224473;
}
.AnyTagClassName
{
color: #224473;
}
</style>
background-color css
<style>
a { background-color: #224473; }
a { background-color: rgb(34,68,115); }
div.DivClassName
{
background-color: #224473;
}
.BgClassName
{
background-color: #224473;
}
</style>
border-color css
<style>
span { border-color: #224473; }
span { border-color: rgb(34,68,115); }
td.TdClassName
{
border-color: #224473;
}
.TagClassName
{
border-color: #224473;
}
</style>