Shades of Venice Blue #314B6F
Tints of Venice Blue #314B6F
RGB
CMYK
RGB Variations
Color information
#314B6F (or 0x314B6F) is known color: Venice Blue. HEX triplet: 31, 4B and 6F. RGB value is (49,75,111). Sum of RGB (Red+Green+Blue) = 49+75+111=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #314B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B6F is #CEB490. Grayscale: #474747. Windows color (decimal): -13546641 or 7293745. OLE color: 7293745.
HSL color Cylindrical-coordinate representation of color #314B6F: hue angle of 214.84º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #314B6F is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 75 | 111 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.56 |
| HSL | 214.84º | 0.39% | 0.31% | - |
| HSV(B) | 214.84º | 0.56% | 0.44% | - |
| XYZ | 6.65 | 6.83 | 16.01 | - |
| YUV | 71.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 111 | 0.56 | 0.32 | 0 | 0.56 | 214.84 | 0.39 | 0.31 |
| Hex | 31 | 4B | 6F | 38 | 20 | 0 | 38 | D7 | 27 | 1F |
| Octal | 61 | 113 | 157 | 70 | 40 | 0 | 70 | 327 | 47 | 37 |
| Binary | 110001 | 1001011 | 1101111 | 111000 | 100000 | 0 | 111000 | 11010111 | 100111 | 11111 |
Color Harmonies of #314B6F
Complementary color
Monochromatic Colors of #314B6F
Black with #314B6F
Text Example
Text Example
White with #314B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B6F; }
p { color: rgb(49,75,111); }
H1.HeaderClassName
{
color: #314B6F;
}
.AnyTagClassName
{
color: #314B6F;
}
</style>
background-color css
<style>
a { background-color: #314B6F; }
a { background-color: rgb(49,75,111); }
div.DivClassName
{
background-color: #314B6F;
}
.BgClassName
{
background-color: #314B6F;
}
</style>
border-color css
<style>
span { border-color: #314B6F; }
span { border-color: rgb(49,75,111); }
td.TdClassName
{
border-color: #314B6F;
}
.TagClassName
{
border-color: #314B6F;
}
</style>