Shades of Venice Blue #2C557C
Tints of Venice Blue #2C557C
RGB
CMYK
RGB Variations
Color information
#2C557C (or 0x2C557C) is known color: Venice Blue. HEX triplet: 2C, 55 and 7C. RGB value is (44,85,124). Sum of RGB (Red+Green+Blue) = 44+85+124=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C557C is #D3AA83. Grayscale: #4C4C4C. Windows color (decimal): -13871748 or 8148268. OLE color: 8148268.
HSL color Cylindrical-coordinate representation of color #2C557C: hue angle of 209.25º 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 #2C557C is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 85 | 124 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.51 |
| HSL | 209.25º | 0.48% | 0.33% | - |
| HSV(B) | 209.25º | 0.65% | 0.49% | - |
| XYZ | 7.93 | 8.49 | 20.29 | - |
| YUV | 77.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 124 | 0.65 | 0.31 | 0 | 0.51 | 209.25 | 0.48 | 0.33 |
| Hex | 2C | 55 | 7C | 41 | 1F | 0 | 33 | D1 | 30 | 21 |
| Octal | 54 | 125 | 174 | 101 | 37 | 0 | 63 | 321 | 60 | 41 |
| Binary | 101100 | 1010101 | 1111100 | 1000001 | 11111 | 0 | 110011 | 11010001 | 110000 | 100001 |
Color Harmonies of #2C557C
Complementary color
Monochromatic Colors of #2C557C
Black with #2C557C
Text Example
Text Example
White with #2C557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C557C; }
p { color: rgb(44,85,124); }
H1.HeaderClassName
{
color: #2C557C;
}
.AnyTagClassName
{
color: #2C557C;
}
</style>
background-color css
<style>
a { background-color: #2C557C; }
a { background-color: rgb(44,85,124); }
div.DivClassName
{
background-color: #2C557C;
}
.BgClassName
{
background-color: #2C557C;
}
</style>
border-color css
<style>
span { border-color: #2C557C; }
span { border-color: rgb(44,85,124); }
td.TdClassName
{
border-color: #2C557C;
}
.TagClassName
{
border-color: #2C557C;
}
</style>