Shades of Venice Blue #305175
Tints of Venice Blue #305175
RGB
CMYK
RGB Variations
Color information
#305175 (or 0x305175) is known color: Venice Blue. HEX triplet: 30, 51 and 75. RGB value is (48,81,117). Sum of RGB (Red+Green+Blue) = 48+81+117=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #305175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305175 is #CFAE8A. Grayscale: #4B4B4B. Windows color (decimal): -13610635 or 7688496. OLE color: 7688496.
HSL color Cylindrical-coordinate representation of color #305175: hue angle of 211.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305175 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 81 | 117 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.54 |
| HSL | 211.3º | 0.42% | 0.32% | - |
| HSV(B) | 211.3º | 0.59% | 0.46% | - |
| XYZ | 7.37 | 7.8 | 17.95 | - |
| YUV | 75.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 117 | 0.59 | 0.31 | 0 | 0.54 | 211.3 | 0.42 | 0.32 |
| Hex | 30 | 51 | 75 | 3B | 1F | 0 | 36 | D3 | 2A | 20 |
| Octal | 60 | 121 | 165 | 73 | 37 | 0 | 66 | 323 | 52 | 40 |
| Binary | 110000 | 1010001 | 1110101 | 111011 | 11111 | 0 | 110110 | 11010011 | 101010 | 100000 |
Color Harmonies of #305175
Complementary color
Monochromatic Colors of #305175
Black with #305175
Text Example
Text Example
White with #305175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305175; }
p { color: rgb(48,81,117); }
H1.HeaderClassName
{
color: #305175;
}
.AnyTagClassName
{
color: #305175;
}
</style>
background-color css
<style>
a { background-color: #305175; }
a { background-color: rgb(48,81,117); }
div.DivClassName
{
background-color: #305175;
}
.BgClassName
{
background-color: #305175;
}
</style>
border-color css
<style>
span { border-color: #305175; }
span { border-color: rgb(48,81,117); }
td.TdClassName
{
border-color: #305175;
}
.TagClassName
{
border-color: #305175;
}
</style>