Shades of Venice Blue #2C5B7D
Tints of Venice Blue #2C5B7D
RGB
CMYK
RGB Variations
Color information
#2C5B7D (or 0x2C5B7D) is known color: Venice Blue. HEX triplet: 2C, 5B and 7D. RGB value is (44,91,125). Sum of RGB (Red+Green+Blue) = 44+91+125=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C5B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5B7D is #D3A482. Grayscale: #505050. Windows color (decimal): -13870211 or 8215340. OLE color: 8215340.
HSL color Cylindrical-coordinate representation of color #2C5B7D: hue angle of 205.19º degrees, saturation: 0.48, 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 #2C5B7D is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 91 | 125 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.51 |
| HSL | 205.19º | 0.48% | 0.33% | - |
| HSV(B) | 205.19º | 0.65% | 0.49% | - |
| XYZ | 8.48 | 9.5 | 20.79 | - |
| YUV | 80.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 91 | 125 | 0.65 | 0.27 | 0 | 0.51 | 205.19 | 0.48 | 0.33 |
| Hex | 2C | 5B | 7D | 41 | 1B | 0 | 33 | CD | 30 | 21 |
| Octal | 54 | 133 | 175 | 101 | 33 | 0 | 63 | 315 | 60 | 41 |
| Binary | 101100 | 1011011 | 1111101 | 1000001 | 11011 | 0 | 110011 | 11001101 | 110000 | 100001 |
Color Harmonies of #2C5B7D
Complementary color
Monochromatic Colors of #2C5B7D
Black with #2C5B7D
Text Example
Text Example
White with #2C5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5B7D; }
p { color: rgb(44,91,125); }
H1.HeaderClassName
{
color: #2C5B7D;
}
.AnyTagClassName
{
color: #2C5B7D;
}
</style>
background-color css
<style>
a { background-color: #2C5B7D; }
a { background-color: rgb(44,91,125); }
div.DivClassName
{
background-color: #2C5B7D;
}
.BgClassName
{
background-color: #2C5B7D;
}
</style>
border-color css
<style>
span { border-color: #2C5B7D; }
span { border-color: rgb(44,91,125); }
td.TdClassName
{
border-color: #2C5B7D;
}
.TagClassName
{
border-color: #2C5B7D;
}
</style>