Shades of Venice Blue #2B5373
Tints of Venice Blue #2B5373
RGB
CMYK
RGB Variations
Color information
#2B5373 (or 0x2B5373) is known color: Venice Blue. HEX triplet: 2B, 53 and 73. RGB value is (43,83,115). Sum of RGB (Red+Green+Blue) = 43+83+115=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B5373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5373 is #D4AC8C. Grayscale: #4A4A4A. Windows color (decimal): -13937805 or 7557931. OLE color: 7557931.
HSL color Cylindrical-coordinate representation of color #2B5373: hue angle of 206.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5373 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 83 | 115 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.55 |
| HSL | 206.67º | 0.46% | 0.31% | - |
| HSV(B) | 206.67º | 0.63% | 0.45% | - |
| XYZ | 7.18 | 7.94 | 17.37 | - |
| YUV | 74.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 115 | 0.63 | 0.28 | 0 | 0.55 | 206.67 | 0.46 | 0.31 |
| Hex | 2B | 53 | 73 | 3F | 1C | 0 | 37 | CF | 2E | 1F |
| Octal | 53 | 123 | 163 | 77 | 34 | 0 | 67 | 317 | 56 | 37 |
| Binary | 101011 | 1010011 | 1110011 | 111111 | 11100 | 0 | 110111 | 11001111 | 101110 | 11111 |
Color Harmonies of #2B5373
Complementary color
Monochromatic Colors of #2B5373
Black with #2B5373
Text Example
Text Example
White with #2B5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5373; }
p { color: rgb(43,83,115); }
H1.HeaderClassName
{
color: #2B5373;
}
.AnyTagClassName
{
color: #2B5373;
}
</style>
background-color css
<style>
a { background-color: #2B5373; }
a { background-color: rgb(43,83,115); }
div.DivClassName
{
background-color: #2B5373;
}
.BgClassName
{
background-color: #2B5373;
}
</style>
border-color css
<style>
span { border-color: #2B5373; }
span { border-color: rgb(43,83,115); }
td.TdClassName
{
border-color: #2B5373;
}
.TagClassName
{
border-color: #2B5373;
}
</style>