Shades of Venice Blue #2B537C
Tints of Venice Blue #2B537C
RGB
CMYK
RGB Variations
Color information
#2B537C (or 0x2B537C) is known color: Venice Blue. HEX triplet: 2B, 53 and 7C. RGB value is (43,83,124). Sum of RGB (Red+Green+Blue) = 43+83+124=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B537C is #D4AC83. Grayscale: #4B4B4B. Windows color (decimal): -13937796 or 8147755. OLE color: 8147755.
HSL color Cylindrical-coordinate representation of color #2B537C: hue angle of 210.37º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B537C is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 83 | 124 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.51 |
| HSL | 210.37º | 0.49% | 0.33% | - |
| HSV(B) | 210.37º | 0.65% | 0.49% | - |
| XYZ | 7.73 | 8.16 | 20.24 | - |
| YUV | 75.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 124 | 0.65 | 0.33 | 0 | 0.51 | 210.37 | 0.49 | 0.33 |
| Hex | 2B | 53 | 7C | 41 | 21 | 0 | 33 | D2 | 31 | 21 |
| Octal | 53 | 123 | 174 | 101 | 41 | 0 | 63 | 322 | 61 | 41 |
| Binary | 101011 | 1010011 | 1111100 | 1000001 | 100001 | 0 | 110011 | 11010010 | 110001 | 100001 |
Color Harmonies of #2B537C
Complementary color
Monochromatic Colors of #2B537C
Black with #2B537C
Text Example
Text Example
White with #2B537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B537C; }
p { color: rgb(43,83,124); }
H1.HeaderClassName
{
color: #2B537C;
}
.AnyTagClassName
{
color: #2B537C;
}
</style>
background-color css
<style>
a { background-color: #2B537C; }
a { background-color: rgb(43,83,124); }
div.DivClassName
{
background-color: #2B537C;
}
.BgClassName
{
background-color: #2B537C;
}
</style>
border-color css
<style>
span { border-color: #2B537C; }
span { border-color: rgb(43,83,124); }
td.TdClassName
{
border-color: #2B537C;
}
.TagClassName
{
border-color: #2B537C;
}
</style>