Shades of Venice Blue #224C74
Tints of Venice Blue #224C74
RGB
CMYK
RGB Variations
Color information
#224C74 (or 0x224C74) is known color: Venice Blue. HEX triplet: 22, 4C and 74. RGB value is (34,76,116). Sum of RGB (Red+Green+Blue) = 34+76+116=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #224C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C74 is #DDB38B. Grayscale: #434343. Windows color (decimal): -14529420 or 7621666. OLE color: 7621666.
HSL color Cylindrical-coordinate representation of color #224C74: hue angle of 209.27º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224C74 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 76 | 116 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.55 |
| HSL | 209.27º | 0.55% | 0.29% | - |
| HSV(B) | 209.27º | 0.71% | 0.45% | - |
| XYZ | 6.4 | 6.77 | 17.49 | - |
| YUV | 68 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 116 | 0.71 | 0.34 | 0 | 0.55 | 209.27 | 0.55 | 0.29 |
| Hex | 22 | 4C | 74 | 47 | 22 | 0 | 37 | D1 | 37 | 1D |
| Octal | 42 | 114 | 164 | 107 | 42 | 0 | 67 | 321 | 67 | 35 |
| Binary | 100010 | 1001100 | 1110100 | 1000111 | 100010 | 0 | 110111 | 11010001 | 110111 | 11101 |
Color Harmonies of #224C74
Complementary color
Monochromatic Colors of #224C74
Black with #224C74
Text Example
Text Example
White with #224C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C74; }
p { color: rgb(34,76,116); }
H1.HeaderClassName
{
color: #224C74;
}
.AnyTagClassName
{
color: #224C74;
}
</style>
background-color css
<style>
a { background-color: #224C74; }
a { background-color: rgb(34,76,116); }
div.DivClassName
{
background-color: #224C74;
}
.BgClassName
{
background-color: #224C74;
}
</style>
border-color css
<style>
span { border-color: #224C74; }
span { border-color: rgb(34,76,116); }
td.TdClassName
{
border-color: #224C74;
}
.TagClassName
{
border-color: #224C74;
}
</style>