Shades of Lochmara #316FA4
Tints of Lochmara #316FA4
RGB
CMYK
RGB Variations
Color information
#316FA4 (or 0x316FA4) is known color: Lochmara. HEX triplet: 31, 6F and A4. RGB value is (49,111,164). Sum of RGB (Red+Green+Blue) = 49+111+164=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #316FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316FA4 is #CE905B. Grayscale: #626262. Windows color (decimal): -13537372 or 10776369. OLE color: 10776369.
HSL color Cylindrical-coordinate representation of color #316FA4: hue angle of 207.65º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #316FA4 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 111 | 164 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.36 |
| HSL | 207.65º | 0.54% | 0.42% | - |
| HSV(B) | 207.65º | 0.7% | 0.64% | - |
| XYZ | 13.65 | 14.7 | 37.24 | - |
| YUV | 98.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 164 | 0.70 | 0.32 | 0 | 0.36 | 207.65 | 0.54 | 0.42 |
| Hex | 31 | 6F | A4 | 46 | 20 | 0 | 24 | D0 | 36 | 2A |
| Octal | 61 | 157 | 244 | 106 | 40 | 0 | 44 | 320 | 66 | 52 |
| Binary | 110001 | 1101111 | 10100100 | 1000110 | 100000 | 0 | 100100 | 11010000 | 110110 | 101010 |
Color Harmonies of #316FA4
Complementary color
Monochromatic Colors of #316FA4
Black with #316FA4
Text Example
Text Example
White with #316FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FA4; }
p { color: rgb(49,111,164); }
H1.HeaderClassName
{
color: #316FA4;
}
.AnyTagClassName
{
color: #316FA4;
}
</style>
background-color css
<style>
a { background-color: #316FA4; }
a { background-color: rgb(49,111,164); }
div.DivClassName
{
background-color: #316FA4;
}
.BgClassName
{
background-color: #316FA4;
}
</style>
border-color css
<style>
span { border-color: #316FA4; }
span { border-color: rgb(49,111,164); }
td.TdClassName
{
border-color: #316FA4;
}
.TagClassName
{
border-color: #316FA4;
}
</style>