Shades of Venice Blue #2C547B
Tints of Venice Blue #2C547B
RGB
CMYK
RGB Variations
Color information
#2C547B (or 0x2C547B) is known color: Venice Blue. HEX triplet: 2C, 54 and 7B. RGB value is (44,84,123). Sum of RGB (Red+Green+Blue) = 44+84+123=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C547B is #D3AB84. Grayscale: #4C4C4C. Windows color (decimal): -13872005 or 8082476. OLE color: 8082476.
HSL color Cylindrical-coordinate representation of color #2C547B: hue angle of 209.62º 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 #2C547B is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 84 | 123 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.52 |
| HSL | 209.62º | 0.47% | 0.33% | - |
| HSV(B) | 209.62º | 0.64% | 0.48% | - |
| XYZ | 7.78 | 8.31 | 19.93 | - |
| YUV | 76.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 123 | 0.64 | 0.32 | 0 | 0.52 | 209.62 | 0.47 | 0.33 |
| Hex | 2C | 54 | 7B | 40 | 20 | 0 | 34 | D2 | 2F | 21 |
| Octal | 54 | 124 | 173 | 100 | 40 | 0 | 64 | 322 | 57 | 41 |
| Binary | 101100 | 1010100 | 1111011 | 1000000 | 100000 | 0 | 110100 | 11010010 | 101111 | 100001 |
Color Harmonies of #2C547B
Complementary color
Monochromatic Colors of #2C547B
Black with #2C547B
Text Example
Text Example
White with #2C547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C547B; }
p { color: rgb(44,84,123); }
H1.HeaderClassName
{
color: #2C547B;
}
.AnyTagClassName
{
color: #2C547B;
}
</style>
background-color css
<style>
a { background-color: #2C547B; }
a { background-color: rgb(44,84,123); }
div.DivClassName
{
background-color: #2C547B;
}
.BgClassName
{
background-color: #2C547B;
}
</style>
border-color css
<style>
span { border-color: #2C547B; }
span { border-color: rgb(44,84,123); }
td.TdClassName
{
border-color: #2C547B;
}
.TagClassName
{
border-color: #2C547B;
}
</style>