Shades of Venice Blue #2B4A6B
Tints of Venice Blue #2B4A6B
RGB
CMYK
RGB Variations
Color information
#2B4A6B (or 0x2B4A6B) is known color: Venice Blue. HEX triplet: 2B, 4A and 6B. RGB value is (43,74,107). Sum of RGB (Red+Green+Blue) = 43+74+107=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B4A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4A6B is #D4B594. Grayscale: #444444. Windows color (decimal): -13940117 or 7031339. OLE color: 7031339.
HSL color Cylindrical-coordinate representation of color #2B4A6B: hue angle of 210.94º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B4A6B is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 74 | 107 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.58 |
| HSL | 210.94º | 0.43% | 0.29% | - |
| HSV(B) | 210.94º | 0.6% | 0.42% | - |
| XYZ | 6.1 | 6.47 | 14.84 | - |
| YUV | 68.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 107 | 0.60 | 0.31 | 0 | 0.58 | 210.94 | 0.43 | 0.29 |
| Hex | 2B | 4A | 6B | 3C | 1F | 0 | 3A | D3 | 2B | 1D |
| Octal | 53 | 112 | 153 | 74 | 37 | 0 | 72 | 323 | 53 | 35 |
| Binary | 101011 | 1001010 | 1101011 | 111100 | 11111 | 0 | 111010 | 11010011 | 101011 | 11101 |
Color Harmonies of #2B4A6B
Complementary color
Monochromatic Colors of #2B4A6B
Black with #2B4A6B
Text Example
Text Example
White with #2B4A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A6B; }
p { color: rgb(43,74,107); }
H1.HeaderClassName
{
color: #2B4A6B;
}
.AnyTagClassName
{
color: #2B4A6B;
}
</style>
background-color css
<style>
a { background-color: #2B4A6B; }
a { background-color: rgb(43,74,107); }
div.DivClassName
{
background-color: #2B4A6B;
}
.BgClassName
{
background-color: #2B4A6B;
}
</style>
border-color css
<style>
span { border-color: #2B4A6B; }
span { border-color: rgb(43,74,107); }
td.TdClassName
{
border-color: #2B4A6B;
}
.TagClassName
{
border-color: #2B4A6B;
}
</style>