Shades of Venice Blue #224976
Tints of Venice Blue #224976
RGB
CMYK
RGB Variations
Color information
#224976 (or 0x224976) is known color: Venice Blue. HEX triplet: 22, 49 and 76. RGB value is (34,73,118). Sum of RGB (Red+Green+Blue) = 34+73+118=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #224976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224976 is #DDB689. Grayscale: #424242. Windows color (decimal): -14530186 or 7751970. OLE color: 7751970.
HSL color Cylindrical-coordinate representation of color #224976: hue angle of 212.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224976 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 73 | 118 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.54 |
| HSL | 212.14º | 0.55% | 0.3% | - |
| HSV(B) | 212.14º | 0.71% | 0.46% | - |
| XYZ | 6.31 | 6.41 | 18.04 | - |
| YUV | 66.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 118 | 0.71 | 0.38 | 0 | 0.54 | 212.14 | 0.55 | 0.3 |
| Hex | 22 | 49 | 76 | 47 | 26 | 0 | 36 | D4 | 37 | 1E |
| Octal | 42 | 111 | 166 | 107 | 46 | 0 | 66 | 324 | 67 | 36 |
| Binary | 100010 | 1001001 | 1110110 | 1000111 | 100110 | 0 | 110110 | 11010100 | 110111 | 11110 |
Color Harmonies of #224976
Complementary color
Monochromatic Colors of #224976
Black with #224976
Text Example
Text Example
White with #224976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224976; }
p { color: rgb(34,73,118); }
H1.HeaderClassName
{
color: #224976;
}
.AnyTagClassName
{
color: #224976;
}
</style>
background-color css
<style>
a { background-color: #224976; }
a { background-color: rgb(34,73,118); }
div.DivClassName
{
background-color: #224976;
}
.BgClassName
{
background-color: #224976;
}
</style>
border-color css
<style>
span { border-color: #224976; }
span { border-color: rgb(34,73,118); }
td.TdClassName
{
border-color: #224976;
}
.TagClassName
{
border-color: #224976;
}
</style>