Shades of Venice Blue #304D73
Tints of Venice Blue #304D73
RGB
CMYK
RGB Variations
Color information
#304D73 (or 0x304D73) is known color: Venice Blue. HEX triplet: 30, 4D and 73. RGB value is (48,77,115). Sum of RGB (Red+Green+Blue) = 48+77+115=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #304D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D73 is #CFB28C. Grayscale: #484848. Windows color (decimal): -13611661 or 7556400. OLE color: 7556400.
HSL color Cylindrical-coordinate representation of color #304D73: hue angle of 214.03º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304D73 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 77 | 115 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.55 |
| HSL | 214.03º | 0.41% | 0.32% | - |
| HSV(B) | 214.03º | 0.58% | 0.45% | - |
| XYZ | 6.97 | 7.17 | 17.24 | - |
| YUV | 72.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 115 | 0.58 | 0.33 | 0 | 0.55 | 214.03 | 0.41 | 0.32 |
| Hex | 30 | 4D | 73 | 3A | 21 | 0 | 37 | D6 | 29 | 20 |
| Octal | 60 | 115 | 163 | 72 | 41 | 0 | 67 | 326 | 51 | 40 |
| Binary | 110000 | 1001101 | 1110011 | 111010 | 100001 | 0 | 110111 | 11010110 | 101001 | 100000 |
Color Harmonies of #304D73
Complementary color
Monochromatic Colors of #304D73
Black with #304D73
Text Example
Text Example
White with #304D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D73; }
p { color: rgb(48,77,115); }
H1.HeaderClassName
{
color: #304D73;
}
.AnyTagClassName
{
color: #304D73;
}
</style>
background-color css
<style>
a { background-color: #304D73; }
a { background-color: rgb(48,77,115); }
div.DivClassName
{
background-color: #304D73;
}
.BgClassName
{
background-color: #304D73;
}
</style>
border-color css
<style>
span { border-color: #304D73; }
span { border-color: rgb(48,77,115); }
td.TdClassName
{
border-color: #304D73;
}
.TagClassName
{
border-color: #304D73;
}
</style>