Shades of Venice Blue #2B516F
Tints of Venice Blue #2B516F
RGB
CMYK
RGB Variations
Color information
#2B516F (or 0x2B516F) is known color: Venice Blue. HEX triplet: 2B, 51 and 6F. RGB value is (43,81,111). Sum of RGB (Red+Green+Blue) = 43+81+111=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B516F is #D4AE90. Grayscale: #484848. Windows color (decimal): -13938321 or 7295275. OLE color: 7295275.
HSL color Cylindrical-coordinate representation of color #2B516F: hue angle of 206.47º 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 #2B516F is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 81 | 111 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.56 |
| HSL | 206.47º | 0.44% | 0.3% | - |
| HSV(B) | 206.47º | 0.61% | 0.44% | - |
| XYZ | 6.81 | 7.55 | 16.14 | - |
| YUV | 73.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 111 | 0.61 | 0.27 | 0 | 0.56 | 206.47 | 0.44 | 0.3 |
| Hex | 2B | 51 | 6F | 3D | 1B | 0 | 38 | CE | 2C | 1E |
| Octal | 53 | 121 | 157 | 75 | 33 | 0 | 70 | 316 | 54 | 36 |
| Binary | 101011 | 1010001 | 1101111 | 111101 | 11011 | 0 | 111000 | 11001110 | 101100 | 11110 |
Color Harmonies of #2B516F
Complementary color
Monochromatic Colors of #2B516F
Black with #2B516F
Text Example
Text Example
White with #2B516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B516F; }
p { color: rgb(43,81,111); }
H1.HeaderClassName
{
color: #2B516F;
}
.AnyTagClassName
{
color: #2B516F;
}
</style>
background-color css
<style>
a { background-color: #2B516F; }
a { background-color: rgb(43,81,111); }
div.DivClassName
{
background-color: #2B516F;
}
.BgClassName
{
background-color: #2B516F;
}
</style>
border-color css
<style>
span { border-color: #2B516F; }
span { border-color: rgb(43,81,111); }
td.TdClassName
{
border-color: #2B516F;
}
.TagClassName
{
border-color: #2B516F;
}
</style>