Shades of Venice Blue #2D5475
Tints of Venice Blue #2D5475
RGB
CMYK
RGB Variations
Color information
#2D5475 (or 0x2D5475) is known color: Venice Blue. HEX triplet: 2D, 54 and 75. RGB value is (45,84,117). Sum of RGB (Red+Green+Blue) = 45+84+117=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D5475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5475 is #D2AB8A. Grayscale: #4B4B4B. Windows color (decimal): -13806475 or 7689261. OLE color: 7689261.
HSL color Cylindrical-coordinate representation of color #2D5475: hue angle of 207.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D5475 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 84 | 117 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.54 |
| HSL | 207.5º | 0.44% | 0.32% | - |
| HSV(B) | 207.5º | 0.62% | 0.46% | - |
| XYZ | 7.46 | 8.18 | 18.02 | - |
| YUV | 76.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 117 | 0.62 | 0.28 | 0 | 0.54 | 207.5 | 0.44 | 0.32 |
| Hex | 2D | 54 | 75 | 3E | 1C | 0 | 36 | D0 | 2C | 20 |
| Octal | 55 | 124 | 165 | 76 | 34 | 0 | 66 | 320 | 54 | 40 |
| Binary | 101101 | 1010100 | 1110101 | 111110 | 11100 | 0 | 110110 | 11010000 | 101100 | 100000 |
Color Harmonies of #2D5475
Complementary color
Monochromatic Colors of #2D5475
Black with #2D5475
Text Example
Text Example
White with #2D5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5475; }
p { color: rgb(45,84,117); }
H1.HeaderClassName
{
color: #2D5475;
}
.AnyTagClassName
{
color: #2D5475;
}
</style>
background-color css
<style>
a { background-color: #2D5475; }
a { background-color: rgb(45,84,117); }
div.DivClassName
{
background-color: #2D5475;
}
.BgClassName
{
background-color: #2D5475;
}
</style>
border-color css
<style>
span { border-color: #2D5475; }
span { border-color: rgb(45,84,117); }
td.TdClassName
{
border-color: #2D5475;
}
.TagClassName
{
border-color: #2D5475;
}
</style>