Shades of Venice Blue #315075
Tints of Venice Blue #315075
RGB
CMYK
RGB Variations
Color information
#315075 (or 0x315075) is known color: Venice Blue. HEX triplet: 31, 50 and 75. RGB value is (49,80,117). Sum of RGB (Red+Green+Blue) = 49+80+117=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 80 (31.64% from 255 or 32.52% 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 #315075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315075 is #CEAF8A. Grayscale: #4A4A4A. Windows color (decimal): -13545355 or 7688241. OLE color: 7688241.
HSL color Cylindrical-coordinate representation of color #315075: hue angle of 212.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315075 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 80 | 117 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.54 |
| HSL | 212.65º | 0.41% | 0.33% | - |
| HSV(B) | 212.65º | 0.58% | 0.46% | - |
| XYZ | 7.35 | 7.67 | 17.92 | - |
| YUV | 74.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 117 | 0.58 | 0.32 | 0 | 0.54 | 212.65 | 0.41 | 0.33 |
| Hex | 31 | 50 | 75 | 3A | 20 | 0 | 36 | D5 | 29 | 21 |
| Octal | 61 | 120 | 165 | 72 | 40 | 0 | 66 | 325 | 51 | 41 |
| Binary | 110001 | 1010000 | 1110101 | 111010 | 100000 | 0 | 110110 | 11010101 | 101001 | 100001 |
Color Harmonies of #315075
Complementary color
Monochromatic Colors of #315075
Black with #315075
Text Example
Text Example
White with #315075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315075; }
p { color: rgb(49,80,117); }
H1.HeaderClassName
{
color: #315075;
}
.AnyTagClassName
{
color: #315075;
}
</style>
background-color css
<style>
a { background-color: #315075; }
a { background-color: rgb(49,80,117); }
div.DivClassName
{
background-color: #315075;
}
.BgClassName
{
background-color: #315075;
}
</style>
border-color css
<style>
span { border-color: #315075; }
span { border-color: rgb(49,80,117); }
td.TdClassName
{
border-color: #315075;
}
.TagClassName
{
border-color: #315075;
}
</style>