Shades of Venice Blue #2B5072
Tints of Venice Blue #2B5072
RGB
CMYK
RGB Variations
Color information
#2B5072 (or 0x2B5072) is known color: Venice Blue. HEX triplet: 2B, 50 and 72. RGB value is (43,80,114). Sum of RGB (Red+Green+Blue) = 43+80+114=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B5072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5072 is #D4AF8D. Grayscale: #484848. Windows color (decimal): -13938574 or 7491627. OLE color: 7491627.
HSL color Cylindrical-coordinate representation of color #2B5072: hue angle of 208.73º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B5072 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 80 | 114 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.55 |
| HSL | 208.73º | 0.45% | 0.31% | - |
| HSV(B) | 208.73º | 0.62% | 0.45% | - |
| XYZ | 6.9 | 7.47 | 17 | - |
| YUV | 72.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 114 | 0.62 | 0.30 | 0 | 0.55 | 208.73 | 0.45 | 0.31 |
| Hex | 2B | 50 | 72 | 3E | 1E | 0 | 37 | D1 | 2D | 1F |
| Octal | 53 | 120 | 162 | 76 | 36 | 0 | 67 | 321 | 55 | 37 |
| Binary | 101011 | 1010000 | 1110010 | 111110 | 11110 | 0 | 110111 | 11010001 | 101101 | 11111 |
Color Harmonies of #2B5072
Complementary color
Monochromatic Colors of #2B5072
Black with #2B5072
Text Example
Text Example
White with #2B5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5072; }
p { color: rgb(43,80,114); }
H1.HeaderClassName
{
color: #2B5072;
}
.AnyTagClassName
{
color: #2B5072;
}
</style>
background-color css
<style>
a { background-color: #2B5072; }
a { background-color: rgb(43,80,114); }
div.DivClassName
{
background-color: #2B5072;
}
.BgClassName
{
background-color: #2B5072;
}
</style>
border-color css
<style>
span { border-color: #2B5072; }
span { border-color: rgb(43,80,114); }
td.TdClassName
{
border-color: #2B5072;
}
.TagClassName
{
border-color: #2B5072;
}
</style>