Shades of Venice Blue #2B4B75
Tints of Venice Blue #2B4B75
RGB
CMYK
RGB Variations
Color information
#2B4B75 (or 0x2B4B75) is known color: Venice Blue. HEX triplet: 2B, 4B and 75. RGB value is (43,75,117). Sum of RGB (Red+Green+Blue) = 43+75+117=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B4B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4B75 is #D4B48A. Grayscale: #464646. Windows color (decimal): -13939851 or 7686955. OLE color: 7686955.
HSL color Cylindrical-coordinate representation of color #2B4B75: hue angle of 214.05º 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 #2B4B75 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 75 | 117 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.54 |
| HSL | 214.05º | 0.46% | 0.31% | - |
| HSV(B) | 214.05º | 0.63% | 0.46% | - |
| XYZ | 6.72 | 6.83 | 17.79 | - |
| YUV | 70.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 117 | 0.63 | 0.36 | 0 | 0.54 | 214.05 | 0.46 | 0.31 |
| Hex | 2B | 4B | 75 | 3F | 24 | 0 | 36 | D6 | 2E | 1F |
| Octal | 53 | 113 | 165 | 77 | 44 | 0 | 66 | 326 | 56 | 37 |
| Binary | 101011 | 1001011 | 1110101 | 111111 | 100100 | 0 | 110110 | 11010110 | 101110 | 11111 |
Color Harmonies of #2B4B75
Complementary color
Monochromatic Colors of #2B4B75
Black with #2B4B75
Text Example
Text Example
White with #2B4B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4B75; }
p { color: rgb(43,75,117); }
H1.HeaderClassName
{
color: #2B4B75;
}
.AnyTagClassName
{
color: #2B4B75;
}
</style>
background-color css
<style>
a { background-color: #2B4B75; }
a { background-color: rgb(43,75,117); }
div.DivClassName
{
background-color: #2B4B75;
}
.BgClassName
{
background-color: #2B4B75;
}
</style>
border-color css
<style>
span { border-color: #2B4B75; }
span { border-color: rgb(43,75,117); }
td.TdClassName
{
border-color: #2B4B75;
}
.TagClassName
{
border-color: #2B4B75;
}
</style>