Shades of Venice Blue #304F71
Tints of Venice Blue #304F71
RGB
CMYK
RGB Variations
Color information
#304F71 (or 0x304F71) is known color: Venice Blue. HEX triplet: 30, 4F and 71. RGB value is (48,79,113). Sum of RGB (Red+Green+Blue) = 48+79+113=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #304F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F71 is #CFB08E. Grayscale: #494949. Windows color (decimal): -13611151 or 7425840. OLE color: 7425840.
HSL color Cylindrical-coordinate representation of color #304F71: hue angle of 211.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304F71 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 79 | 113 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.56 |
| HSL | 211.38º | 0.4% | 0.32% | - |
| HSV(B) | 211.38º | 0.58% | 0.44% | - |
| XYZ | 7 | 7.41 | 16.68 | - |
| YUV | 73.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 113 | 0.58 | 0.30 | 0 | 0.56 | 211.38 | 0.4 | 0.32 |
| Hex | 30 | 4F | 71 | 3A | 1E | 0 | 38 | D3 | 28 | 20 |
| Octal | 60 | 117 | 161 | 72 | 36 | 0 | 70 | 323 | 50 | 40 |
| Binary | 110000 | 1001111 | 1110001 | 111010 | 11110 | 0 | 111000 | 11010011 | 101000 | 100000 |
Color Harmonies of #304F71
Complementary color
Monochromatic Colors of #304F71
Black with #304F71
Text Example
Text Example
White with #304F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F71; }
p { color: rgb(48,79,113); }
H1.HeaderClassName
{
color: #304F71;
}
.AnyTagClassName
{
color: #304F71;
}
</style>
background-color css
<style>
a { background-color: #304F71; }
a { background-color: rgb(48,79,113); }
div.DivClassName
{
background-color: #304F71;
}
.BgClassName
{
background-color: #304F71;
}
</style>
border-color css
<style>
span { border-color: #304F71; }
span { border-color: rgb(48,79,113); }
td.TdClassName
{
border-color: #304F71;
}
.TagClassName
{
border-color: #304F71;
}
</style>