Shades of Venice Blue #2B577B
Tints of Venice Blue #2B577B
RGB
CMYK
RGB Variations
Color information
#2B577B (or 0x2B577B) is known color: Venice Blue. HEX triplet: 2B, 57 and 7B. RGB value is (43,87,123). Sum of RGB (Red+Green+Blue) = 43+87+123=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B577B is #D4A884. Grayscale: #4D4D4D. Windows color (decimal): -13936773 or 8083243. OLE color: 8083243.
HSL color Cylindrical-coordinate representation of color #2B577B: hue angle of 207º 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 #2B577B is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 87 | 123 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.52 |
| HSL | 207º | 0.48% | 0.33% | - |
| HSV(B) | 207º | 0.65% | 0.48% | - |
| XYZ | 7.98 | 8.76 | 20.01 | - |
| YUV | 77.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 87 | 123 | 0.65 | 0.29 | 0 | 0.52 | 207 | 0.48 | 0.33 |
| Hex | 2B | 57 | 7B | 41 | 1D | 0 | 34 | CF | 30 | 21 |
| Octal | 53 | 127 | 173 | 101 | 35 | 0 | 64 | 317 | 60 | 41 |
| Binary | 101011 | 1010111 | 1111011 | 1000001 | 11101 | 0 | 110100 | 11001111 | 110000 | 100001 |
Color Harmonies of #2B577B
Complementary color
Monochromatic Colors of #2B577B
Black with #2B577B
Text Example
Text Example
White with #2B577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B577B; }
p { color: rgb(43,87,123); }
H1.HeaderClassName
{
color: #2B577B;
}
.AnyTagClassName
{
color: #2B577B;
}
</style>
background-color css
<style>
a { background-color: #2B577B; }
a { background-color: rgb(43,87,123); }
div.DivClassName
{
background-color: #2B577B;
}
.BgClassName
{
background-color: #2B577B;
}
</style>
border-color css
<style>
span { border-color: #2B577B; }
span { border-color: rgb(43,87,123); }
td.TdClassName
{
border-color: #2B577B;
}
.TagClassName
{
border-color: #2B577B;
}
</style>