Shades of Venice Blue #2B4A6D
Tints of Venice Blue #2B4A6D
RGB
CMYK
RGB Variations
Color information
#2B4A6D (or 0x2B4A6D) is known color: Venice Blue. HEX triplet: 2B, 4A and 6D. RGB value is (43,74,109). Sum of RGB (Red+Green+Blue) = 43+74+109=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B4A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4A6D is #D4B592. Grayscale: #444444. Windows color (decimal): -13940115 or 7162411. OLE color: 7162411.
HSL color Cylindrical-coordinate representation of color #2B4A6D: hue angle of 211.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B4A6D is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 74 | 109 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.57 |
| HSL | 211.82º | 0.43% | 0.3% | - |
| HSV(B) | 211.82º | 0.61% | 0.43% | - |
| XYZ | 6.21 | 6.52 | 15.4 | - |
| YUV | 68.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 109 | 0.61 | 0.32 | 0 | 0.57 | 211.82 | 0.43 | 0.3 |
| Hex | 2B | 4A | 6D | 3D | 20 | 0 | 39 | D4 | 2B | 1E |
| Octal | 53 | 112 | 155 | 75 | 40 | 0 | 71 | 324 | 53 | 36 |
| Binary | 101011 | 1001010 | 1101101 | 111101 | 100000 | 0 | 111001 | 11010100 | 101011 | 11110 |
Color Harmonies of #2B4A6D
Complementary color
Monochromatic Colors of #2B4A6D
Black with #2B4A6D
Text Example
Text Example
White with #2B4A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A6D; }
p { color: rgb(43,74,109); }
H1.HeaderClassName
{
color: #2B4A6D;
}
.AnyTagClassName
{
color: #2B4A6D;
}
</style>
background-color css
<style>
a { background-color: #2B4A6D; }
a { background-color: rgb(43,74,109); }
div.DivClassName
{
background-color: #2B4A6D;
}
.BgClassName
{
background-color: #2B4A6D;
}
</style>
border-color css
<style>
span { border-color: #2B4A6D; }
span { border-color: rgb(43,74,109); }
td.TdClassName
{
border-color: #2B4A6D;
}
.TagClassName
{
border-color: #2B4A6D;
}
</style>