Shades of Venice Blue #2C577E
Tints of Venice Blue #2C577E
RGB
CMYK
RGB Variations
Color information
#2C577E (or 0x2C577E) is known color: Venice Blue. HEX triplet: 2C, 57 and 7E. RGB value is (44,87,126). Sum of RGB (Red+Green+Blue) = 44+87+126=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C577E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C577E is #D3A881. Grayscale: #4E4E4E. Windows color (decimal): -13871234 or 8279852. OLE color: 8279852.
HSL color Cylindrical-coordinate representation of color #2C577E: hue angle of 208.54º 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 #2C577E is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 87 | 126 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.51 |
| HSL | 208.54º | 0.48% | 0.33% | - |
| HSV(B) | 208.54º | 0.65% | 0.49% | - |
| XYZ | 8.21 | 8.86 | 21.02 | - |
| YUV | 78.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 87 | 126 | 0.65 | 0.31 | 0 | 0.51 | 208.54 | 0.48 | 0.33 |
| Hex | 2C | 57 | 7E | 41 | 1F | 0 | 33 | D1 | 30 | 21 |
| Octal | 54 | 127 | 176 | 101 | 37 | 0 | 63 | 321 | 60 | 41 |
| Binary | 101100 | 1010111 | 1111110 | 1000001 | 11111 | 0 | 110011 | 11010001 | 110000 | 100001 |
Color Harmonies of #2C577E
Complementary color
Monochromatic Colors of #2C577E
Black with #2C577E
Text Example
Text Example
White with #2C577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C577E; }
p { color: rgb(44,87,126); }
H1.HeaderClassName
{
color: #2C577E;
}
.AnyTagClassName
{
color: #2C577E;
}
</style>
background-color css
<style>
a { background-color: #2C577E; }
a { background-color: rgb(44,87,126); }
div.DivClassName
{
background-color: #2C577E;
}
.BgClassName
{
background-color: #2C577E;
}
</style>
border-color css
<style>
span { border-color: #2C577E; }
span { border-color: rgb(44,87,126); }
td.TdClassName
{
border-color: #2C577E;
}
.TagClassName
{
border-color: #2C577E;
}
</style>