Shades of Venice Blue #314D6D
Tints of Venice Blue #314D6D
RGB
CMYK
RGB Variations
Color information
#314D6D (or 0x314D6D) is known color: Venice Blue. HEX triplet: 31, 4D and 6D. RGB value is (49,77,109). Sum of RGB (Red+Green+Blue) = 49+77+109=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #314D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D6D is #CEB292. Grayscale: #484848. Windows color (decimal): -13546131 or 7163185. OLE color: 7163185.
HSL color Cylindrical-coordinate representation of color #314D6D: hue angle of 212º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #314D6D is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 77 | 109 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.57 |
| HSL | 212º | 0.38% | 0.31% | - |
| HSV(B) | 212º | 0.55% | 0.43% | - |
| XYZ | 6.68 | 7.06 | 15.48 | - |
| YUV | 72.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 109 | 0.55 | 0.29 | 0 | 0.57 | 212 | 0.38 | 0.31 |
| Hex | 31 | 4D | 6D | 37 | 1D | 0 | 39 | D4 | 26 | 1F |
| Octal | 61 | 115 | 155 | 67 | 35 | 0 | 71 | 324 | 46 | 37 |
| Binary | 110001 | 1001101 | 1101101 | 110111 | 11101 | 0 | 111001 | 11010100 | 100110 | 11111 |
Color Harmonies of #314D6D
Complementary color
Monochromatic Colors of #314D6D
Black with #314D6D
Text Example
Text Example
White with #314D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D6D; }
p { color: rgb(49,77,109); }
H1.HeaderClassName
{
color: #314D6D;
}
.AnyTagClassName
{
color: #314D6D;
}
</style>
background-color css
<style>
a { background-color: #314D6D; }
a { background-color: rgb(49,77,109); }
div.DivClassName
{
background-color: #314D6D;
}
.BgClassName
{
background-color: #314D6D;
}
</style>
border-color css
<style>
span { border-color: #314D6D; }
span { border-color: rgb(49,77,109); }
td.TdClassName
{
border-color: #314D6D;
}
.TagClassName
{
border-color: #314D6D;
}
</style>