Shades of Venice Blue #31506E
Tints of Venice Blue #31506E
RGB
CMYK
RGB Variations
Color information
#31506E (or 0x31506E) is known color: Venice Blue. HEX triplet: 31, 50 and 6E. RGB value is (49,80,110). Sum of RGB (Red+Green+Blue) = 49+80+110=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #31506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31506E is #CEAF91. Grayscale: #494949. Windows color (decimal): -13545362 or 7229489. OLE color: 7229489.
HSL color Cylindrical-coordinate representation of color #31506E: hue angle of 209.51º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31506E is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 80 | 110 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.57 |
| HSL | 209.51º | 0.38% | 0.31% | - |
| HSV(B) | 209.51º | 0.55% | 0.43% | - |
| XYZ | 6.95 | 7.52 | 15.84 | - |
| YUV | 74.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 110 | 0.55 | 0.27 | 0 | 0.57 | 209.51 | 0.38 | 0.31 |
| Hex | 31 | 50 | 6E | 37 | 1B | 0 | 39 | D2 | 26 | 1F |
| Octal | 61 | 120 | 156 | 67 | 33 | 0 | 71 | 322 | 46 | 37 |
| Binary | 110001 | 1010000 | 1101110 | 110111 | 11011 | 0 | 111001 | 11010010 | 100110 | 11111 |
Color Harmonies of #31506E
Complementary color
Monochromatic Colors of #31506E
Black with #31506E
Text Example
Text Example
White with #31506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31506E; }
p { color: rgb(49,80,110); }
H1.HeaderClassName
{
color: #31506E;
}
.AnyTagClassName
{
color: #31506E;
}
</style>
background-color css
<style>
a { background-color: #31506E; }
a { background-color: rgb(49,80,110); }
div.DivClassName
{
background-color: #31506E;
}
.BgClassName
{
background-color: #31506E;
}
</style>
border-color css
<style>
span { border-color: #31506E; }
span { border-color: rgb(49,80,110); }
td.TdClassName
{
border-color: #31506E;
}
.TagClassName
{
border-color: #31506E;
}
</style>