Shades of Venice Blue #2D597D
Tints of Venice Blue #2D597D
RGB
CMYK
RGB Variations
Color information
#2D597D (or 0x2D597D) is known color: Venice Blue. HEX triplet: 2D, 59 and 7D. RGB value is (45,89,125). Sum of RGB (Red+Green+Blue) = 45+89+125=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D597D is #D2A682. Grayscale: #4F4F4F. Windows color (decimal): -13805187 or 8214829. OLE color: 8214829.
HSL color Cylindrical-coordinate representation of color #2D597D: hue angle of 207º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D597D is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 89 | 125 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.51 |
| HSL | 207º | 0.47% | 0.33% | - |
| HSV(B) | 207º | 0.64% | 0.49% | - |
| XYZ | 8.36 | 9.18 | 20.73 | - |
| YUV | 79.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 125 | 0.64 | 0.29 | 0 | 0.51 | 207 | 0.47 | 0.33 |
| Hex | 2D | 59 | 7D | 40 | 1D | 0 | 33 | CF | 2F | 21 |
| Octal | 55 | 131 | 175 | 100 | 35 | 0 | 63 | 317 | 57 | 41 |
| Binary | 101101 | 1011001 | 1111101 | 1000000 | 11101 | 0 | 110011 | 11001111 | 101111 | 100001 |
Color Harmonies of #2D597D
Complementary color
Monochromatic Colors of #2D597D
Black with #2D597D
Text Example
Text Example
White with #2D597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D597D; }
p { color: rgb(45,89,125); }
H1.HeaderClassName
{
color: #2D597D;
}
.AnyTagClassName
{
color: #2D597D;
}
</style>
background-color css
<style>
a { background-color: #2D597D; }
a { background-color: rgb(45,89,125); }
div.DivClassName
{
background-color: #2D597D;
}
.BgClassName
{
background-color: #2D597D;
}
</style>
border-color css
<style>
span { border-color: #2D597D; }
span { border-color: rgb(45,89,125); }
td.TdClassName
{
border-color: #2D597D;
}
.TagClassName
{
border-color: #2D597D;
}
</style>