Shades of Venice Blue #224874
Tints of Venice Blue #224874
RGB
CMYK
RGB Variations
Color information
#224874 (or 0x224874) is known color: Venice Blue. HEX triplet: 22, 48 and 74. RGB value is (34,72,116). Sum of RGB (Red+Green+Blue) = 34+72+116=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #224874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224874 is #DDB78B. Grayscale: #414141. Windows color (decimal): -14530444 or 7620642. OLE color: 7620642.
HSL color Cylindrical-coordinate representation of color #224874: hue angle of 212.2º 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 #224874 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 72 | 116 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.55 |
| HSL | 212.2º | 0.55% | 0.29% | - |
| HSV(B) | 212.2º | 0.71% | 0.45% | - |
| XYZ | 6.13 | 6.24 | 17.4 | - |
| YUV | 65.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 116 | 0.71 | 0.38 | 0 | 0.55 | 212.2 | 0.55 | 0.29 |
| Hex | 22 | 48 | 74 | 47 | 26 | 0 | 37 | D4 | 37 | 1D |
| Octal | 42 | 110 | 164 | 107 | 46 | 0 | 67 | 324 | 67 | 35 |
| Binary | 100010 | 1001000 | 1110100 | 1000111 | 100110 | 0 | 110111 | 11010100 | 110111 | 11101 |
Color Harmonies of #224874
Complementary color
Monochromatic Colors of #224874
Black with #224874
Text Example
Text Example
White with #224874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224874; }
p { color: rgb(34,72,116); }
H1.HeaderClassName
{
color: #224874;
}
.AnyTagClassName
{
color: #224874;
}
</style>
background-color css
<style>
a { background-color: #224874; }
a { background-color: rgb(34,72,116); }
div.DivClassName
{
background-color: #224874;
}
.BgClassName
{
background-color: #224874;
}
</style>
border-color css
<style>
span { border-color: #224874; }
span { border-color: rgb(34,72,116); }
td.TdClassName
{
border-color: #224874;
}
.TagClassName
{
border-color: #224874;
}
</style>