Shades of Venice Blue #2D5878
Tints of Venice Blue #2D5878
RGB
CMYK
RGB Variations
Color information
#2D5878 (or 0x2D5878) is known color: Venice Blue. HEX triplet: 2D, 58 and 78. RGB value is (45,88,120). Sum of RGB (Red+Green+Blue) = 45+88+120=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D5878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5878 is #D2A787. Grayscale: #4E4E4E. Windows color (decimal): -13805448 or 7886893. OLE color: 7886893.
HSL color Cylindrical-coordinate representation of color #2D5878: hue angle of 205.6º 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 #2D5878 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 88 | 120 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.53 |
| HSL | 205.6º | 0.45% | 0.32% | - |
| HSV(B) | 205.6º | 0.63% | 0.47% | - |
| XYZ | 7.96 | 8.89 | 19.07 | - |
| YUV | 78.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 120 | 0.63 | 0.27 | 0 | 0.53 | 205.6 | 0.45 | 0.32 |
| Hex | 2D | 58 | 78 | 3F | 1B | 0 | 35 | CE | 2D | 20 |
| Octal | 55 | 130 | 170 | 77 | 33 | 0 | 65 | 316 | 55 | 40 |
| Binary | 101101 | 1011000 | 1111000 | 111111 | 11011 | 0 | 110101 | 11001110 | 101101 | 100000 |
Color Harmonies of #2D5878
Complementary color
Monochromatic Colors of #2D5878
Black with #2D5878
Text Example
Text Example
White with #2D5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5878; }
p { color: rgb(45,88,120); }
H1.HeaderClassName
{
color: #2D5878;
}
.AnyTagClassName
{
color: #2D5878;
}
</style>
background-color css
<style>
a { background-color: #2D5878; }
a { background-color: rgb(45,88,120); }
div.DivClassName
{
background-color: #2D5878;
}
.BgClassName
{
background-color: #2D5878;
}
</style>
border-color css
<style>
span { border-color: #2D5878; }
span { border-color: rgb(45,88,120); }
td.TdClassName
{
border-color: #2D5878;
}
.TagClassName
{
border-color: #2D5878;
}
</style>