Shades of Venice Blue #2F4C73
Tints of Venice Blue #2F4C73
RGB
CMYK
RGB Variations
Color information
#2F4C73 (or 0x2F4C73) is known color: Venice Blue. HEX triplet: 2F, 4C and 73. RGB value is (47,76,115). Sum of RGB (Red+Green+Blue) = 47+76+115=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F4C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4C73 is #D0B38C. Grayscale: #474747. Windows color (decimal): -13677453 or 7556143. OLE color: 7556143.
HSL color Cylindrical-coordinate representation of color #2F4C73: hue angle of 214.41º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F4C73 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 76 | 115 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.55 |
| HSL | 214.41º | 0.42% | 0.32% | - |
| HSV(B) | 214.41º | 0.59% | 0.45% | - |
| XYZ | 6.85 | 7.01 | 17.21 | - |
| YUV | 71.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 76 | 115 | 0.59 | 0.34 | 0 | 0.55 | 214.41 | 0.42 | 0.32 |
| Hex | 2F | 4C | 73 | 3B | 22 | 0 | 37 | D6 | 2A | 20 |
| Octal | 57 | 114 | 163 | 73 | 42 | 0 | 67 | 326 | 52 | 40 |
| Binary | 101111 | 1001100 | 1110011 | 111011 | 100010 | 0 | 110111 | 11010110 | 101010 | 100000 |
Color Harmonies of #2F4C73
Complementary color
Monochromatic Colors of #2F4C73
Black with #2F4C73
Text Example
Text Example
White with #2F4C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4C73; }
p { color: rgb(47,76,115); }
H1.HeaderClassName
{
color: #2F4C73;
}
.AnyTagClassName
{
color: #2F4C73;
}
</style>
background-color css
<style>
a { background-color: #2F4C73; }
a { background-color: rgb(47,76,115); }
div.DivClassName
{
background-color: #2F4C73;
}
.BgClassName
{
background-color: #2F4C73;
}
</style>
border-color css
<style>
span { border-color: #2F4C73; }
span { border-color: rgb(47,76,115); }
td.TdClassName
{
border-color: #2F4C73;
}
.TagClassName
{
border-color: #2F4C73;
}
</style>