Shades of Lochmara #316A95
Tints of Lochmara #316A95
RGB
CMYK
RGB Variations
Color information
#316A95 (or 0x316A95) is known color: Lochmara. HEX triplet: 31, 6A and 95. RGB value is (49,106,149). Sum of RGB (Red+Green+Blue) = 49+106+149=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #316A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A95 is #CE956A. Grayscale: #5D5D5D. Windows color (decimal): -13538667 or 9792049. OLE color: 9792049.
HSL color Cylindrical-coordinate representation of color #316A95: hue angle of 205.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316A95 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 106 | 149 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.42 |
| HSL | 205.8º | 0.51% | 0.39% | - |
| HSV(B) | 205.8º | 0.67% | 0.58% | - |
| XYZ | 11.85 | 13.13 | 30.34 | - |
| YUV | 93.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 149 | 0.67 | 0.29 | 0 | 0.42 | 205.8 | 0.51 | 0.39 |
| Hex | 31 | 6A | 95 | 43 | 1D | 0 | 2A | CE | 33 | 27 |
| Octal | 61 | 152 | 225 | 103 | 35 | 0 | 52 | 316 | 63 | 47 |
| Binary | 110001 | 1101010 | 10010101 | 1000011 | 11101 | 0 | 101010 | 11001110 | 110011 | 100111 |
Color Harmonies of #316A95
Complementary color
Monochromatic Colors of #316A95
Black with #316A95
Text Example
Text Example
White with #316A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A95; }
p { color: rgb(49,106,149); }
H1.HeaderClassName
{
color: #316A95;
}
.AnyTagClassName
{
color: #316A95;
}
</style>
background-color css
<style>
a { background-color: #316A95; }
a { background-color: rgb(49,106,149); }
div.DivClassName
{
background-color: #316A95;
}
.BgClassName
{
background-color: #316A95;
}
</style>
border-color css
<style>
span { border-color: #316A95; }
span { border-color: rgb(49,106,149); }
td.TdClassName
{
border-color: #316A95;
}
.TagClassName
{
border-color: #316A95;
}
</style>