Shades of Venice Blue #224971
Tints of Venice Blue #224971
RGB
CMYK
RGB Variations
Color information
#224971 (or 0x224971) is known color: Venice Blue. HEX triplet: 22, 49 and 71. RGB value is (34,73,113). Sum of RGB (Red+Green+Blue) = 34+73+113=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #224971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224971 is #DDB68E. Grayscale: #414141. Windows color (decimal): -14530191 or 7424290. OLE color: 7424290.
HSL color Cylindrical-coordinate representation of color #224971: hue angle of 210.38º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224971 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 73 | 113 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.56 |
| HSL | 210.38º | 0.54% | 0.29% | - |
| HSV(B) | 210.38º | 0.7% | 0.44% | - |
| XYZ | 6.02 | 6.3 | 16.52 | - |
| YUV | 65.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 113 | 0.70 | 0.35 | 0 | 0.56 | 210.38 | 0.54 | 0.29 |
| Hex | 22 | 49 | 71 | 46 | 23 | 0 | 38 | D2 | 36 | 1D |
| Octal | 42 | 111 | 161 | 106 | 43 | 0 | 70 | 322 | 66 | 35 |
| Binary | 100010 | 1001001 | 1110001 | 1000110 | 100011 | 0 | 111000 | 11010010 | 110110 | 11101 |
Color Harmonies of #224971
Complementary color
Monochromatic Colors of #224971
Black with #224971
Text Example
Text Example
White with #224971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224971; }
p { color: rgb(34,73,113); }
H1.HeaderClassName
{
color: #224971;
}
.AnyTagClassName
{
color: #224971;
}
</style>
background-color css
<style>
a { background-color: #224971; }
a { background-color: rgb(34,73,113); }
div.DivClassName
{
background-color: #224971;
}
.BgClassName
{
background-color: #224971;
}
</style>
border-color css
<style>
span { border-color: #224971; }
span { border-color: rgb(34,73,113); }
td.TdClassName
{
border-color: #224971;
}
.TagClassName
{
border-color: #224971;
}
</style>