Shades of Venice Blue #2B557D
Tints of Venice Blue #2B557D
RGB
CMYK
RGB Variations
Color information
#2B557D (or 0x2B557D) is known color: Venice Blue. HEX triplet: 2B, 55 and 7D. RGB value is (43,85,125). Sum of RGB (Red+Green+Blue) = 43+85+125=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B557D is #D4AA82. Grayscale: #4C4C4C. Windows color (decimal): -13937283 or 8213803. OLE color: 8213803.
HSL color Cylindrical-coordinate representation of color #2B557D: hue angle of 209.27º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B557D is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 85 | 125 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.51 |
| HSL | 209.27º | 0.49% | 0.33% | - |
| HSV(B) | 209.27º | 0.66% | 0.49% | - |
| XYZ | 7.95 | 8.49 | 20.62 | - |
| YUV | 77 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 125 | 0.66 | 0.32 | 0 | 0.51 | 209.27 | 0.49 | 0.33 |
| Hex | 2B | 55 | 7D | 42 | 20 | 0 | 33 | D1 | 31 | 21 |
| Octal | 53 | 125 | 175 | 102 | 40 | 0 | 63 | 321 | 61 | 41 |
| Binary | 101011 | 1010101 | 1111101 | 1000010 | 100000 | 0 | 110011 | 11010001 | 110001 | 100001 |
Color Harmonies of #2B557D
Complementary color
Monochromatic Colors of #2B557D
Black with #2B557D
Text Example
Text Example
White with #2B557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B557D; }
p { color: rgb(43,85,125); }
H1.HeaderClassName
{
color: #2B557D;
}
.AnyTagClassName
{
color: #2B557D;
}
</style>
background-color css
<style>
a { background-color: #2B557D; }
a { background-color: rgb(43,85,125); }
div.DivClassName
{
background-color: #2B557D;
}
.BgClassName
{
background-color: #2B557D;
}
</style>
border-color css
<style>
span { border-color: #2B557D; }
span { border-color: rgb(43,85,125); }
td.TdClassName
{
border-color: #2B557D;
}
.TagClassName
{
border-color: #2B557D;
}
</style>