Shades of Venice Blue #224975
Tints of Venice Blue #224975
RGB
CMYK
RGB Variations
Color information
#224975 (or 0x224975) is known color: Venice Blue. HEX triplet: 22, 49 and 75. RGB value is (34,73,117). Sum of RGB (Red+Green+Blue) = 34+73+117=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #224975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224975 is #DDB68A. Grayscale: #424242. Windows color (decimal): -14530187 or 7686434. OLE color: 7686434.
HSL color Cylindrical-coordinate representation of color #224975: hue angle of 211.81º 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 #224975 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 73 | 117 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.54 |
| HSL | 211.81º | 0.55% | 0.3% | - |
| HSV(B) | 211.81º | 0.71% | 0.46% | - |
| XYZ | 6.25 | 6.39 | 17.73 | - |
| YUV | 66.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 117 | 0.71 | 0.38 | 0 | 0.54 | 211.81 | 0.55 | 0.3 |
| Hex | 22 | 49 | 75 | 47 | 26 | 0 | 36 | D4 | 37 | 1E |
| Octal | 42 | 111 | 165 | 107 | 46 | 0 | 66 | 324 | 67 | 36 |
| Binary | 100010 | 1001001 | 1110101 | 1000111 | 100110 | 0 | 110110 | 11010100 | 110111 | 11110 |
Color Harmonies of #224975
Complementary color
Monochromatic Colors of #224975
Black with #224975
Text Example
Text Example
White with #224975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224975; }
p { color: rgb(34,73,117); }
H1.HeaderClassName
{
color: #224975;
}
.AnyTagClassName
{
color: #224975;
}
</style>
background-color css
<style>
a { background-color: #224975; }
a { background-color: rgb(34,73,117); }
div.DivClassName
{
background-color: #224975;
}
.BgClassName
{
background-color: #224975;
}
</style>
border-color css
<style>
span { border-color: #224975; }
span { border-color: rgb(34,73,117); }
td.TdClassName
{
border-color: #224975;
}
.TagClassName
{
border-color: #224975;
}
</style>