Shades of Venice Blue #304D6D
Tints of Venice Blue #304D6D
RGB
CMYK
RGB Variations
Color information
#304D6D (or 0x304D6D) is known color: Venice Blue. HEX triplet: 30, 4D and 6D. RGB value is (48,77,109). Sum of RGB (Red+Green+Blue) = 48+77+109=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #304D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D6D is #CFB292. Grayscale: #474747. Windows color (decimal): -13611667 or 7163184. OLE color: 7163184.
HSL color Cylindrical-coordinate representation of color #304D6D: hue angle of 211.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #304D6D is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 77 | 109 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.57 |
| HSL | 211.48º | 0.39% | 0.31% | - |
| HSV(B) | 211.48º | 0.56% | 0.43% | - |
| XYZ | 6.63 | 7.04 | 15.48 | - |
| YUV | 71.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 109 | 0.56 | 0.29 | 0 | 0.57 | 211.48 | 0.39 | 0.31 |
| Hex | 30 | 4D | 6D | 38 | 1D | 0 | 39 | D3 | 27 | 1F |
| Octal | 60 | 115 | 155 | 70 | 35 | 0 | 71 | 323 | 47 | 37 |
| Binary | 110000 | 1001101 | 1101101 | 111000 | 11101 | 0 | 111001 | 11010011 | 100111 | 11111 |
Color Harmonies of #304D6D
Complementary color
Monochromatic Colors of #304D6D
Black with #304D6D
Text Example
Text Example
White with #304D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D6D; }
p { color: rgb(48,77,109); }
H1.HeaderClassName
{
color: #304D6D;
}
.AnyTagClassName
{
color: #304D6D;
}
</style>
background-color css
<style>
a { background-color: #304D6D; }
a { background-color: rgb(48,77,109); }
div.DivClassName
{
background-color: #304D6D;
}
.BgClassName
{
background-color: #304D6D;
}
</style>
border-color css
<style>
span { border-color: #304D6D; }
span { border-color: rgb(48,77,109); }
td.TdClassName
{
border-color: #304D6D;
}
.TagClassName
{
border-color: #304D6D;
}
</style>