Shades of Lochmara #316DA6
Tints of Lochmara #316DA6
RGB
CMYK
RGB Variations
Color information
#316DA6 (or 0x316DA6) is known color: Lochmara. HEX triplet: 31, 6D and A6. RGB value is (49,109,166). Sum of RGB (Red+Green+Blue) = 49+109+166=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #316DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316DA6 is #CE9259. Grayscale: #616161. Windows color (decimal): -13537882 or 10906929. OLE color: 10906929.
HSL color Cylindrical-coordinate representation of color #316DA6: hue angle of 209.23º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #316DA6 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 109 | 166 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.35 |
| HSL | 209.23º | 0.54% | 0.42% | - |
| HSV(B) | 209.23º | 0.7% | 0.65% | - |
| XYZ | 13.62 | 14.34 | 38.13 | - |
| YUV | 97.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 166 | 0.70 | 0.34 | 0 | 0.35 | 209.23 | 0.54 | 0.42 |
| Hex | 31 | 6D | A6 | 46 | 22 | 0 | 23 | D1 | 36 | 2A |
| Octal | 61 | 155 | 246 | 106 | 42 | 0 | 43 | 321 | 66 | 52 |
| Binary | 110001 | 1101101 | 10100110 | 1000110 | 100010 | 0 | 100011 | 11010001 | 110110 | 101010 |
Color Harmonies of #316DA6
Complementary color
Monochromatic Colors of #316DA6
Black with #316DA6
Text Example
Text Example
White with #316DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DA6; }
p { color: rgb(49,109,166); }
H1.HeaderClassName
{
color: #316DA6;
}
.AnyTagClassName
{
color: #316DA6;
}
</style>
background-color css
<style>
a { background-color: #316DA6; }
a { background-color: rgb(49,109,166); }
div.DivClassName
{
background-color: #316DA6;
}
.BgClassName
{
background-color: #316DA6;
}
</style>
border-color css
<style>
span { border-color: #316DA6; }
span { border-color: rgb(49,109,166); }
td.TdClassName
{
border-color: #316DA6;
}
.TagClassName
{
border-color: #316DA6;
}
</style>