Shades of Venice Blue #245279
Tints of Venice Blue #245279
RGB
CMYK
RGB Variations
Color information
#245279 (or 0x245279) is known color: Venice Blue. HEX triplet: 24, 52 and 79. RGB value is (36,82,121). Sum of RGB (Red+Green+Blue) = 36+82+121=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #245279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245279 is #DBAD86. Grayscale: #484848. Windows color (decimal): -14396807 or 7950884. OLE color: 7950884.
HSL color Cylindrical-coordinate representation of color #245279: hue angle of 207.53º 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 #245279 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 82 | 121 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.53 |
| HSL | 207.53º | 0.54% | 0.31% | - |
| HSV(B) | 207.53º | 0.7% | 0.47% | - |
| XYZ | 7.2 | 7.79 | 19.21 | - |
| YUV | 72.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 121 | 0.70 | 0.32 | 0 | 0.53 | 207.53 | 0.54 | 0.31 |
| Hex | 24 | 52 | 79 | 46 | 20 | 0 | 35 | D0 | 36 | 1F |
| Octal | 44 | 122 | 171 | 106 | 40 | 0 | 65 | 320 | 66 | 37 |
| Binary | 100100 | 1010010 | 1111001 | 1000110 | 100000 | 0 | 110101 | 11010000 | 110110 | 11111 |
Color Harmonies of #245279
Complementary color
Monochromatic Colors of #245279
Black with #245279
Text Example
Text Example
White with #245279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245279; }
p { color: rgb(36,82,121); }
H1.HeaderClassName
{
color: #245279;
}
.AnyTagClassName
{
color: #245279;
}
</style>
background-color css
<style>
a { background-color: #245279; }
a { background-color: rgb(36,82,121); }
div.DivClassName
{
background-color: #245279;
}
.BgClassName
{
background-color: #245279;
}
</style>
border-color css
<style>
span { border-color: #245279; }
span { border-color: rgb(36,82,121); }
td.TdClassName
{
border-color: #245279;
}
.TagClassName
{
border-color: #245279;
}
</style>