Shades of Venice Blue #304D72
Tints of Venice Blue #304D72
RGB
CMYK
RGB Variations
Color information
#304D72 (or 0x304D72) is known color: Venice Blue. HEX triplet: 30, 4D and 72. RGB value is (48,77,114). Sum of RGB (Red+Green+Blue) = 48+77+114=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #304D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D72 is #CFB28D. Grayscale: #484848. Windows color (decimal): -13611662 or 7490864. OLE color: 7490864.
HSL color Cylindrical-coordinate representation of color #304D72: hue angle of 213.64º 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 #304D72 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 77 | 114 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.55 |
| HSL | 213.64º | 0.41% | 0.32% | - |
| HSV(B) | 213.64º | 0.58% | 0.45% | - |
| XYZ | 6.91 | 7.15 | 16.94 | - |
| YUV | 72.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 114 | 0.58 | 0.32 | 0 | 0.55 | 213.64 | 0.41 | 0.32 |
| Hex | 30 | 4D | 72 | 3A | 20 | 0 | 37 | D6 | 29 | 20 |
| Octal | 60 | 115 | 162 | 72 | 40 | 0 | 67 | 326 | 51 | 40 |
| Binary | 110000 | 1001101 | 1110010 | 111010 | 100000 | 0 | 110111 | 11010110 | 101001 | 100000 |
Color Harmonies of #304D72
Complementary color
Monochromatic Colors of #304D72
Black with #304D72
Text Example
Text Example
White with #304D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D72; }
p { color: rgb(48,77,114); }
H1.HeaderClassName
{
color: #304D72;
}
.AnyTagClassName
{
color: #304D72;
}
</style>
background-color css
<style>
a { background-color: #304D72; }
a { background-color: rgb(48,77,114); }
div.DivClassName
{
background-color: #304D72;
}
.BgClassName
{
background-color: #304D72;
}
</style>
border-color css
<style>
span { border-color: #304D72; }
span { border-color: rgb(48,77,114); }
td.TdClassName
{
border-color: #304D72;
}
.TagClassName
{
border-color: #304D72;
}
</style>