Shades of Venice Blue #224E71
Tints of Venice Blue #224E71
RGB
CMYK
RGB Variations
Color information
#224E71 (or 0x224E71) is known color: Venice Blue. HEX triplet: 22, 4E and 71. RGB value is (34,78,113). Sum of RGB (Red+Green+Blue) = 34+78+113=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #224E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E71 is #DDB18E. Grayscale: #444444. Windows color (decimal): -14528911 or 7425570. OLE color: 7425570.
HSL color Cylindrical-coordinate representation of color #224E71: hue angle of 206.58º 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 #224E71 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 78 | 113 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.56 |
| HSL | 206.58º | 0.54% | 0.29% | - |
| HSV(B) | 206.58º | 0.7% | 0.44% | - |
| XYZ | 6.36 | 6.98 | 16.63 | - |
| YUV | 68.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 113 | 0.70 | 0.31 | 0 | 0.56 | 206.58 | 0.54 | 0.29 |
| Hex | 22 | 4E | 71 | 46 | 1F | 0 | 38 | CF | 36 | 1D |
| Octal | 42 | 116 | 161 | 106 | 37 | 0 | 70 | 317 | 66 | 35 |
| Binary | 100010 | 1001110 | 1110001 | 1000110 | 11111 | 0 | 111000 | 11001111 | 110110 | 11101 |
Color Harmonies of #224E71
Complementary color
Monochromatic Colors of #224E71
Black with #224E71
Text Example
Text Example
White with #224E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E71; }
p { color: rgb(34,78,113); }
H1.HeaderClassName
{
color: #224E71;
}
.AnyTagClassName
{
color: #224E71;
}
</style>
background-color css
<style>
a { background-color: #224E71; }
a { background-color: rgb(34,78,113); }
div.DivClassName
{
background-color: #224E71;
}
.BgClassName
{
background-color: #224E71;
}
</style>
border-color css
<style>
span { border-color: #224E71; }
span { border-color: rgb(34,78,113); }
td.TdClassName
{
border-color: #224E71;
}
.TagClassName
{
border-color: #224E71;
}
</style>