Shades of Venice Blue #2B5679
Tints of Venice Blue #2B5679
RGB
CMYK
RGB Variations
Color information
#2B5679 (or 0x2B5679) is known color: Venice Blue. HEX triplet: 2B, 56 and 79. RGB value is (43,86,121). Sum of RGB (Red+Green+Blue) = 43+86+121=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B5679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5679 is #D4A986. Grayscale: #4C4C4C. Windows color (decimal): -13937031 or 7951915. OLE color: 7951915.
HSL color Cylindrical-coordinate representation of color #2B5679: hue angle of 206.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B5679 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 86 | 121 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.53 |
| HSL | 206.92º | 0.48% | 0.32% | - |
| HSV(B) | 206.92º | 0.64% | 0.47% | - |
| XYZ | 7.78 | 8.55 | 19.33 | - |
| YUV | 77.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 86 | 121 | 0.64 | 0.29 | 0 | 0.53 | 206.92 | 0.48 | 0.32 |
| Hex | 2B | 56 | 79 | 40 | 1D | 0 | 35 | CF | 30 | 20 |
| Octal | 53 | 126 | 171 | 100 | 35 | 0 | 65 | 317 | 60 | 40 |
| Binary | 101011 | 1010110 | 1111001 | 1000000 | 11101 | 0 | 110101 | 11001111 | 110000 | 100000 |
Color Harmonies of #2B5679
Complementary color
Monochromatic Colors of #2B5679
Black with #2B5679
Text Example
Text Example
White with #2B5679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5679; }
p { color: rgb(43,86,121); }
H1.HeaderClassName
{
color: #2B5679;
}
.AnyTagClassName
{
color: #2B5679;
}
</style>
background-color css
<style>
a { background-color: #2B5679; }
a { background-color: rgb(43,86,121); }
div.DivClassName
{
background-color: #2B5679;
}
.BgClassName
{
background-color: #2B5679;
}
</style>
border-color css
<style>
span { border-color: #2B5679; }
span { border-color: rgb(43,86,121); }
td.TdClassName
{
border-color: #2B5679;
}
.TagClassName
{
border-color: #2B5679;
}
</style>