Shades of Venice Blue #225077
Tints of Venice Blue #225077
RGB
CMYK
RGB Variations
Color information
#225077 (or 0x225077) is known color: Venice Blue. HEX triplet: 22, 50 and 77. RGB value is (34,80,119). Sum of RGB (Red+Green+Blue) = 34+80+119=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #225077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225077 is #DDAF88. Grayscale: #464646. Windows color (decimal): -14528393 or 7819298. OLE color: 7819298.
HSL color Cylindrical-coordinate representation of color #225077: hue angle of 207.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #225077 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 80 | 119 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.53 |
| HSL | 207.53º | 0.56% | 0.3% | - |
| HSV(B) | 207.53º | 0.71% | 0.47% | - |
| XYZ | 6.86 | 7.41 | 18.52 | - |
| YUV | 70.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 119 | 0.71 | 0.33 | 0 | 0.53 | 207.53 | 0.56 | 0.3 |
| Hex | 22 | 50 | 77 | 47 | 21 | 0 | 35 | D0 | 38 | 1E |
| Octal | 42 | 120 | 167 | 107 | 41 | 0 | 65 | 320 | 70 | 36 |
| Binary | 100010 | 1010000 | 1110111 | 1000111 | 100001 | 0 | 110101 | 11010000 | 111000 | 11110 |
Color Harmonies of #225077
Complementary color
Monochromatic Colors of #225077
Black with #225077
Text Example
Text Example
White with #225077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225077; }
p { color: rgb(34,80,119); }
H1.HeaderClassName
{
color: #225077;
}
.AnyTagClassName
{
color: #225077;
}
</style>
background-color css
<style>
a { background-color: #225077; }
a { background-color: rgb(34,80,119); }
div.DivClassName
{
background-color: #225077;
}
.BgClassName
{
background-color: #225077;
}
</style>
border-color css
<style>
span { border-color: #225077; }
span { border-color: rgb(34,80,119); }
td.TdClassName
{
border-color: #225077;
}
.TagClassName
{
border-color: #225077;
}
</style>