Shades of Lochmara #316DA1
Tints of Lochmara #316DA1
RGB
CMYK
RGB Variations
Color information
#316DA1 (or 0x316DA1) is known color: Lochmara. HEX triplet: 31, 6D and A1. RGB value is (49,109,161). Sum of RGB (Red+Green+Blue) = 49+109+161=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #316DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316DA1 is #CE925E. Grayscale: #606060. Windows color (decimal): -13537887 or 10579249. OLE color: 10579249.
HSL color Cylindrical-coordinate representation of color #316DA1: hue angle of 207.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #316DA1 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 109 | 161 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.37 |
| HSL | 207.86º | 0.53% | 0.41% | - |
| HSV(B) | 207.86º | 0.7% | 0.63% | - |
| XYZ | 13.17 | 14.16 | 35.76 | - |
| YUV | 96.99 | 164.12 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 161 | 0.70 | 0.32 | 0 | 0.37 | 207.86 | 0.53 | 0.41 |
| Hex | 31 | 6D | A1 | 46 | 20 | 0 | 25 | D0 | 35 | 29 |
| Octal | 61 | 155 | 241 | 106 | 40 | 0 | 45 | 320 | 65 | 51 |
| Binary | 110001 | 1101101 | 10100001 | 1000110 | 100000 | 0 | 100101 | 11010000 | 110101 | 101001 |
Color Harmonies of #316DA1
Complementary color
Monochromatic Colors of #316DA1
Black with #316DA1
Text Example
Text Example
White with #316DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DA1; }
p { color: rgb(49,109,161); }
H1.HeaderClassName
{
color: #316DA1;
}
.AnyTagClassName
{
color: #316DA1;
}
</style>
background-color css
<style>
a { background-color: #316DA1; }
a { background-color: rgb(49,109,161); }
div.DivClassName
{
background-color: #316DA1;
}
.BgClassName
{
background-color: #316DA1;
}
</style>
border-color css
<style>
span { border-color: #316DA1; }
span { border-color: rgb(49,109,161); }
td.TdClassName
{
border-color: #316DA1;
}
.TagClassName
{
border-color: #316DA1;
}
</style>