Shades of Venice Blue #2B506E
Tints of Venice Blue #2B506E
RGB
CMYK
RGB Variations
Color information
#2B506E (or 0x2B506E) is known color: Venice Blue. HEX triplet: 2B, 50 and 6E. RGB value is (43,80,110). Sum of RGB (Red+Green+Blue) = 43+80+110=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B506E is #D4AF91. Grayscale: #484848. Windows color (decimal): -13938578 or 7229483. OLE color: 7229483.
HSL color Cylindrical-coordinate representation of color #2B506E: hue angle of 206.87º degrees, saturation: 0.44, 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 #2B506E is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 80 | 110 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.57 |
| HSL | 206.87º | 0.44% | 0.3% | - |
| HSV(B) | 206.87º | 0.61% | 0.43% | - |
| XYZ | 6.68 | 7.38 | 15.82 | - |
| YUV | 72.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 110 | 0.61 | 0.27 | 0 | 0.57 | 206.87 | 0.44 | 0.3 |
| Hex | 2B | 50 | 6E | 3D | 1B | 0 | 39 | CF | 2C | 1E |
| Octal | 53 | 120 | 156 | 75 | 33 | 0 | 71 | 317 | 54 | 36 |
| Binary | 101011 | 1010000 | 1101110 | 111101 | 11011 | 0 | 111001 | 11001111 | 101100 | 11110 |
Color Harmonies of #2B506E
Complementary color
Monochromatic Colors of #2B506E
Black with #2B506E
Text Example
Text Example
White with #2B506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B506E; }
p { color: rgb(43,80,110); }
H1.HeaderClassName
{
color: #2B506E;
}
.AnyTagClassName
{
color: #2B506E;
}
</style>
background-color css
<style>
a { background-color: #2B506E; }
a { background-color: rgb(43,80,110); }
div.DivClassName
{
background-color: #2B506E;
}
.BgClassName
{
background-color: #2B506E;
}
</style>
border-color css
<style>
span { border-color: #2B506E; }
span { border-color: rgb(43,80,110); }
td.TdClassName
{
border-color: #2B506E;
}
.TagClassName
{
border-color: #2B506E;
}
</style>