Shades of Venice Blue #304C6D
Tints of Venice Blue #304C6D
RGB
CMYK
RGB Variations
Color information
#304C6D (or 0x304C6D) is known color: Venice Blue. HEX triplet: 30, 4C and 6D. RGB value is (48,76,109). Sum of RGB (Red+Green+Blue) = 48+76+109=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #304C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C6D is #CFB392. Grayscale: #474747. Windows color (decimal): -13611923 or 7162928. OLE color: 7162928.
HSL color Cylindrical-coordinate representation of color #304C6D: hue angle of 212.46º 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 #304C6D is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 76 | 109 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.57 |
| HSL | 212.46º | 0.39% | 0.31% | - |
| HSV(B) | 212.46º | 0.56% | 0.43% | - |
| XYZ | 6.56 | 6.9 | 15.45 | - |
| YUV | 71.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 109 | 0.56 | 0.30 | 0 | 0.57 | 212.46 | 0.39 | 0.31 |
| Hex | 30 | 4C | 6D | 38 | 1E | 0 | 39 | D4 | 27 | 1F |
| Octal | 60 | 114 | 155 | 70 | 36 | 0 | 71 | 324 | 47 | 37 |
| Binary | 110000 | 1001100 | 1101101 | 111000 | 11110 | 0 | 111001 | 11010100 | 100111 | 11111 |
Color Harmonies of #304C6D
Complementary color
Monochromatic Colors of #304C6D
Black with #304C6D
Text Example
Text Example
White with #304C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C6D; }
p { color: rgb(48,76,109); }
H1.HeaderClassName
{
color: #304C6D;
}
.AnyTagClassName
{
color: #304C6D;
}
</style>
background-color css
<style>
a { background-color: #304C6D; }
a { background-color: rgb(48,76,109); }
div.DivClassName
{
background-color: #304C6D;
}
.BgClassName
{
background-color: #304C6D;
}
</style>
border-color css
<style>
span { border-color: #304C6D; }
span { border-color: rgb(48,76,109); }
td.TdClassName
{
border-color: #304C6D;
}
.TagClassName
{
border-color: #304C6D;
}
</style>