Shades of Venice Blue #2D4F73
Tints of Venice Blue #2D4F73
RGB
CMYK
RGB Variations
Color information
#2D4F73 (or 0x2D4F73) is known color: Venice Blue. HEX triplet: 2D, 4F and 73. RGB value is (45,79,115). Sum of RGB (Red+Green+Blue) = 45+79+115=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D4F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4F73 is #D2B08C. Grayscale: #484848. Windows color (decimal): -13807757 or 7556909. OLE color: 7556909.
HSL color Cylindrical-coordinate representation of color #2D4F73: hue angle of 210.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D4F73 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 79 | 115 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.55 |
| HSL | 210.86º | 0.44% | 0.31% | - |
| HSV(B) | 210.86º | 0.61% | 0.45% | - |
| XYZ | 6.97 | 7.39 | 17.28 | - |
| YUV | 72.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 115 | 0.61 | 0.31 | 0 | 0.55 | 210.86 | 0.44 | 0.31 |
| Hex | 2D | 4F | 73 | 3D | 1F | 0 | 37 | D3 | 2C | 1F |
| Octal | 55 | 117 | 163 | 75 | 37 | 0 | 67 | 323 | 54 | 37 |
| Binary | 101101 | 1001111 | 1110011 | 111101 | 11111 | 0 | 110111 | 11010011 | 101100 | 11111 |
Color Harmonies of #2D4F73
Complementary color
Monochromatic Colors of #2D4F73
Black with #2D4F73
Text Example
Text Example
White with #2D4F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F73; }
p { color: rgb(45,79,115); }
H1.HeaderClassName
{
color: #2D4F73;
}
.AnyTagClassName
{
color: #2D4F73;
}
</style>
background-color css
<style>
a { background-color: #2D4F73; }
a { background-color: rgb(45,79,115); }
div.DivClassName
{
background-color: #2D4F73;
}
.BgClassName
{
background-color: #2D4F73;
}
</style>
border-color css
<style>
span { border-color: #2D4F73; }
span { border-color: rgb(45,79,115); }
td.TdClassName
{
border-color: #2D4F73;
}
.TagClassName
{
border-color: #2D4F73;
}
</style>