Shades of Venice Blue #224E70
Tints of Venice Blue #224E70
RGB
CMYK
RGB Variations
Color information
#224E70 (or 0x224E70) is known color: Venice Blue. HEX triplet: 22, 4E and 70. RGB value is (34,78,112). Sum of RGB (Red+Green+Blue) = 34+78+112=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #224E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E70 is #DDB18F. Grayscale: #444444. Windows color (decimal): -14528912 or 7360034. OLE color: 7360034.
HSL color Cylindrical-coordinate representation of color #224E70: hue angle of 206.15º degrees, saturation: 0.53, 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 #224E70 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 78 | 112 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.56 |
| HSL | 206.15º | 0.53% | 0.29% | - |
| HSV(B) | 206.15º | 0.7% | 0.44% | - |
| XYZ | 6.31 | 6.96 | 16.34 | - |
| YUV | 68.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 112 | 0.70 | 0.30 | 0 | 0.56 | 206.15 | 0.53 | 0.29 |
| Hex | 22 | 4E | 70 | 46 | 1E | 0 | 38 | CE | 35 | 1D |
| Octal | 42 | 116 | 160 | 106 | 36 | 0 | 70 | 316 | 65 | 35 |
| Binary | 100010 | 1001110 | 1110000 | 1000110 | 11110 | 0 | 111000 | 11001110 | 110101 | 11101 |
Color Harmonies of #224E70
Complementary color
Monochromatic Colors of #224E70
Black with #224E70
Text Example
Text Example
White with #224E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E70; }
p { color: rgb(34,78,112); }
H1.HeaderClassName
{
color: #224E70;
}
.AnyTagClassName
{
color: #224E70;
}
</style>
background-color css
<style>
a { background-color: #224E70; }
a { background-color: rgb(34,78,112); }
div.DivClassName
{
background-color: #224E70;
}
.BgClassName
{
background-color: #224E70;
}
</style>
border-color css
<style>
span { border-color: #224E70; }
span { border-color: rgb(34,78,112); }
td.TdClassName
{
border-color: #224E70;
}
.TagClassName
{
border-color: #224E70;
}
</style>