Shades of Venice Blue #304F6E
Tints of Venice Blue #304F6E
RGB
CMYK
RGB Variations
Color information
#304F6E (or 0x304F6E) is known color: Venice Blue. HEX triplet: 30, 4F and 6E. RGB value is (48,79,110). Sum of RGB (Red+Green+Blue) = 48+79+110=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #304F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F6E is #CFB091. Grayscale: #494949. Windows color (decimal): -13611154 or 7229232. OLE color: 7229232.
HSL color Cylindrical-coordinate representation of color #304F6E: hue angle of 210º 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 #304F6E is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 79 | 110 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.57 |
| HSL | 210º | 0.39% | 0.31% | - |
| HSV(B) | 210º | 0.56% | 0.43% | - |
| XYZ | 6.83 | 7.35 | 15.81 | - |
| YUV | 73.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 110 | 0.56 | 0.28 | 0 | 0.57 | 210 | 0.39 | 0.31 |
| Hex | 30 | 4F | 6E | 38 | 1C | 0 | 39 | D2 | 27 | 1F |
| Octal | 60 | 117 | 156 | 70 | 34 | 0 | 71 | 322 | 47 | 37 |
| Binary | 110000 | 1001111 | 1101110 | 111000 | 11100 | 0 | 111001 | 11010010 | 100111 | 11111 |
Color Harmonies of #304F6E
Complementary color
Monochromatic Colors of #304F6E
Black with #304F6E
Text Example
Text Example
White with #304F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F6E; }
p { color: rgb(48,79,110); }
H1.HeaderClassName
{
color: #304F6E;
}
.AnyTagClassName
{
color: #304F6E;
}
</style>
background-color css
<style>
a { background-color: #304F6E; }
a { background-color: rgb(48,79,110); }
div.DivClassName
{
background-color: #304F6E;
}
.BgClassName
{
background-color: #304F6E;
}
</style>
border-color css
<style>
span { border-color: #304F6E; }
span { border-color: rgb(48,79,110); }
td.TdClassName
{
border-color: #304F6E;
}
.TagClassName
{
border-color: #304F6E;
}
</style>