Shades of Venice Blue #2C5379
Tints of Venice Blue #2C5379
RGB
CMYK
RGB Variations
Color information
#2C5379 (or 0x2C5379) is known color: Venice Blue. HEX triplet: 2C, 53 and 79. RGB value is (44,83,121). Sum of RGB (Red+Green+Blue) = 44+83+121=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C5379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5379 is #D3AC86. Grayscale: #4B4B4B. Windows color (decimal): -13872263 or 7951148. OLE color: 7951148.
HSL color Cylindrical-coordinate representation of color #2C5379: hue angle of 209.61º 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 #2C5379 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 83 | 121 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.53 |
| HSL | 209.61º | 0.47% | 0.32% | - |
| HSV(B) | 209.61º | 0.64% | 0.47% | - |
| XYZ | 7.58 | 8.1 | 19.25 | - |
| YUV | 75.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 121 | 0.64 | 0.31 | 0 | 0.53 | 209.61 | 0.47 | 0.32 |
| Hex | 2C | 53 | 79 | 40 | 1F | 0 | 35 | D2 | 2F | 20 |
| Octal | 54 | 123 | 171 | 100 | 37 | 0 | 65 | 322 | 57 | 40 |
| Binary | 101100 | 1010011 | 1111001 | 1000000 | 11111 | 0 | 110101 | 11010010 | 101111 | 100000 |
Color Harmonies of #2C5379
Complementary color
Monochromatic Colors of #2C5379
Black with #2C5379
Text Example
Text Example
White with #2C5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5379; }
p { color: rgb(44,83,121); }
H1.HeaderClassName
{
color: #2C5379;
}
.AnyTagClassName
{
color: #2C5379;
}
</style>
background-color css
<style>
a { background-color: #2C5379; }
a { background-color: rgb(44,83,121); }
div.DivClassName
{
background-color: #2C5379;
}
.BgClassName
{
background-color: #2C5379;
}
</style>
border-color css
<style>
span { border-color: #2C5379; }
span { border-color: rgb(44,83,121); }
td.TdClassName
{
border-color: #2C5379;
}
.TagClassName
{
border-color: #2C5379;
}
</style>