Shades of Venice Blue #2D5072
Tints of Venice Blue #2D5072
RGB
CMYK
RGB Variations
Color information
#2D5072 (or 0x2D5072) is known color: Venice Blue. HEX triplet: 2D, 50 and 72. RGB value is (45,80,114). Sum of RGB (Red+Green+Blue) = 45+80+114=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D5072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5072 is #D2AF8D. Grayscale: #494949. Windows color (decimal): -13807502 or 7491629. OLE color: 7491629.
HSL color Cylindrical-coordinate representation of color #2D5072: hue angle of 209.57º degrees, saturation: 0.43, 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 #2D5072 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 80 | 114 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.55 |
| HSL | 209.57º | 0.43% | 0.31% | - |
| HSV(B) | 209.57º | 0.61% | 0.45% | - |
| XYZ | 6.99 | 7.51 | 17 | - |
| YUV | 73.41 | 150.9 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 114 | 0.61 | 0.30 | 0 | 0.55 | 209.57 | 0.43 | 0.31 |
| Hex | 2D | 50 | 72 | 3D | 1E | 0 | 37 | D2 | 2B | 1F |
| Octal | 55 | 120 | 162 | 75 | 36 | 0 | 67 | 322 | 53 | 37 |
| Binary | 101101 | 1010000 | 1110010 | 111101 | 11110 | 0 | 110111 | 11010010 | 101011 | 11111 |
Color Harmonies of #2D5072
Complementary color
Monochromatic Colors of #2D5072
Black with #2D5072
Text Example
Text Example
White with #2D5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5072; }
p { color: rgb(45,80,114); }
H1.HeaderClassName
{
color: #2D5072;
}
.AnyTagClassName
{
color: #2D5072;
}
</style>
background-color css
<style>
a { background-color: #2D5072; }
a { background-color: rgb(45,80,114); }
div.DivClassName
{
background-color: #2D5072;
}
.BgClassName
{
background-color: #2D5072;
}
</style>
border-color css
<style>
span { border-color: #2D5072; }
span { border-color: rgb(45,80,114); }
td.TdClassName
{
border-color: #2D5072;
}
.TagClassName
{
border-color: #2D5072;
}
</style>