Shades of Venice Blue #2B5577
Tints of Venice Blue #2B5577
RGB
CMYK
RGB Variations
Color information
#2B5577 (or 0x2B5577) is known color: Venice Blue. HEX triplet: 2B, 55 and 77. RGB value is (43,85,119). Sum of RGB (Red+Green+Blue) = 43+85+119=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B5577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5577 is #D4AA88. Grayscale: #4C4C4C. Windows color (decimal): -13937289 or 7820587. OLE color: 7820587.
HSL color Cylindrical-coordinate representation of color #2B5577: hue angle of 206.84º 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 #2B5577 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 85 | 119 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.53 |
| HSL | 206.84º | 0.47% | 0.32% | - |
| HSV(B) | 206.84º | 0.64% | 0.47% | - |
| XYZ | 7.57 | 8.34 | 18.66 | - |
| YUV | 76.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 119 | 0.64 | 0.29 | 0 | 0.53 | 206.84 | 0.47 | 0.32 |
| Hex | 2B | 55 | 77 | 40 | 1D | 0 | 35 | CF | 2F | 20 |
| Octal | 53 | 125 | 167 | 100 | 35 | 0 | 65 | 317 | 57 | 40 |
| Binary | 101011 | 1010101 | 1110111 | 1000000 | 11101 | 0 | 110101 | 11001111 | 101111 | 100000 |
Color Harmonies of #2B5577
Complementary color
Monochromatic Colors of #2B5577
Black with #2B5577
Text Example
Text Example
White with #2B5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5577; }
p { color: rgb(43,85,119); }
H1.HeaderClassName
{
color: #2B5577;
}
.AnyTagClassName
{
color: #2B5577;
}
</style>
background-color css
<style>
a { background-color: #2B5577; }
a { background-color: rgb(43,85,119); }
div.DivClassName
{
background-color: #2B5577;
}
.BgClassName
{
background-color: #2B5577;
}
</style>
border-color css
<style>
span { border-color: #2B5577; }
span { border-color: rgb(43,85,119); }
td.TdClassName
{
border-color: #2B5577;
}
.TagClassName
{
border-color: #2B5577;
}
</style>