Shades of Venice Blue #2B5777
Tints of Venice Blue #2B5777
RGB
CMYK
RGB Variations
Color information
#2B5777 (or 0x2B5777) is known color: Venice Blue. HEX triplet: 2B, 57 and 77. RGB value is (43,87,119). Sum of RGB (Red+Green+Blue) = 43+87+119=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B5777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5777 is #D4A888. Grayscale: #4D4D4D. Windows color (decimal): -13936777 or 7821099. OLE color: 7821099.
HSL color Cylindrical-coordinate representation of color #2B5777: hue angle of 205.26º 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 #2B5777 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 87 | 119 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.53 |
| HSL | 205.26º | 0.47% | 0.32% | - |
| HSV(B) | 205.26º | 0.64% | 0.47% | - |
| XYZ | 7.73 | 8.66 | 18.72 | - |
| YUV | 77.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 87 | 119 | 0.64 | 0.27 | 0 | 0.53 | 205.26 | 0.47 | 0.32 |
| Hex | 2B | 57 | 77 | 40 | 1B | 0 | 35 | CD | 2F | 20 |
| Octal | 53 | 127 | 167 | 100 | 33 | 0 | 65 | 315 | 57 | 40 |
| Binary | 101011 | 1010111 | 1110111 | 1000000 | 11011 | 0 | 110101 | 11001101 | 101111 | 100000 |
Color Harmonies of #2B5777
Complementary color
Monochromatic Colors of #2B5777
Black with #2B5777
Text Example
Text Example
White with #2B5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5777; }
p { color: rgb(43,87,119); }
H1.HeaderClassName
{
color: #2B5777;
}
.AnyTagClassName
{
color: #2B5777;
}
</style>
background-color css
<style>
a { background-color: #2B5777; }
a { background-color: rgb(43,87,119); }
div.DivClassName
{
background-color: #2B5777;
}
.BgClassName
{
background-color: #2B5777;
}
</style>
border-color css
<style>
span { border-color: #2B5777; }
span { border-color: rgb(43,87,119); }
td.TdClassName
{
border-color: #2B5777;
}
.TagClassName
{
border-color: #2B5777;
}
</style>