Shades of Venice Blue #304F70
Tints of Venice Blue #304F70
RGB
CMYK
RGB Variations
Color information
#304F70 (or 0x304F70) is known color: Venice Blue. HEX triplet: 30, 4F and 70. RGB value is (48,79,112). Sum of RGB (Red+Green+Blue) = 48+79+112=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #304F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F70 is #CFB08F. Grayscale: #494949. Windows color (decimal): -13611152 or 7360304. OLE color: 7360304.
HSL color Cylindrical-coordinate representation of color #304F70: hue angle of 210.94º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #304F70 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 79 | 112 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.56 |
| HSL | 210.94º | 0.4% | 0.31% | - |
| HSV(B) | 210.94º | 0.57% | 0.44% | - |
| XYZ | 6.94 | 7.39 | 16.39 | - |
| YUV | 73.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 112 | 0.57 | 0.29 | 0 | 0.56 | 210.94 | 0.4 | 0.31 |
| Hex | 30 | 4F | 70 | 39 | 1D | 0 | 38 | D3 | 28 | 1F |
| Octal | 60 | 117 | 160 | 71 | 35 | 0 | 70 | 323 | 50 | 37 |
| Binary | 110000 | 1001111 | 1110000 | 111001 | 11101 | 0 | 111000 | 11010011 | 101000 | 11111 |
Color Harmonies of #304F70
Complementary color
Monochromatic Colors of #304F70
Black with #304F70
Text Example
Text Example
White with #304F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F70; }
p { color: rgb(48,79,112); }
H1.HeaderClassName
{
color: #304F70;
}
.AnyTagClassName
{
color: #304F70;
}
</style>
background-color css
<style>
a { background-color: #304F70; }
a { background-color: rgb(48,79,112); }
div.DivClassName
{
background-color: #304F70;
}
.BgClassName
{
background-color: #304F70;
}
</style>
border-color css
<style>
span { border-color: #304F70; }
span { border-color: rgb(48,79,112); }
td.TdClassName
{
border-color: #304F70;
}
.TagClassName
{
border-color: #304F70;
}
</style>