Shades of Lochmara #316A9A
Tints of Lochmara #316A9A
RGB
CMYK
RGB Variations
Color information
#316A9A (or 0x316A9A) is known color: Lochmara. HEX triplet: 31, 6A and 9A. RGB value is (49,106,154). Sum of RGB (Red+Green+Blue) = 49+106+154=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #316A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A9A is #CE9565. Grayscale: #5E5E5E. Windows color (decimal): -13538662 or 10119729. OLE color: 10119729.
HSL color Cylindrical-coordinate representation of color #316A9A: hue angle of 207.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316A9A is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 106 | 154 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.40 |
| HSL | 207.43º | 0.52% | 0.4% | - |
| HSV(B) | 207.43º | 0.68% | 0.6% | - |
| XYZ | 12.25 | 13.29 | 32.49 | - |
| YUV | 94.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 154 | 0.68 | 0.31 | 0 | 0.40 | 207.43 | 0.52 | 0.4 |
| Hex | 31 | 6A | 9A | 44 | 1F | 0 | 28 | CF | 34 | 28 |
| Octal | 61 | 152 | 232 | 104 | 37 | 0 | 50 | 317 | 64 | 50 |
| Binary | 110001 | 1101010 | 10011010 | 1000100 | 11111 | 0 | 101000 | 11001111 | 110100 | 101000 |
Color Harmonies of #316A9A
Complementary color
Monochromatic Colors of #316A9A
Black with #316A9A
Text Example
Text Example
White with #316A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A9A; }
p { color: rgb(49,106,154); }
H1.HeaderClassName
{
color: #316A9A;
}
.AnyTagClassName
{
color: #316A9A;
}
</style>
background-color css
<style>
a { background-color: #316A9A; }
a { background-color: rgb(49,106,154); }
div.DivClassName
{
background-color: #316A9A;
}
.BgClassName
{
background-color: #316A9A;
}
</style>
border-color css
<style>
span { border-color: #316A9A; }
span { border-color: rgb(49,106,154); }
td.TdClassName
{
border-color: #316A9A;
}
.TagClassName
{
border-color: #316A9A;
}
</style>