Shades of Venice Blue #2C5475
Tints of Venice Blue #2C5475
RGB
CMYK
RGB Variations
Color information
#2C5475 (or 0x2C5475) is known color: Venice Blue. HEX triplet: 2C, 54 and 75. RGB value is (44,84,117). Sum of RGB (Red+Green+Blue) = 44+84+117=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C5475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5475 is #D3AB8A. Grayscale: #4B4B4B. Windows color (decimal): -13872011 or 7689260. OLE color: 7689260.
HSL color Cylindrical-coordinate representation of color #2C5475: hue angle of 207.12º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C5475 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 84 | 117 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.54 |
| HSL | 207.12º | 0.45% | 0.32% | - |
| HSV(B) | 207.12º | 0.62% | 0.46% | - |
| XYZ | 7.42 | 8.16 | 18.01 | - |
| YUV | 75.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 117 | 0.62 | 0.28 | 0 | 0.54 | 207.12 | 0.45 | 0.32 |
| Hex | 2C | 54 | 75 | 3E | 1C | 0 | 36 | CF | 2D | 20 |
| Octal | 54 | 124 | 165 | 76 | 34 | 0 | 66 | 317 | 55 | 40 |
| Binary | 101100 | 1010100 | 1110101 | 111110 | 11100 | 0 | 110110 | 11001111 | 101101 | 100000 |
Color Harmonies of #2C5475
Complementary color
Monochromatic Colors of #2C5475
Black with #2C5475
Text Example
Text Example
White with #2C5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5475; }
p { color: rgb(44,84,117); }
H1.HeaderClassName
{
color: #2C5475;
}
.AnyTagClassName
{
color: #2C5475;
}
</style>
background-color css
<style>
a { background-color: #2C5475; }
a { background-color: rgb(44,84,117); }
div.DivClassName
{
background-color: #2C5475;
}
.BgClassName
{
background-color: #2C5475;
}
</style>
border-color css
<style>
span { border-color: #2C5475; }
span { border-color: rgb(44,84,117); }
td.TdClassName
{
border-color: #2C5475;
}
.TagClassName
{
border-color: #2C5475;
}
</style>