Shades of Venice Blue #245478
Tints of Venice Blue #245478
RGB
CMYK
RGB Variations
Color information
#245478 (or 0x245478) is known color: Venice Blue. HEX triplet: 24, 54 and 78. RGB value is (36,84,120). Sum of RGB (Red+Green+Blue) = 36+84+120=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #245478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245478 is #DBAB87. Grayscale: #494949. Windows color (decimal): -14396296 or 7885860. OLE color: 7885860.
HSL color Cylindrical-coordinate representation of color #245478: hue angle of 205.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245478 is Cyan = 0.7, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 84 | 120 | - |
| CMYK | 0.7 | 0.3 | 0 | 0.53 |
| HSL | 205.71º | 0.54% | 0.31% | - |
| HSV(B) | 205.71º | 0.7% | 0.47% | - |
| XYZ | 7.29 | 8.07 | 18.94 | - |
| YUV | 73.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 120 | 0.7 | 0.3 | 0 | 0.53 | 205.71 | 0.54 | 0.31 |
| Hex | 24 | 54 | 78 | 46 | 1E | 0 | 35 | CE | 36 | 1F |
| Octal | 44 | 124 | 170 | 106 | 36 | 0 | 65 | 316 | 66 | 37 |
| Binary | 100100 | 1010100 | 1111000 | 1000110 | 11110 | 0 | 110101 | 11001110 | 110110 | 11111 |
Color Harmonies of #245478
Complementary color
Monochromatic Colors of #245478
Black with #245478
Text Example
Text Example
White with #245478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245478; }
p { color: rgb(36,84,120); }
H1.HeaderClassName
{
color: #245478;
}
.AnyTagClassName
{
color: #245478;
}
</style>
background-color css
<style>
a { background-color: #245478; }
a { background-color: rgb(36,84,120); }
div.DivClassName
{
background-color: #245478;
}
.BgClassName
{
background-color: #245478;
}
</style>
border-color css
<style>
span { border-color: #245478; }
span { border-color: rgb(36,84,120); }
td.TdClassName
{
border-color: #245478;
}
.TagClassName
{
border-color: #245478;
}
</style>