Shades of Venice Blue #2B5476
Tints of Venice Blue #2B5476
RGB
CMYK
RGB Variations
Color information
#2B5476 (or 0x2B5476) is known color: Venice Blue. HEX triplet: 2B, 54 and 76. RGB value is (43,84,118). Sum of RGB (Red+Green+Blue) = 43+84+118=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B5476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5476 is #D4AB89. Grayscale: #4B4B4B. Windows color (decimal): -13937546 or 7754795. OLE color: 7754795.
HSL color Cylindrical-coordinate representation of color #2B5476: hue angle of 207.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B5476 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 84 | 118 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.54 |
| HSL | 207.2º | 0.47% | 0.32% | - |
| HSV(B) | 207.2º | 0.64% | 0.46% | - |
| XYZ | 7.44 | 8.16 | 18.32 | - |
| YUV | 75.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 118 | 0.64 | 0.29 | 0 | 0.54 | 207.2 | 0.47 | 0.32 |
| Hex | 2B | 54 | 76 | 40 | 1D | 0 | 36 | CF | 2F | 20 |
| Octal | 53 | 124 | 166 | 100 | 35 | 0 | 66 | 317 | 57 | 40 |
| Binary | 101011 | 1010100 | 1110110 | 1000000 | 11101 | 0 | 110110 | 11001111 | 101111 | 100000 |
Color Harmonies of #2B5476
Complementary color
Monochromatic Colors of #2B5476
Black with #2B5476
Text Example
Text Example
White with #2B5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5476; }
p { color: rgb(43,84,118); }
H1.HeaderClassName
{
color: #2B5476;
}
.AnyTagClassName
{
color: #2B5476;
}
</style>
background-color css
<style>
a { background-color: #2B5476; }
a { background-color: rgb(43,84,118); }
div.DivClassName
{
background-color: #2B5476;
}
.BgClassName
{
background-color: #2B5476;
}
</style>
border-color css
<style>
span { border-color: #2B5476; }
span { border-color: rgb(43,84,118); }
td.TdClassName
{
border-color: #2B5476;
}
.TagClassName
{
border-color: #2B5476;
}
</style>