Shades of Venice Blue #224A73
Tints of Venice Blue #224A73
RGB
CMYK
RGB Variations
Color information
#224A73 (or 0x224A73) is known color: Venice Blue. HEX triplet: 22, 4A and 73. RGB value is (34,74,115). Sum of RGB (Red+Green+Blue) = 34+74+115=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #224A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A73 is #DDB58C. Grayscale: #424242. Windows color (decimal): -14529933 or 7555618. OLE color: 7555618.
HSL color Cylindrical-coordinate representation of color #224A73: hue angle of 210.37º 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 #224A73 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 74 | 115 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.55 |
| HSL | 210.37º | 0.54% | 0.29% | - |
| HSV(B) | 210.37º | 0.7% | 0.45% | - |
| XYZ | 6.2 | 6.48 | 17.14 | - |
| YUV | 66.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 115 | 0.70 | 0.36 | 0 | 0.55 | 210.37 | 0.54 | 0.29 |
| Hex | 22 | 4A | 73 | 46 | 24 | 0 | 37 | D2 | 36 | 1D |
| Octal | 42 | 112 | 163 | 106 | 44 | 0 | 67 | 322 | 66 | 35 |
| Binary | 100010 | 1001010 | 1110011 | 1000110 | 100100 | 0 | 110111 | 11010010 | 110110 | 11101 |
Color Harmonies of #224A73
Complementary color
Monochromatic Colors of #224A73
Black with #224A73
Text Example
Text Example
White with #224A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224A73; }
p { color: rgb(34,74,115); }
H1.HeaderClassName
{
color: #224A73;
}
.AnyTagClassName
{
color: #224A73;
}
</style>
background-color css
<style>
a { background-color: #224A73; }
a { background-color: rgb(34,74,115); }
div.DivClassName
{
background-color: #224A73;
}
.BgClassName
{
background-color: #224A73;
}
</style>
border-color css
<style>
span { border-color: #224A73; }
span { border-color: rgb(34,74,115); }
td.TdClassName
{
border-color: #224A73;
}
.TagClassName
{
border-color: #224A73;
}
</style>