Shades of Venice Blue #2C5C79
Tints of Venice Blue #2C5C79
RGB
CMYK
RGB Variations
Color information
#2C5C79 (or 0x2C5C79) is known color: Venice Blue. HEX triplet: 2C, 5C and 79. RGB value is (44,92,121). Sum of RGB (Red+Green+Blue) = 44+92+121=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C5C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5C79 is #D3A386. Grayscale: #505050. Windows color (decimal): -13869959 or 7953452. OLE color: 7953452.
HSL color Cylindrical-coordinate representation of color #2C5C79: hue angle of 202.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C5C79 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 92 | 121 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.53 |
| HSL | 202.6º | 0.47% | 0.32% | - |
| HSV(B) | 202.6º | 0.64% | 0.47% | - |
| XYZ | 8.32 | 9.57 | 19.5 | - |
| YUV | 80.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 92 | 121 | 0.64 | 0.24 | 0 | 0.53 | 202.6 | 0.47 | 0.32 |
| Hex | 2C | 5C | 79 | 40 | 18 | 0 | 35 | CB | 2F | 20 |
| Octal | 54 | 134 | 171 | 100 | 30 | 0 | 65 | 313 | 57 | 40 |
| Binary | 101100 | 1011100 | 1111001 | 1000000 | 11000 | 0 | 110101 | 11001011 | 101111 | 100000 |
Color Harmonies of #2C5C79
Complementary color
Monochromatic Colors of #2C5C79
Black with #2C5C79
Text Example
Text Example
White with #2C5C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5C79; }
p { color: rgb(44,92,121); }
H1.HeaderClassName
{
color: #2C5C79;
}
.AnyTagClassName
{
color: #2C5C79;
}
</style>
background-color css
<style>
a { background-color: #2C5C79; }
a { background-color: rgb(44,92,121); }
div.DivClassName
{
background-color: #2C5C79;
}
.BgClassName
{
background-color: #2C5C79;
}
</style>
border-color css
<style>
span { border-color: #2C5C79; }
span { border-color: rgb(44,92,121); }
td.TdClassName
{
border-color: #2C5C79;
}
.TagClassName
{
border-color: #2C5C79;
}
</style>