Shades of Lochmara #316DAC
Tints of Lochmara #316DAC
RGB
CMYK
RGB Variations
Color information
#316DAC (or 0x316DAC) is known color: Lochmara. HEX triplet: 31, 6D and AC. RGB value is (49,109,172). Sum of RGB (Red+Green+Blue) = 49+109+172=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #316DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316DAC is #CE9253. Grayscale: #616161. Windows color (decimal): -13537876 or 11300145. OLE color: 11300145.
HSL color Cylindrical-coordinate representation of color #316DAC: hue angle of 210.73º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316DAC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 109 | 172 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.33 |
| HSL | 210.73º | 0.56% | 0.43% | - |
| HSV(B) | 210.73º | 0.72% | 0.67% | - |
| XYZ | 14.18 | 14.57 | 41.09 | - |
| YUV | 98.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 172 | 0.72 | 0.37 | 0 | 0.33 | 210.73 | 0.56 | 0.43 |
| Hex | 31 | 6D | AC | 48 | 25 | 0 | 21 | D3 | 38 | 2B |
| Octal | 61 | 155 | 254 | 110 | 45 | 0 | 41 | 323 | 70 | 53 |
| Binary | 110001 | 1101101 | 10101100 | 1001000 | 100101 | 0 | 100001 | 11010011 | 111000 | 101011 |
Color Harmonies of #316DAC
Complementary color
Monochromatic Colors of #316DAC
Black with #316DAC
Text Example
Text Example
White with #316DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316DAC; }
p { color: rgb(49,109,172); }
H1.HeaderClassName
{
color: #316DAC;
}
.AnyTagClassName
{
color: #316DAC;
}
</style>
background-color css
<style>
a { background-color: #316DAC; }
a { background-color: rgb(49,109,172); }
div.DivClassName
{
background-color: #316DAC;
}
.BgClassName
{
background-color: #316DAC;
}
</style>
border-color css
<style>
span { border-color: #316DAC; }
span { border-color: rgb(49,109,172); }
td.TdClassName
{
border-color: #316DAC;
}
.TagClassName
{
border-color: #316DAC;
}
</style>