Shades of Venice Blue #2B527B
Tints of Venice Blue #2B527B
RGB
CMYK
RGB Variations
Color information
#2B527B (or 0x2B527B) is known color: Venice Blue. HEX triplet: 2B, 52 and 7B. RGB value is (43,82,123). Sum of RGB (Red+Green+Blue) = 43+82+123=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B527B is #D4AD84. Grayscale: #4A4A4A. Windows color (decimal): -13938053 or 8081963. OLE color: 8081963.
HSL color Cylindrical-coordinate representation of color #2B527B: hue angle of 210.75º 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 #2B527B is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 82 | 123 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.52 |
| HSL | 210.75º | 0.48% | 0.33% | - |
| HSV(B) | 210.75º | 0.65% | 0.48% | - |
| XYZ | 7.59 | 7.98 | 19.88 | - |
| YUV | 75.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 82 | 123 | 0.65 | 0.33 | 0 | 0.52 | 210.75 | 0.48 | 0.33 |
| Hex | 2B | 52 | 7B | 41 | 21 | 0 | 34 | D3 | 30 | 21 |
| Octal | 53 | 122 | 173 | 101 | 41 | 0 | 64 | 323 | 60 | 41 |
| Binary | 101011 | 1010010 | 1111011 | 1000001 | 100001 | 0 | 110100 | 11010011 | 110000 | 100001 |
Color Harmonies of #2B527B
Complementary color
Monochromatic Colors of #2B527B
Black with #2B527B
Text Example
Text Example
White with #2B527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B527B; }
p { color: rgb(43,82,123); }
H1.HeaderClassName
{
color: #2B527B;
}
.AnyTagClassName
{
color: #2B527B;
}
</style>
background-color css
<style>
a { background-color: #2B527B; }
a { background-color: rgb(43,82,123); }
div.DivClassName
{
background-color: #2B527B;
}
.BgClassName
{
background-color: #2B527B;
}
</style>
border-color css
<style>
span { border-color: #2B527B; }
span { border-color: rgb(43,82,123); }
td.TdClassName
{
border-color: #2B527B;
}
.TagClassName
{
border-color: #2B527B;
}
</style>