Shades of Venice Blue #2B5075
Tints of Venice Blue #2B5075
RGB
CMYK
RGB Variations
Color information
#2B5075 (or 0x2B5075) is known color: Venice Blue. HEX triplet: 2B, 50 and 75. RGB value is (43,80,117). Sum of RGB (Red+Green+Blue) = 43+80+117=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B5075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5075 is #D4AF8A. Grayscale: #484848. Windows color (decimal): -13938571 or 7688235. OLE color: 7688235.
HSL color Cylindrical-coordinate representation of color #2B5075: hue angle of 210º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5075 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 80 | 117 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.54 |
| HSL | 210º | 0.46% | 0.31% | - |
| HSV(B) | 210º | 0.63% | 0.46% | - |
| XYZ | 7.08 | 7.54 | 17.91 | - |
| YUV | 73.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 117 | 0.63 | 0.32 | 0 | 0.54 | 210 | 0.46 | 0.31 |
| Hex | 2B | 50 | 75 | 3F | 20 | 0 | 36 | D2 | 2E | 1F |
| Octal | 53 | 120 | 165 | 77 | 40 | 0 | 66 | 322 | 56 | 37 |
| Binary | 101011 | 1010000 | 1110101 | 111111 | 100000 | 0 | 110110 | 11010010 | 101110 | 11111 |
Color Harmonies of #2B5075
Complementary color
Monochromatic Colors of #2B5075
Black with #2B5075
Text Example
Text Example
White with #2B5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5075; }
p { color: rgb(43,80,117); }
H1.HeaderClassName
{
color: #2B5075;
}
.AnyTagClassName
{
color: #2B5075;
}
</style>
background-color css
<style>
a { background-color: #2B5075; }
a { background-color: rgb(43,80,117); }
div.DivClassName
{
background-color: #2B5075;
}
.BgClassName
{
background-color: #2B5075;
}
</style>
border-color css
<style>
span { border-color: #2B5075; }
span { border-color: rgb(43,80,117); }
td.TdClassName
{
border-color: #2B5075;
}
.TagClassName
{
border-color: #2B5075;
}
</style>