Shades of Venice Blue #2D4E73
Tints of Venice Blue #2D4E73
RGB
CMYK
RGB Variations
Color information
#2D4E73 (or 0x2D4E73) is known color: Venice Blue. HEX triplet: 2D, 4E and 73. RGB value is (45,78,115). Sum of RGB (Red+Green+Blue) = 45+78+115=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 78 (30.86% from 255 or 32.77% 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 #2D4E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4E73 is #D2B18C. Grayscale: #484848. Windows color (decimal): -13808013 or 7556653. OLE color: 7556653.
HSL color Cylindrical-coordinate representation of color #2D4E73: hue angle of 211.71º 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 #2D4E73 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 78 | 115 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.55 |
| HSL | 211.71º | 0.44% | 0.31% | - |
| HSV(B) | 211.71º | 0.61% | 0.45% | - |
| XYZ | 6.9 | 7.24 | 17.25 | - |
| YUV | 72.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 115 | 0.61 | 0.32 | 0 | 0.55 | 211.71 | 0.44 | 0.31 |
| Hex | 2D | 4E | 73 | 3D | 20 | 0 | 37 | D4 | 2C | 1F |
| Octal | 55 | 116 | 163 | 75 | 40 | 0 | 67 | 324 | 54 | 37 |
| Binary | 101101 | 1001110 | 1110011 | 111101 | 100000 | 0 | 110111 | 11010100 | 101100 | 11111 |
Color Harmonies of #2D4E73
Complementary color
Monochromatic Colors of #2D4E73
Black with #2D4E73
Text Example
Text Example
White with #2D4E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E73; }
p { color: rgb(45,78,115); }
H1.HeaderClassName
{
color: #2D4E73;
}
.AnyTagClassName
{
color: #2D4E73;
}
</style>
background-color css
<style>
a { background-color: #2D4E73; }
a { background-color: rgb(45,78,115); }
div.DivClassName
{
background-color: #2D4E73;
}
.BgClassName
{
background-color: #2D4E73;
}
</style>
border-color css
<style>
span { border-color: #2D4E73; }
span { border-color: rgb(45,78,115); }
td.TdClassName
{
border-color: #2D4E73;
}
.TagClassName
{
border-color: #2D4E73;
}
</style>