Shades of Venice Blue #2B496F
Tints of Venice Blue #2B496F
RGB
CMYK
RGB Variations
Color information
#2B496F (or 0x2B496F) is known color: Venice Blue. HEX triplet: 2B, 49 and 6F. RGB value is (43,73,111). Sum of RGB (Red+Green+Blue) = 43+73+111=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B496F is #D4B690. Grayscale: #444444. Windows color (decimal): -13940369 or 7293227. OLE color: 7293227.
HSL color Cylindrical-coordinate representation of color #2B496F: hue angle of 213.53º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B496F is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 73 | 111 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.56 |
| HSL | 213.53º | 0.44% | 0.3% | - |
| HSV(B) | 213.53º | 0.61% | 0.44% | - |
| XYZ | 6.25 | 6.43 | 15.95 | - |
| YUV | 68.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 111 | 0.61 | 0.34 | 0 | 0.56 | 213.53 | 0.44 | 0.3 |
| Hex | 2B | 49 | 6F | 3D | 22 | 0 | 38 | D6 | 2C | 1E |
| Octal | 53 | 111 | 157 | 75 | 42 | 0 | 70 | 326 | 54 | 36 |
| Binary | 101011 | 1001001 | 1101111 | 111101 | 100010 | 0 | 111000 | 11010110 | 101100 | 11110 |
Color Harmonies of #2B496F
Complementary color
Monochromatic Colors of #2B496F
Black with #2B496F
Text Example
Text Example
White with #2B496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B496F; }
p { color: rgb(43,73,111); }
H1.HeaderClassName
{
color: #2B496F;
}
.AnyTagClassName
{
color: #2B496F;
}
</style>
background-color css
<style>
a { background-color: #2B496F; }
a { background-color: rgb(43,73,111); }
div.DivClassName
{
background-color: #2B496F;
}
.BgClassName
{
background-color: #2B496F;
}
</style>
border-color css
<style>
span { border-color: #2B496F; }
span { border-color: rgb(43,73,111); }
td.TdClassName
{
border-color: #2B496F;
}
.TagClassName
{
border-color: #2B496F;
}
</style>