Shades of Venice Blue #2D587D
Tints of Venice Blue #2D587D
RGB
CMYK
RGB Variations
Color information
#2D587D (or 0x2D587D) is known color: Venice Blue. HEX triplet: 2D, 58 and 7D. RGB value is (45,88,125). Sum of RGB (Red+Green+Blue) = 45+88+125=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D587D is #D2A782. Grayscale: #4F4F4F. Windows color (decimal): -13805443 or 8214573. OLE color: 8214573.
HSL color Cylindrical-coordinate representation of color #2D587D: hue angle of 207.75º 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 #2D587D is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 88 | 125 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.51 |
| HSL | 207.75º | 0.47% | 0.33% | - |
| HSV(B) | 207.75º | 0.64% | 0.49% | - |
| XYZ | 8.27 | 9.02 | 20.71 | - |
| YUV | 79.36 | 153.75 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 125 | 0.64 | 0.30 | 0 | 0.51 | 207.75 | 0.47 | 0.33 |
| Hex | 2D | 58 | 7D | 40 | 1E | 0 | 33 | D0 | 2F | 21 |
| Octal | 55 | 130 | 175 | 100 | 36 | 0 | 63 | 320 | 57 | 41 |
| Binary | 101101 | 1011000 | 1111101 | 1000000 | 11110 | 0 | 110011 | 11010000 | 101111 | 100001 |
Color Harmonies of #2D587D
Complementary color
Monochromatic Colors of #2D587D
Black with #2D587D
Text Example
Text Example
White with #2D587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D587D; }
p { color: rgb(45,88,125); }
H1.HeaderClassName
{
color: #2D587D;
}
.AnyTagClassName
{
color: #2D587D;
}
</style>
background-color css
<style>
a { background-color: #2D587D; }
a { background-color: rgb(45,88,125); }
div.DivClassName
{
background-color: #2D587D;
}
.BgClassName
{
background-color: #2D587D;
}
</style>
border-color css
<style>
span { border-color: #2D587D; }
span { border-color: rgb(45,88,125); }
td.TdClassName
{
border-color: #2D587D;
}
.TagClassName
{
border-color: #2D587D;
}
</style>