Shades of Venice Blue #2B517B
Tints of Venice Blue #2B517B
RGB
CMYK
RGB Variations
Color information
#2B517B (or 0x2B517B) is known color: Venice Blue. HEX triplet: 2B, 51 and 7B. RGB value is (43,81,123). Sum of RGB (Red+Green+Blue) = 43+81+123=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B517B is #D4AE84. Grayscale: #4A4A4A. Windows color (decimal): -13938309 or 8081707. OLE color: 8081707.
HSL color Cylindrical-coordinate representation of color #2B517B: hue angle of 211.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B517B is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 81 | 123 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.52 |
| HSL | 211.5º | 0.48% | 0.33% | - |
| HSV(B) | 211.5º | 0.65% | 0.48% | - |
| XYZ | 7.51 | 7.83 | 19.85 | - |
| YUV | 74.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 81 | 123 | 0.65 | 0.34 | 0 | 0.52 | 211.5 | 0.48 | 0.33 |
| Hex | 2B | 51 | 7B | 41 | 22 | 0 | 34 | D4 | 30 | 21 |
| Octal | 53 | 121 | 173 | 101 | 42 | 0 | 64 | 324 | 60 | 41 |
| Binary | 101011 | 1010001 | 1111011 | 1000001 | 100010 | 0 | 110100 | 11010100 | 110000 | 100001 |
Color Harmonies of #2B517B
Complementary color
Monochromatic Colors of #2B517B
Black with #2B517B
Text Example
Text Example
White with #2B517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B517B; }
p { color: rgb(43,81,123); }
H1.HeaderClassName
{
color: #2B517B;
}
.AnyTagClassName
{
color: #2B517B;
}
</style>
background-color css
<style>
a { background-color: #2B517B; }
a { background-color: rgb(43,81,123); }
div.DivClassName
{
background-color: #2B517B;
}
.BgClassName
{
background-color: #2B517B;
}
</style>
border-color css
<style>
span { border-color: #2B517B; }
span { border-color: rgb(43,81,123); }
td.TdClassName
{
border-color: #2B517B;
}
.TagClassName
{
border-color: #2B517B;
}
</style>