Shades of Venice Blue #2D5674
Tints of Venice Blue #2D5674
RGB
CMYK
RGB Variations
Color information
#2D5674 (or 0x2D5674) is known color: Venice Blue. HEX triplet: 2D, 56 and 74. RGB value is (45,86,116). Sum of RGB (Red+Green+Blue) = 45+86+116=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D5674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5674 is #D2A98B. Grayscale: #4D4D4D. Windows color (decimal): -13805964 or 7624237. OLE color: 7624237.
HSL color Cylindrical-coordinate representation of color #2D5674: hue angle of 205.35º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D5674 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 86 | 116 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.55 |
| HSL | 205.35º | 0.44% | 0.32% | - |
| HSV(B) | 205.35º | 0.61% | 0.45% | - |
| XYZ | 7.56 | 8.47 | 17.76 | - |
| YUV | 77.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 116 | 0.61 | 0.26 | 0 | 0.55 | 205.35 | 0.44 | 0.32 |
| Hex | 2D | 56 | 74 | 3D | 1A | 0 | 37 | CD | 2C | 20 |
| Octal | 55 | 126 | 164 | 75 | 32 | 0 | 67 | 315 | 54 | 40 |
| Binary | 101101 | 1010110 | 1110100 | 111101 | 11010 | 0 | 110111 | 11001101 | 101100 | 100000 |
Color Harmonies of #2D5674
Complementary color
Monochromatic Colors of #2D5674
Black with #2D5674
Text Example
Text Example
White with #2D5674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5674; }
p { color: rgb(45,86,116); }
H1.HeaderClassName
{
color: #2D5674;
}
.AnyTagClassName
{
color: #2D5674;
}
</style>
background-color css
<style>
a { background-color: #2D5674; }
a { background-color: rgb(45,86,116); }
div.DivClassName
{
background-color: #2D5674;
}
.BgClassName
{
background-color: #2D5674;
}
</style>
border-color css
<style>
span { border-color: #2D5674; }
span { border-color: rgb(45,86,116); }
td.TdClassName
{
border-color: #2D5674;
}
.TagClassName
{
border-color: #2D5674;
}
</style>