Shades of Venice Blue #2B4973
Tints of Venice Blue #2B4973
RGB
CMYK
RGB Variations
Color information
#2B4973 (or 0x2B4973) is known color: Venice Blue. HEX triplet: 2B, 49 and 73. RGB value is (43,73,115). Sum of RGB (Red+Green+Blue) = 43+73+115=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4973 is #D4B68C. Grayscale: #444444. Windows color (decimal): -13940365 or 7555371. OLE color: 7555371.
HSL color Cylindrical-coordinate representation of color #2B4973: hue angle of 215º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4973 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 73 | 115 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.55 |
| HSL | 215º | 0.46% | 0.31% | - |
| HSV(B) | 215º | 0.63% | 0.45% | - |
| XYZ | 6.47 | 6.52 | 17.14 | - |
| YUV | 68.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 115 | 0.63 | 0.37 | 0 | 0.55 | 215 | 0.46 | 0.31 |
| Hex | 2B | 49 | 73 | 3F | 25 | 0 | 37 | D7 | 2E | 1F |
| Octal | 53 | 111 | 163 | 77 | 45 | 0 | 67 | 327 | 56 | 37 |
| Binary | 101011 | 1001001 | 1110011 | 111111 | 100101 | 0 | 110111 | 11010111 | 101110 | 11111 |
Color Harmonies of #2B4973
Complementary color
Monochromatic Colors of #2B4973
Black with #2B4973
Text Example
Text Example
White with #2B4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4973; }
p { color: rgb(43,73,115); }
H1.HeaderClassName
{
color: #2B4973;
}
.AnyTagClassName
{
color: #2B4973;
}
</style>
background-color css
<style>
a { background-color: #2B4973; }
a { background-color: rgb(43,73,115); }
div.DivClassName
{
background-color: #2B4973;
}
.BgClassName
{
background-color: #2B4973;
}
</style>
border-color css
<style>
span { border-color: #2B4973; }
span { border-color: rgb(43,73,115); }
td.TdClassName
{
border-color: #2B4973;
}
.TagClassName
{
border-color: #2B4973;
}
</style>