Shades of Venice Blue #304E6E
Tints of Venice Blue #304E6E
RGB
CMYK
RGB Variations
Color information
#304E6E (or 0x304E6E) is known color: Venice Blue. HEX triplet: 30, 4E and 6E. RGB value is (48,78,110). Sum of RGB (Red+Green+Blue) = 48+78+110=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #304E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E6E is #CFB191. Grayscale: #484848. Windows color (decimal): -13611410 or 7228976. OLE color: 7228976.
HSL color Cylindrical-coordinate representation of color #304E6E: hue angle of 210.97º 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 #304E6E is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 78 | 110 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.57 |
| HSL | 210.97º | 0.39% | 0.31% | - |
| HSV(B) | 210.97º | 0.56% | 0.43% | - |
| XYZ | 6.76 | 7.2 | 15.79 | - |
| YUV | 72.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 110 | 0.56 | 0.29 | 0 | 0.57 | 210.97 | 0.39 | 0.31 |
| Hex | 30 | 4E | 6E | 38 | 1D | 0 | 39 | D3 | 27 | 1F |
| Octal | 60 | 116 | 156 | 70 | 35 | 0 | 71 | 323 | 47 | 37 |
| Binary | 110000 | 1001110 | 1101110 | 111000 | 11101 | 0 | 111001 | 11010011 | 100111 | 11111 |
Color Harmonies of #304E6E
Complementary color
Monochromatic Colors of #304E6E
Black with #304E6E
Text Example
Text Example
White with #304E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E6E; }
p { color: rgb(48,78,110); }
H1.HeaderClassName
{
color: #304E6E;
}
.AnyTagClassName
{
color: #304E6E;
}
</style>
background-color css
<style>
a { background-color: #304E6E; }
a { background-color: rgb(48,78,110); }
div.DivClassName
{
background-color: #304E6E;
}
.BgClassName
{
background-color: #304E6E;
}
</style>
border-color css
<style>
span { border-color: #304E6E; }
span { border-color: rgb(48,78,110); }
td.TdClassName
{
border-color: #304E6E;
}
.TagClassName
{
border-color: #304E6E;
}
</style>