Shades of Venice Blue #2C587F
Tints of Venice Blue #2C587F
RGB
CMYK
RGB Variations
Color information
#2C587F (or 0x2C587F) is known color: Venice Blue. HEX triplet: 2C, 58 and 7F. RGB value is (44,88,127). Sum of RGB (Red+Green+Blue) = 44+88+127=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C587F is #D3A780. Grayscale: #4F4F4F. Windows color (decimal): -13870977 or 8345644. OLE color: 8345644.
HSL color Cylindrical-coordinate representation of color #2C587F: hue angle of 208.19º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C587F is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 88 | 127 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.50 |
| HSL | 208.19º | 0.49% | 0.34% | - |
| HSV(B) | 208.19º | 0.65% | 0.5% | - |
| XYZ | 8.36 | 9.05 | 21.38 | - |
| YUV | 79.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 127 | 0.65 | 0.31 | 0 | 0.50 | 208.19 | 0.49 | 0.34 |
| Hex | 2C | 58 | 7F | 41 | 1F | 0 | 32 | D0 | 31 | 22 |
| Octal | 54 | 130 | 177 | 101 | 37 | 0 | 62 | 320 | 61 | 42 |
| Binary | 101100 | 1011000 | 1111111 | 1000001 | 11111 | 0 | 110010 | 11010000 | 110001 | 100010 |
Color Harmonies of #2C587F
Complementary color
Monochromatic Colors of #2C587F
Black with #2C587F
Text Example
Text Example
White with #2C587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C587F; }
p { color: rgb(44,88,127); }
H1.HeaderClassName
{
color: #2C587F;
}
.AnyTagClassName
{
color: #2C587F;
}
</style>
background-color css
<style>
a { background-color: #2C587F; }
a { background-color: rgb(44,88,127); }
div.DivClassName
{
background-color: #2C587F;
}
.BgClassName
{
background-color: #2C587F;
}
</style>
border-color css
<style>
span { border-color: #2C587F; }
span { border-color: rgb(44,88,127); }
td.TdClassName
{
border-color: #2C587F;
}
.TagClassName
{
border-color: #2C587F;
}
</style>