Shades of Venice Blue #305673
Tints of Venice Blue #305673
RGB
CMYK
RGB Variations
Color information
#305673 (or 0x305673) is known color: Venice Blue. HEX triplet: 30, 56 and 73. RGB value is (48,86,115). Sum of RGB (Red+Green+Blue) = 48+86+115=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #305673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305673 is #CFA98C. Grayscale: #4D4D4D. Windows color (decimal): -13609357 or 7558704. OLE color: 7558704.
HSL color Cylindrical-coordinate representation of color #305673: hue angle of 205.97º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305673 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 86 | 115 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.55 |
| HSL | 205.97º | 0.41% | 0.32% | - |
| HSV(B) | 205.97º | 0.58% | 0.45% | - |
| XYZ | 7.64 | 8.52 | 17.46 | - |
| YUV | 77.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 115 | 0.58 | 0.25 | 0 | 0.55 | 205.97 | 0.41 | 0.32 |
| Hex | 30 | 56 | 73 | 3A | 19 | 0 | 37 | CE | 29 | 20 |
| Octal | 60 | 126 | 163 | 72 | 31 | 0 | 67 | 316 | 51 | 40 |
| Binary | 110000 | 1010110 | 1110011 | 111010 | 11001 | 0 | 110111 | 11001110 | 101001 | 100000 |
Color Harmonies of #305673
Complementary color
Monochromatic Colors of #305673
Black with #305673
Text Example
Text Example
White with #305673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305673; }
p { color: rgb(48,86,115); }
H1.HeaderClassName
{
color: #305673;
}
.AnyTagClassName
{
color: #305673;
}
</style>
background-color css
<style>
a { background-color: #305673; }
a { background-color: rgb(48,86,115); }
div.DivClassName
{
background-color: #305673;
}
.BgClassName
{
background-color: #305673;
}
</style>
border-color css
<style>
span { border-color: #305673; }
span { border-color: rgb(48,86,115); }
td.TdClassName
{
border-color: #305673;
}
.TagClassName
{
border-color: #305673;
}
</style>