Shades of Venice Blue #2D5978
Tints of Venice Blue #2D5978
RGB
CMYK
RGB Variations
Color information
#2D5978 (or 0x2D5978) is known color: Venice Blue. HEX triplet: 2D, 59 and 78. RGB value is (45,89,120). Sum of RGB (Red+Green+Blue) = 45+89+120=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D5978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5978 is #D2A687. Grayscale: #4F4F4F. Windows color (decimal): -13805192 or 7887149. OLE color: 7887149.
HSL color Cylindrical-coordinate representation of color #2D5978: hue angle of 204.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D5978 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 89 | 120 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.53 |
| HSL | 204.8º | 0.45% | 0.32% | - |
| HSV(B) | 204.8º | 0.63% | 0.47% | - |
| XYZ | 8.04 | 9.06 | 19.09 | - |
| YUV | 79.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 120 | 0.63 | 0.26 | 0 | 0.53 | 204.8 | 0.45 | 0.32 |
| Hex | 2D | 59 | 78 | 3F | 1A | 0 | 35 | CD | 2D | 20 |
| Octal | 55 | 131 | 170 | 77 | 32 | 0 | 65 | 315 | 55 | 40 |
| Binary | 101101 | 1011001 | 1111000 | 111111 | 11010 | 0 | 110101 | 11001101 | 101101 | 100000 |
Color Harmonies of #2D5978
Complementary color
Monochromatic Colors of #2D5978
Black with #2D5978
Text Example
Text Example
White with #2D5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5978; }
p { color: rgb(45,89,120); }
H1.HeaderClassName
{
color: #2D5978;
}
.AnyTagClassName
{
color: #2D5978;
}
</style>
background-color css
<style>
a { background-color: #2D5978; }
a { background-color: rgb(45,89,120); }
div.DivClassName
{
background-color: #2D5978;
}
.BgClassName
{
background-color: #2D5978;
}
</style>
border-color css
<style>
span { border-color: #2D5978; }
span { border-color: rgb(45,89,120); }
td.TdClassName
{
border-color: #2D5978;
}
.TagClassName
{
border-color: #2D5978;
}
</style>