Shades of Venice Blue #305471
Tints of Venice Blue #305471
RGB
CMYK
RGB Variations
Color information
#305471 (or 0x305471) is known color: Venice Blue. HEX triplet: 30, 54 and 71. RGB value is (48,84,113). Sum of RGB (Red+Green+Blue) = 48+84+113=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #305471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305471 is #CFAB8E. Grayscale: #4C4C4C. Windows color (decimal): -13609871 or 7427120. OLE color: 7427120.
HSL color Cylindrical-coordinate representation of color #305471: hue angle of 206.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305471 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 84 | 113 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.56 |
| HSL | 206.77º | 0.4% | 0.32% | - |
| HSV(B) | 206.77º | 0.58% | 0.44% | - |
| XYZ | 7.37 | 8.16 | 16.81 | - |
| YUV | 76.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 113 | 0.58 | 0.26 | 0 | 0.56 | 206.77 | 0.4 | 0.32 |
| Hex | 30 | 54 | 71 | 3A | 1A | 0 | 38 | CF | 28 | 20 |
| Octal | 60 | 124 | 161 | 72 | 32 | 0 | 70 | 317 | 50 | 40 |
| Binary | 110000 | 1010100 | 1110001 | 111010 | 11010 | 0 | 111000 | 11001111 | 101000 | 100000 |
Color Harmonies of #305471
Complementary color
Monochromatic Colors of #305471
Black with #305471
Text Example
Text Example
White with #305471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305471; }
p { color: rgb(48,84,113); }
H1.HeaderClassName
{
color: #305471;
}
.AnyTagClassName
{
color: #305471;
}
</style>
background-color css
<style>
a { background-color: #305471; }
a { background-color: rgb(48,84,113); }
div.DivClassName
{
background-color: #305471;
}
.BgClassName
{
background-color: #305471;
}
</style>
border-color css
<style>
span { border-color: #305471; }
span { border-color: rgb(48,84,113); }
td.TdClassName
{
border-color: #305471;
}
.TagClassName
{
border-color: #305471;
}
</style>