Shades of Venice Blue #344F6F
Tints of Venice Blue #344F6F
RGB
CMYK
RGB Variations
Color information
#344F6F (or 0x344F6F) is known color: Venice Blue. HEX triplet: 34, 4F and 6F. RGB value is (52,79,111). Sum of RGB (Red+Green+Blue) = 52+79+111=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #344F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F6F is #CBB090. Grayscale: #4A4A4A. Windows color (decimal): -13349009 or 7294772. OLE color: 7294772.
HSL color Cylindrical-coordinate representation of color #344F6F: hue angle of 212.54º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #344F6F is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 79 | 111 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.56 |
| HSL | 212.54º | 0.36% | 0.32% | - |
| HSV(B) | 212.54º | 0.53% | 0.44% | - |
| XYZ | 7.08 | 7.47 | 16.11 | - |
| YUV | 74.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 111 | 0.53 | 0.29 | 0 | 0.56 | 212.54 | 0.36 | 0.32 |
| Hex | 34 | 4F | 6F | 35 | 1D | 0 | 38 | D5 | 24 | 20 |
| Octal | 64 | 117 | 157 | 65 | 35 | 0 | 70 | 325 | 44 | 40 |
| Binary | 110100 | 1001111 | 1101111 | 110101 | 11101 | 0 | 111000 | 11010101 | 100100 | 100000 |
Color Harmonies of #344F6F
Complementary color
Monochromatic Colors of #344F6F
Black with #344F6F
Text Example
Text Example
White with #344F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344F6F; }
p { color: rgb(52,79,111); }
H1.HeaderClassName
{
color: #344F6F;
}
.AnyTagClassName
{
color: #344F6F;
}
</style>
background-color css
<style>
a { background-color: #344F6F; }
a { background-color: rgb(52,79,111); }
div.DivClassName
{
background-color: #344F6F;
}
.BgClassName
{
background-color: #344F6F;
}
</style>
border-color css
<style>
span { border-color: #344F6F; }
span { border-color: rgb(52,79,111); }
td.TdClassName
{
border-color: #344F6F;
}
.TagClassName
{
border-color: #344F6F;
}
</style>