Shades of Venice Blue #2B547B
Tints of Venice Blue #2B547B
RGB
CMYK
RGB Variations
Color information
#2B547B (or 0x2B547B) is known color: Venice Blue. HEX triplet: 2B, 54 and 7B. RGB value is (43,84,123). Sum of RGB (Red+Green+Blue) = 43+84+123=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B547B is #D4AB84. Grayscale: #4B4B4B. Windows color (decimal): -13937541 or 8082475. OLE color: 8082475.
HSL color Cylindrical-coordinate representation of color #2B547B: hue angle of 209.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B547B is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 84 | 123 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.52 |
| HSL | 209.25º | 0.48% | 0.33% | - |
| HSV(B) | 209.25º | 0.65% | 0.48% | - |
| XYZ | 7.74 | 8.28 | 19.93 | - |
| YUV | 76.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 123 | 0.65 | 0.32 | 0 | 0.52 | 209.25 | 0.48 | 0.33 |
| Hex | 2B | 54 | 7B | 41 | 20 | 0 | 34 | D1 | 30 | 21 |
| Octal | 53 | 124 | 173 | 101 | 40 | 0 | 64 | 321 | 60 | 41 |
| Binary | 101011 | 1010100 | 1111011 | 1000001 | 100000 | 0 | 110100 | 11010001 | 110000 | 100001 |
Color Harmonies of #2B547B
Complementary color
Monochromatic Colors of #2B547B
Black with #2B547B
Text Example
Text Example
White with #2B547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B547B; }
p { color: rgb(43,84,123); }
H1.HeaderClassName
{
color: #2B547B;
}
.AnyTagClassName
{
color: #2B547B;
}
</style>
background-color css
<style>
a { background-color: #2B547B; }
a { background-color: rgb(43,84,123); }
div.DivClassName
{
background-color: #2B547B;
}
.BgClassName
{
background-color: #2B547B;
}
</style>
border-color css
<style>
span { border-color: #2B547B; }
span { border-color: rgb(43,84,123); }
td.TdClassName
{
border-color: #2B547B;
}
.TagClassName
{
border-color: #2B547B;
}
</style>