Shades of Venice Blue #224972
Tints of Venice Blue #224972
RGB
CMYK
RGB Variations
Color information
#224972 (or 0x224972) is known color: Venice Blue. HEX triplet: 22, 49 and 72. RGB value is (34,73,114). Sum of RGB (Red+Green+Blue) = 34+73+114=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #224972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224972 is #DDB68D. Grayscale: #414141. Windows color (decimal): -14530190 or 7489826. OLE color: 7489826.
HSL color Cylindrical-coordinate representation of color #224972: hue angle of 210.75º 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 #224972 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 73 | 114 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.55 |
| HSL | 210.75º | 0.54% | 0.29% | - |
| HSV(B) | 210.75º | 0.7% | 0.45% | - |
| XYZ | 6.08 | 6.32 | 16.82 | - |
| YUV | 66.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 114 | 0.70 | 0.36 | 0 | 0.55 | 210.75 | 0.54 | 0.29 |
| Hex | 22 | 49 | 72 | 46 | 24 | 0 | 37 | D3 | 36 | 1D |
| Octal | 42 | 111 | 162 | 106 | 44 | 0 | 67 | 323 | 66 | 35 |
| Binary | 100010 | 1001001 | 1110010 | 1000110 | 100100 | 0 | 110111 | 11010011 | 110110 | 11101 |
Color Harmonies of #224972
Complementary color
Monochromatic Colors of #224972
Black with #224972
Text Example
Text Example
White with #224972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224972; }
p { color: rgb(34,73,114); }
H1.HeaderClassName
{
color: #224972;
}
.AnyTagClassName
{
color: #224972;
}
</style>
background-color css
<style>
a { background-color: #224972; }
a { background-color: rgb(34,73,114); }
div.DivClassName
{
background-color: #224972;
}
.BgClassName
{
background-color: #224972;
}
</style>
border-color css
<style>
span { border-color: #224972; }
span { border-color: rgb(34,73,114); }
td.TdClassName
{
border-color: #224972;
}
.TagClassName
{
border-color: #224972;
}
</style>