Shades of Venice Blue #2C577B
Tints of Venice Blue #2C577B
RGB
CMYK
RGB Variations
Color information
#2C577B (or 0x2C577B) is known color: Venice Blue. HEX triplet: 2C, 57 and 7B. RGB value is (44,87,123). Sum of RGB (Red+Green+Blue) = 44+87+123=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C577B is #D3A884. Grayscale: #4E4E4E. Windows color (decimal): -13871237 or 8083244. OLE color: 8083244.
HSL color Cylindrical-coordinate representation of color #2C577B: hue angle of 207.34º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C577B is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 87 | 123 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.52 |
| HSL | 207.34º | 0.47% | 0.33% | - |
| HSV(B) | 207.34º | 0.64% | 0.48% | - |
| XYZ | 8.02 | 8.78 | 20.01 | - |
| YUV | 78.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 87 | 123 | 0.64 | 0.29 | 0 | 0.52 | 207.34 | 0.47 | 0.33 |
| Hex | 2C | 57 | 7B | 40 | 1D | 0 | 34 | CF | 2F | 21 |
| Octal | 54 | 127 | 173 | 100 | 35 | 0 | 64 | 317 | 57 | 41 |
| Binary | 101100 | 1010111 | 1111011 | 1000000 | 11101 | 0 | 110100 | 11001111 | 101111 | 100001 |
Color Harmonies of #2C577B
Complementary color
Monochromatic Colors of #2C577B
Black with #2C577B
Text Example
Text Example
White with #2C577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C577B; }
p { color: rgb(44,87,123); }
H1.HeaderClassName
{
color: #2C577B;
}
.AnyTagClassName
{
color: #2C577B;
}
</style>
background-color css
<style>
a { background-color: #2C577B; }
a { background-color: rgb(44,87,123); }
div.DivClassName
{
background-color: #2C577B;
}
.BgClassName
{
background-color: #2C577B;
}
</style>
border-color css
<style>
span { border-color: #2C577B; }
span { border-color: rgb(44,87,123); }
td.TdClassName
{
border-color: #2C577B;
}
.TagClassName
{
border-color: #2C577B;
}
</style>