Shades of Venice Blue #2B5178
Tints of Venice Blue #2B5178
RGB
CMYK
RGB Variations
Color information
#2B5178 (or 0x2B5178) is known color: Venice Blue. HEX triplet: 2B, 51 and 78. RGB value is (43,81,120). Sum of RGB (Red+Green+Blue) = 43+81+120=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5178 is #D4AE87. Grayscale: #494949. Windows color (decimal): -13938312 or 7885099. OLE color: 7885099.
HSL color Cylindrical-coordinate representation of color #2B5178: hue angle of 210.39º 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 #2B5178 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 81 | 120 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.53 |
| HSL | 210.39º | 0.47% | 0.32% | - |
| HSV(B) | 210.39º | 0.64% | 0.47% | - |
| XYZ | 7.33 | 7.75 | 18.88 | - |
| YUV | 74.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 120 | 0.64 | 0.32 | 0 | 0.53 | 210.39 | 0.47 | 0.32 |
| Hex | 2B | 51 | 78 | 40 | 20 | 0 | 35 | D2 | 2F | 20 |
| Octal | 53 | 121 | 170 | 100 | 40 | 0 | 65 | 322 | 57 | 40 |
| Binary | 101011 | 1010001 | 1111000 | 1000000 | 100000 | 0 | 110101 | 11010010 | 101111 | 100000 |
Color Harmonies of #2B5178
Complementary color
Monochromatic Colors of #2B5178
Black with #2B5178
Text Example
Text Example
White with #2B5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5178; }
p { color: rgb(43,81,120); }
H1.HeaderClassName
{
color: #2B5178;
}
.AnyTagClassName
{
color: #2B5178;
}
</style>
background-color css
<style>
a { background-color: #2B5178; }
a { background-color: rgb(43,81,120); }
div.DivClassName
{
background-color: #2B5178;
}
.BgClassName
{
background-color: #2B5178;
}
</style>
border-color css
<style>
span { border-color: #2B5178; }
span { border-color: rgb(43,81,120); }
td.TdClassName
{
border-color: #2B5178;
}
.TagClassName
{
border-color: #2B5178;
}
</style>