Shades of Lochmara #316D9F
Tints of Lochmara #316D9F
RGB
CMYK
RGB Variations
Color information
#316D9F (or 0x316D9F) is known color: Lochmara. HEX triplet: 31, 6D and 9F. RGB value is (49,109,159). Sum of RGB (Red+Green+Blue) = 49+109+159=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #316D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D9F is #CE9260. Grayscale: #606060. Windows color (decimal): -13537889 or 10448177. OLE color: 10448177.
HSL color Cylindrical-coordinate representation of color #316D9F: hue angle of 207.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #316D9F is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 109 | 159 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.38 |
| HSL | 207.27º | 0.53% | 0.41% | - |
| HSV(B) | 207.27º | 0.69% | 0.62% | - |
| XYZ | 12.99 | 14.09 | 34.84 | - |
| YUV | 96.76 | 163.12 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 159 | 0.69 | 0.31 | 0 | 0.38 | 207.27 | 0.53 | 0.41 |
| Hex | 31 | 6D | 9F | 45 | 1F | 0 | 26 | CF | 35 | 29 |
| Octal | 61 | 155 | 237 | 105 | 37 | 0 | 46 | 317 | 65 | 51 |
| Binary | 110001 | 1101101 | 10011111 | 1000101 | 11111 | 0 | 100110 | 11001111 | 110101 | 101001 |
Color Harmonies of #316D9F
Complementary color
Monochromatic Colors of #316D9F
Black with #316D9F
Text Example
Text Example
White with #316D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D9F; }
p { color: rgb(49,109,159); }
H1.HeaderClassName
{
color: #316D9F;
}
.AnyTagClassName
{
color: #316D9F;
}
</style>
background-color css
<style>
a { background-color: #316D9F; }
a { background-color: rgb(49,109,159); }
div.DivClassName
{
background-color: #316D9F;
}
.BgClassName
{
background-color: #316D9F;
}
</style>
border-color css
<style>
span { border-color: #316D9F; }
span { border-color: rgb(49,109,159); }
td.TdClassName
{
border-color: #316D9F;
}
.TagClassName
{
border-color: #316D9F;
}
</style>