Shades of Venice Blue #2C577D
Tints of Venice Blue #2C577D
RGB
CMYK
RGB Variations
Color information
#2C577D (or 0x2C577D) is known color: Venice Blue. HEX triplet: 2C, 57 and 7D. RGB value is (44,87,125). Sum of RGB (Red+Green+Blue) = 44+87+125=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C577D is #D3A882. Grayscale: #4E4E4E. Windows color (decimal): -13871235 or 8214316. OLE color: 8214316.
HSL color Cylindrical-coordinate representation of color #2C577D: hue angle of 208.15º 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 #2C577D is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 87 | 125 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.51 |
| HSL | 208.15º | 0.48% | 0.33% | - |
| HSV(B) | 208.15º | 0.65% | 0.49% | - |
| XYZ | 8.15 | 8.83 | 20.68 | - |
| YUV | 78.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 87 | 125 | 0.65 | 0.30 | 0 | 0.51 | 208.15 | 0.48 | 0.33 |
| Hex | 2C | 57 | 7D | 41 | 1E | 0 | 33 | D0 | 30 | 21 |
| Octal | 54 | 127 | 175 | 101 | 36 | 0 | 63 | 320 | 60 | 41 |
| Binary | 101100 | 1010111 | 1111101 | 1000001 | 11110 | 0 | 110011 | 11010000 | 110000 | 100001 |
Color Harmonies of #2C577D
Complementary color
Monochromatic Colors of #2C577D
Black with #2C577D
Text Example
Text Example
White with #2C577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C577D; }
p { color: rgb(44,87,125); }
H1.HeaderClassName
{
color: #2C577D;
}
.AnyTagClassName
{
color: #2C577D;
}
</style>
background-color css
<style>
a { background-color: #2C577D; }
a { background-color: rgb(44,87,125); }
div.DivClassName
{
background-color: #2C577D;
}
.BgClassName
{
background-color: #2C577D;
}
</style>
border-color css
<style>
span { border-color: #2C577D; }
span { border-color: rgb(44,87,125); }
td.TdClassName
{
border-color: #2C577D;
}
.TagClassName
{
border-color: #2C577D;
}
</style>