Shades of Venice Blue #334F71
Tints of Venice Blue #334F71
RGB
CMYK
RGB Variations
Color information
#334F71 (or 0x334F71) is known color: Venice Blue. HEX triplet: 33, 4F and 71. RGB value is (51,79,113). Sum of RGB (Red+Green+Blue) = 51+79+113=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #334F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F71 is #CCB08E. Grayscale: #4A4A4A. Windows color (decimal): -13414543 or 7425843. OLE color: 7425843.
HSL color Cylindrical-coordinate representation of color #334F71: hue angle of 212.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334F71 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 79 | 113 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.56 |
| HSL | 212.9º | 0.38% | 0.32% | - |
| HSV(B) | 212.9º | 0.55% | 0.44% | - |
| XYZ | 7.14 | 7.49 | 16.69 | - |
| YUV | 74.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 113 | 0.55 | 0.30 | 0 | 0.56 | 212.9 | 0.38 | 0.32 |
| Hex | 33 | 4F | 71 | 37 | 1E | 0 | 38 | D5 | 26 | 20 |
| Octal | 63 | 117 | 161 | 67 | 36 | 0 | 70 | 325 | 46 | 40 |
| Binary | 110011 | 1001111 | 1110001 | 110111 | 11110 | 0 | 111000 | 11010101 | 100110 | 100000 |
Color Harmonies of #334F71
Complementary color
Monochromatic Colors of #334F71
Black with #334F71
Text Example
Text Example
White with #334F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F71; }
p { color: rgb(51,79,113); }
H1.HeaderClassName
{
color: #334F71;
}
.AnyTagClassName
{
color: #334F71;
}
</style>
background-color css
<style>
a { background-color: #334F71; }
a { background-color: rgb(51,79,113); }
div.DivClassName
{
background-color: #334F71;
}
.BgClassName
{
background-color: #334F71;
}
</style>
border-color css
<style>
span { border-color: #334F71; }
span { border-color: rgb(51,79,113); }
td.TdClassName
{
border-color: #334F71;
}
.TagClassName
{
border-color: #334F71;
}
</style>