Shades of Venice Blue #314E72
Tints of Venice Blue #314E72
RGB
CMYK
RGB Variations
Color information
#314E72 (or 0x314E72) is known color: Venice Blue. HEX triplet: 31, 4E and 72. RGB value is (49,78,114). Sum of RGB (Red+Green+Blue) = 49+78+114=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #314E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E72 is #CEB18D. Grayscale: #494949. Windows color (decimal): -13545870 or 7491121. OLE color: 7491121.
HSL color Cylindrical-coordinate representation of color #314E72: hue angle of 213.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314E72 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 78 | 114 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.55 |
| HSL | 213.23º | 0.4% | 0.32% | - |
| HSV(B) | 213.23º | 0.57% | 0.45% | - |
| XYZ | 7.03 | 7.32 | 16.96 | - |
| YUV | 73.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 114 | 0.57 | 0.32 | 0 | 0.55 | 213.23 | 0.4 | 0.32 |
| Hex | 31 | 4E | 72 | 39 | 20 | 0 | 37 | D5 | 28 | 20 |
| Octal | 61 | 116 | 162 | 71 | 40 | 0 | 67 | 325 | 50 | 40 |
| Binary | 110001 | 1001110 | 1110010 | 111001 | 100000 | 0 | 110111 | 11010101 | 101000 | 100000 |
Color Harmonies of #314E72
Complementary color
Monochromatic Colors of #314E72
Black with #314E72
Text Example
Text Example
White with #314E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E72; }
p { color: rgb(49,78,114); }
H1.HeaderClassName
{
color: #314E72;
}
.AnyTagClassName
{
color: #314E72;
}
</style>
background-color css
<style>
a { background-color: #314E72; }
a { background-color: rgb(49,78,114); }
div.DivClassName
{
background-color: #314E72;
}
.BgClassName
{
background-color: #314E72;
}
</style>
border-color css
<style>
span { border-color: #314E72; }
span { border-color: rgb(49,78,114); }
td.TdClassName
{
border-color: #314E72;
}
.TagClassName
{
border-color: #314E72;
}
</style>