Shades of Venice Blue #2C5378
Tints of Venice Blue #2C5378
RGB
CMYK
RGB Variations
Color information
#2C5378 (or 0x2C5378) is known color: Venice Blue. HEX triplet: 2C, 53 and 78. RGB value is (44,83,120). Sum of RGB (Red+Green+Blue) = 44+83+120=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C5378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5378 is #D3AC87. Grayscale: #4B4B4B. Windows color (decimal): -13872264 or 7885612. OLE color: 7885612.
HSL color Cylindrical-coordinate representation of color #2C5378: hue angle of 209.21º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C5378 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 83 | 120 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.53 |
| HSL | 209.21º | 0.46% | 0.32% | - |
| HSV(B) | 209.21º | 0.63% | 0.47% | - |
| XYZ | 7.52 | 8.08 | 18.93 | - |
| YUV | 75.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 120 | 0.63 | 0.31 | 0 | 0.53 | 209.21 | 0.46 | 0.32 |
| Hex | 2C | 53 | 78 | 3F | 1F | 0 | 35 | D1 | 2E | 20 |
| Octal | 54 | 123 | 170 | 77 | 37 | 0 | 65 | 321 | 56 | 40 |
| Binary | 101100 | 1010011 | 1111000 | 111111 | 11111 | 0 | 110101 | 11010001 | 101110 | 100000 |
Color Harmonies of #2C5378
Complementary color
Monochromatic Colors of #2C5378
Black with #2C5378
Text Example
Text Example
White with #2C5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5378; }
p { color: rgb(44,83,120); }
H1.HeaderClassName
{
color: #2C5378;
}
.AnyTagClassName
{
color: #2C5378;
}
</style>
background-color css
<style>
a { background-color: #2C5378; }
a { background-color: rgb(44,83,120); }
div.DivClassName
{
background-color: #2C5378;
}
.BgClassName
{
background-color: #2C5378;
}
</style>
border-color css
<style>
span { border-color: #2C5378; }
span { border-color: rgb(44,83,120); }
td.TdClassName
{
border-color: #2C5378;
}
.TagClassName
{
border-color: #2C5378;
}
</style>