Shades of Venice Blue #2B5878
Tints of Venice Blue #2B5878
RGB
CMYK
RGB Variations
Color information
#2B5878 (or 0x2B5878) is known color: Venice Blue. HEX triplet: 2B, 58 and 78. RGB value is (43,88,120). Sum of RGB (Red+Green+Blue) = 43+88+120=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B5878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5878 is #D4A787. Grayscale: #4E4E4E. Windows color (decimal): -13936520 or 7886891. OLE color: 7886891.
HSL color Cylindrical-coordinate representation of color #2B5878: hue angle of 204.94º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B5878 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 88 | 120 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.53 |
| HSL | 204.94º | 0.47% | 0.32% | - |
| HSV(B) | 204.94º | 0.64% | 0.47% | - |
| XYZ | 7.88 | 8.85 | 19.06 | - |
| YUV | 78.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 120 | 0.64 | 0.27 | 0 | 0.53 | 204.94 | 0.47 | 0.32 |
| Hex | 2B | 58 | 78 | 40 | 1B | 0 | 35 | CD | 2F | 20 |
| Octal | 53 | 130 | 170 | 100 | 33 | 0 | 65 | 315 | 57 | 40 |
| Binary | 101011 | 1011000 | 1111000 | 1000000 | 11011 | 0 | 110101 | 11001101 | 101111 | 100000 |
Color Harmonies of #2B5878
Complementary color
Monochromatic Colors of #2B5878
Black with #2B5878
Text Example
Text Example
White with #2B5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5878; }
p { color: rgb(43,88,120); }
H1.HeaderClassName
{
color: #2B5878;
}
.AnyTagClassName
{
color: #2B5878;
}
</style>
background-color css
<style>
a { background-color: #2B5878; }
a { background-color: rgb(43,88,120); }
div.DivClassName
{
background-color: #2B5878;
}
.BgClassName
{
background-color: #2B5878;
}
</style>
border-color css
<style>
span { border-color: #2B5878; }
span { border-color: rgb(43,88,120); }
td.TdClassName
{
border-color: #2B5878;
}
.TagClassName
{
border-color: #2B5878;
}
</style>