Shades of Venice Blue #2D5471
Tints of Venice Blue #2D5471
RGB
CMYK
RGB Variations
Color information
#2D5471 (or 0x2D5471) is known color: Venice Blue. HEX triplet: 2D, 54 and 71. RGB value is (45,84,113). Sum of RGB (Red+Green+Blue) = 45+84+113=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D5471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5471 is #D2AB8E. Grayscale: #4B4B4B. Windows color (decimal): -13806479 or 7427117. OLE color: 7427117.
HSL color Cylindrical-coordinate representation of color #2D5471: hue angle of 205.59º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5471 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 84 | 113 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.56 |
| HSL | 205.59º | 0.43% | 0.31% | - |
| HSV(B) | 205.59º | 0.6% | 0.44% | - |
| XYZ | 7.23 | 8.09 | 16.8 | - |
| YUV | 75.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 113 | 0.60 | 0.26 | 0 | 0.56 | 205.59 | 0.43 | 0.31 |
| Hex | 2D | 54 | 71 | 3C | 1A | 0 | 38 | CE | 2B | 1F |
| Octal | 55 | 124 | 161 | 74 | 32 | 0 | 70 | 316 | 53 | 37 |
| Binary | 101101 | 1010100 | 1110001 | 111100 | 11010 | 0 | 111000 | 11001110 | 101011 | 11111 |
Color Harmonies of #2D5471
Complementary color
Monochromatic Colors of #2D5471
Black with #2D5471
Text Example
Text Example
White with #2D5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5471; }
p { color: rgb(45,84,113); }
H1.HeaderClassName
{
color: #2D5471;
}
.AnyTagClassName
{
color: #2D5471;
}
</style>
background-color css
<style>
a { background-color: #2D5471; }
a { background-color: rgb(45,84,113); }
div.DivClassName
{
background-color: #2D5471;
}
.BgClassName
{
background-color: #2D5471;
}
</style>
border-color css
<style>
span { border-color: #2D5471; }
span { border-color: rgb(45,84,113); }
td.TdClassName
{
border-color: #2D5471;
}
.TagClassName
{
border-color: #2D5471;
}
</style>