Shades of Venice Blue #2F516F
Tints of Venice Blue #2F516F
RGB
CMYK
RGB Variations
Color information
#2F516F (or 0x2F516F) is known color: Venice Blue. HEX triplet: 2F, 51 and 6F. RGB value is (47,81,111). Sum of RGB (Red+Green+Blue) = 47+81+111=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F516F is #D0AE90. Grayscale: #4A4A4A. Windows color (decimal): -13676177 or 7295279. OLE color: 7295279.
HSL color Cylindrical-coordinate representation of color #2F516F: hue angle of 208.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F516F is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 81 | 111 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.56 |
| HSL | 208.13º | 0.41% | 0.31% | - |
| HSV(B) | 208.13º | 0.58% | 0.44% | - |
| XYZ | 6.98 | 7.64 | 16.14 | - |
| YUV | 74.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 111 | 0.58 | 0.27 | 0 | 0.56 | 208.13 | 0.41 | 0.31 |
| Hex | 2F | 51 | 6F | 3A | 1B | 0 | 38 | D0 | 29 | 1F |
| Octal | 57 | 121 | 157 | 72 | 33 | 0 | 70 | 320 | 51 | 37 |
| Binary | 101111 | 1010001 | 1101111 | 111010 | 11011 | 0 | 111000 | 11010000 | 101001 | 11111 |
Color Harmonies of #2F516F
Complementary color
Monochromatic Colors of #2F516F
Black with #2F516F
Text Example
Text Example
White with #2F516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F516F; }
p { color: rgb(47,81,111); }
H1.HeaderClassName
{
color: #2F516F;
}
.AnyTagClassName
{
color: #2F516F;
}
</style>
background-color css
<style>
a { background-color: #2F516F; }
a { background-color: rgb(47,81,111); }
div.DivClassName
{
background-color: #2F516F;
}
.BgClassName
{
background-color: #2F516F;
}
</style>
border-color css
<style>
span { border-color: #2F516F; }
span { border-color: rgb(47,81,111); }
td.TdClassName
{
border-color: #2F516F;
}
.TagClassName
{
border-color: #2F516F;
}
</style>