Shades of Venice Blue #224C73
Tints of Venice Blue #224C73
RGB
CMYK
RGB Variations
Color information
#224C73 (or 0x224C73) is known color: Venice Blue. HEX triplet: 22, 4C and 73. RGB value is (34,76,115). Sum of RGB (Red+Green+Blue) = 34+76+115=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #224C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C73 is #DDB38C. Grayscale: #434343. Windows color (decimal): -14529421 or 7556130. OLE color: 7556130.
HSL color Cylindrical-coordinate representation of color #224C73: hue angle of 208.89º 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 #224C73 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 76 | 115 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.55 |
| HSL | 208.89º | 0.54% | 0.29% | - |
| HSV(B) | 208.89º | 0.7% | 0.45% | - |
| XYZ | 6.34 | 6.75 | 17.19 | - |
| YUV | 67.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 115 | 0.70 | 0.34 | 0 | 0.55 | 208.89 | 0.54 | 0.29 |
| Hex | 22 | 4C | 73 | 46 | 22 | 0 | 37 | D1 | 36 | 1D |
| Octal | 42 | 114 | 163 | 106 | 42 | 0 | 67 | 321 | 66 | 35 |
| Binary | 100010 | 1001100 | 1110011 | 1000110 | 100010 | 0 | 110111 | 11010001 | 110110 | 11101 |
Color Harmonies of #224C73
Complementary color
Monochromatic Colors of #224C73
Black with #224C73
Text Example
Text Example
White with #224C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C73; }
p { color: rgb(34,76,115); }
H1.HeaderClassName
{
color: #224C73;
}
.AnyTagClassName
{
color: #224C73;
}
</style>
background-color css
<style>
a { background-color: #224C73; }
a { background-color: rgb(34,76,115); }
div.DivClassName
{
background-color: #224C73;
}
.BgClassName
{
background-color: #224C73;
}
</style>
border-color css
<style>
span { border-color: #224C73; }
span { border-color: rgb(34,76,115); }
td.TdClassName
{
border-color: #224C73;
}
.TagClassName
{
border-color: #224C73;
}
</style>