Shades of Venice Blue #224C75
Tints of Venice Blue #224C75
RGB
CMYK
RGB Variations
Color information
#224C75 (or 0x224C75) is known color: Venice Blue. HEX triplet: 22, 4C and 75. RGB value is (34,76,117). Sum of RGB (Red+Green+Blue) = 34+76+117=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #224C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C75 is #DDB38A. Grayscale: #434343. Windows color (decimal): -14529419 or 7687202. OLE color: 7687202.
HSL color Cylindrical-coordinate representation of color #224C75: hue angle of 209.64º 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 #224C75 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 76 | 117 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.54 |
| HSL | 209.64º | 0.55% | 0.3% | - |
| HSV(B) | 209.64º | 0.71% | 0.46% | - |
| XYZ | 6.46 | 6.79 | 17.8 | - |
| YUV | 68.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 117 | 0.71 | 0.35 | 0 | 0.54 | 209.64 | 0.55 | 0.3 |
| Hex | 22 | 4C | 75 | 47 | 23 | 0 | 36 | D2 | 37 | 1E |
| Octal | 42 | 114 | 165 | 107 | 43 | 0 | 66 | 322 | 67 | 36 |
| Binary | 100010 | 1001100 | 1110101 | 1000111 | 100011 | 0 | 110110 | 11010010 | 110111 | 11110 |
Color Harmonies of #224C75
Complementary color
Monochromatic Colors of #224C75
Black with #224C75
Text Example
Text Example
White with #224C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C75; }
p { color: rgb(34,76,117); }
H1.HeaderClassName
{
color: #224C75;
}
.AnyTagClassName
{
color: #224C75;
}
</style>
background-color css
<style>
a { background-color: #224C75; }
a { background-color: rgb(34,76,117); }
div.DivClassName
{
background-color: #224C75;
}
.BgClassName
{
background-color: #224C75;
}
</style>
border-color css
<style>
span { border-color: #224C75; }
span { border-color: rgb(34,76,117); }
td.TdClassName
{
border-color: #224C75;
}
.TagClassName
{
border-color: #224C75;
}
</style>