Shades of Venice Blue #2C5074
Tints of Venice Blue #2C5074
RGB
CMYK
RGB Variations
Color information
#2C5074 (or 0x2C5074) is known color: Venice Blue. HEX triplet: 2C, 50 and 74. RGB value is (44,80,116). Sum of RGB (Red+Green+Blue) = 44+80+116=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C5074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5074 is #D3AF8B. Grayscale: #494949. Windows color (decimal): -13873036 or 7622700. OLE color: 7622700.
HSL color Cylindrical-coordinate representation of color #2C5074: hue angle of 210º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C5074 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 80 | 116 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.55 |
| HSL | 210º | 0.45% | 0.31% | - |
| HSV(B) | 210º | 0.62% | 0.45% | - |
| XYZ | 7.06 | 7.53 | 17.61 | - |
| YUV | 73.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 116 | 0.62 | 0.31 | 0 | 0.55 | 210 | 0.45 | 0.31 |
| Hex | 2C | 50 | 74 | 3E | 1F | 0 | 37 | D2 | 2D | 1F |
| Octal | 54 | 120 | 164 | 76 | 37 | 0 | 67 | 322 | 55 | 37 |
| Binary | 101100 | 1010000 | 1110100 | 111110 | 11111 | 0 | 110111 | 11010010 | 101101 | 11111 |
Color Harmonies of #2C5074
Complementary color
Monochromatic Colors of #2C5074
Black with #2C5074
Text Example
Text Example
White with #2C5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5074; }
p { color: rgb(44,80,116); }
H1.HeaderClassName
{
color: #2C5074;
}
.AnyTagClassName
{
color: #2C5074;
}
</style>
background-color css
<style>
a { background-color: #2C5074; }
a { background-color: rgb(44,80,116); }
div.DivClassName
{
background-color: #2C5074;
}
.BgClassName
{
background-color: #2C5074;
}
</style>
border-color css
<style>
span { border-color: #2C5074; }
span { border-color: rgb(44,80,116); }
td.TdClassName
{
border-color: #2C5074;
}
.TagClassName
{
border-color: #2C5074;
}
</style>